AutoRigation is an innovative IoT-based irrigation system designed to optimize water usage by automatically adjusting watering schedules based on real-time sensor data. By monitoring soil moisture, temperature, light, humidity, and weather conditions, AutoRigation delivers the right amount of water at the right time—minimizing waste and ensuring optimal plant health.
- Project Overview
- Hardware Prototype
- Arduino Files
- Web Dashboard
- Business Model & Supporting Documents
- Project Image & Demo Video
- Installation & Setup
- Usage
AutoRigation leverages real-time sensor data collected via an Arduino/ESP32-based prototype and a suite of sensors to drive a smart, automated irrigation system. The system collects data on temperature, humidity, soil moisture, light intensity, and even weather conditions to determine the optimal irrigation schedule. Both the hardware (Arduino code) and the web dashboard (React project) work together to maximize water efficiency and promote sustainable water use.
Our hardware prototype consists of:
- A microcontroller (ESP32 or similar) with WiFi capability.
- Multiple sensors including:
- A relay controlling a water pump/valve.
- WiFi connectivity for sending sensor data and receiving commands from Firebase.
Key pin configurations and system parameters are defined in pins.h.
The repository includes all the Arduino source code necessary to run the AutoRigation prototype:
-
code_crackers.ino
The main Arduino sketch that ties together all functionalities. -
DHT22.h
Handles temperature and humidity readings using the DHT22 sensor. -
LDR.h
Reads ambient light levels from a photoresistor. -
irrigation.h
Contains functions for controlling the relay, calculating water usage, and determining when to irrigate. -
firebase.h
Manages connectivity to Firebase, sending sensor data and receiving configuration updates. -
pins.h
Defines hardware pin assignments, WiFi credentials, and Firebase configuration parameters. -
sms.h
Contains functions for interfacing with the soil moisture sensor. -
timenow.h
Uses NTP to synchronize time. -
weather.h
Fetches and parses weather data (e.g., rain probability).
The web project, built with React, provides a user-friendly dashboard to monitor and configure the AutoRigation system. Key features include:
-
Real-Time Monitoring:
Displays sensor data (temperature, humidity, soil moisture, light) and water usage logs retrieved from Firebase. -
Parameter Configuration:
Users can adjust irrigation parameters such as flow rate, temperature thresholds, and soil moisture settings through an intuitive UI. -
API Documentation:
A dedicated page (ApiDocumentation.jsx) details the REST API endpoints for sensor data, water usage, system parameters, and more. -
Connectivity Indicators & Chat Assistant:
The dashboard displays device connectivity status (based on the browser’s network status) and includes a floating Chat Assistant for additional support.
All source code for the web project is located under the src/
directory. To run the web project, see the Installation & Setup section below.
The AutoRigation project is supported by a robust business model designed to scale from residential applications to large urban deployments. Key highlights include:
-
Water Conservation & Efficiency:
Significant reductions in water usage and energy consumption. -
Subscription Model:
Premium services such as advanced analytics, AI-driven crop management, and remote monitoring. -
Scalability:
Modular design allowing expansion to smart cities and agricultural deployments.
Supporting documentation included in this repository:
- Business Model Canvas: Autorigation BMC.pdf
- Project Presentation: Code Crackers.pptx
Demo Video Watch our demo video on YouTube to see AutoRigation in action: YouTube.
- Open the Arduino IDE or PlatformIO and load
code_crackers.ino
from theAutorigation/Arduino Files/
folder. - Update
pins.h
with your own WiFi credentials, Firebase tokens, and pin assignments. - Install required libraries:
- WiFi, Firebase, ArduinoJson, HTTPClient, DHT, Gravity Soil Moisture Sensor libraries, etc.
- Upload the code to your ESP32 or compatible board.
-
Navigate to the web project folder:
cd Autorigation/Web
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit http://localhost:3000.
- Power Up your hardware prototype. Ensure the sensors are connected and the device is online.
- The hardware sends real-time sensor data to Firebase.
- Access the React web dashboard to view live data, water usage logs, and configure irrigation parameters.
- Use the dashboard’s features to adjust system settings based on your plant’s needs and monitor water efficiency.
- The system automatically adjusts irrigation based on sensor inputs, optimizing water usage and ensuring healthy plant growth.
If you have any questions, suggestions, or contributions, please open an issue or submit a pull request. Your feedback is welcome!
AutoRigation
Maximize efficiency, minimize waste, and ensure optimal plant health with smart, data-driven irrigation.