Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-nadella/smart_irrigation_system
The Smart Irrigation System leverages IoT to monitor soil moisture and temperature, automating irrigation based on real-time data, ensuring efficient water usage in agriculture
https://github.com/d-nadella/smart_irrigation_system
arduino dht11 embedded-c iot mit-app-inventor nodemcu thingspeak
Last synced: 3 days ago
JSON representation
The Smart Irrigation System leverages IoT to monitor soil moisture and temperature, automating irrigation based on real-time data, ensuring efficient water usage in agriculture
- Host: GitHub
- URL: https://github.com/d-nadella/smart_irrigation_system
- Owner: d-nadella
- Created: 2024-12-24T18:32:44.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T19:15:32.000Z (about 2 months ago)
- Last Synced: 2025-01-30T18:39:51.482Z (12 days ago)
- Topics: arduino, dht11, embedded-c, iot, mit-app-inventor, nodemcu, thingspeak
- Language: C++
- Homepage:
- Size: 3.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Irrigation System
## Project Overview
This project focuses on developing a Smart Irrigation System using IoT to automate irrigation based on soil moisture, temperature, and humidity levels. The system employs an ESP8266 NodeMCU, Arduino Uno, Soil Moisture Sensor, and DHT11 Sensor, which collect data and send it to a ThingSpeak server for real-time monitoring. A water pump is integrated to irrigate the field according to environmental conditions, ensuring efficient water usage.Agriculture in India heavily relies on monsoons, which often lack sufficient water sources. The Smart Irrigation System addresses this challenge by utilizing IoT to monitor and adjust irrigation based on soil moisture and environmental factors. The system is controlled via a mobile app with ON/OFF buttons, allowing manual interaction to manage the water pump in the field. This innovative solution ensures optimal water distribution and supports sustainable farming practices.
## Hardware Requirements
- NodeMCU ESP8266
- Soil Moisture Sensor Module
- Water Pump Module
- Relay Module
- DHT11## Software Requirements
- Arduino Compiler
- Language : Embedded C
- Cloud : ThingSpeak
- MIT App Inventor