Skip to content

šŸ“This repository contains a collection of Arduino programs for NodeMCU development board, aimed at various sensor applications.

License

Notifications You must be signed in to change notification settings

selcia25/arduino-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

4 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

Arduino NodeMCU Programs

This repository contains a collection of Arduino programs for NodeMCU development board, aimed at various sensor applications.

Table of Contents

  1. Description
  2. Folder Structure
  3. Usage
  4. Contributing
  5. License

Description

The programs in this repository are designed for use with NodeMCU, an open-source IoT platform based on the ESP8266 WiFi module. Each program is tailored to interact with different sensors, such as water level monitors, PIR sensors, raindrop sensors, soil moisture sensors, temperature and humidity sensors (DHT11), and ultrasonic sensors.

Folder Structure

  • model/water_level_monitor: Program for monitoring water levels using a sensor.
  • pir_sensor: Program for utilizing a PIR (Passive Infrared) sensor for motion detection.
  • rain_drop_sensor: Program for detecting raindrops using a sensor.
  • soil_sensor: Program for measuring soil moisture levels using a sensor.
  • temp_humidity_dht11: Program for measuring temperature and humidity using a DHT11 sensor.
  • temp_lm35: Program for measuring temperature using an LM35 sensor.
  • ultrasonic_sensor: Program for measuring distance using an ultrasonic sensor.
  • LICENSE: License information for the repository.
  • README.md: This file, providing an overview of the repository.

Usage

You can use these programs to interface NodeMCU with various sensors and build IoT applications. Simply upload the appropriate program to your NodeMCU board using the Arduino IDE or another compatible development environment.

Contributing

If you'd like to contribute to this repository by adding more Arduino NodeMCU programs or improving existing ones, feel free to fork the repository, make your changes, and submit a pull request. Contributions are always welcome!

License

This repository is licensed under the MIT License. See the LICENSE file for details.

About

šŸ“This repository contains a collection of Arduino programs for NodeMCU development board, aimed at various sensor applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages