This project implements a hydroponic garden system controlled via Arduino, managing the pump for irrigation and the light for plants. The system provides a web interface for control and monitoring functionalities.
The system controls an irrigation pump and a series of lights for plants in a hydroponic garden. It features a web interface that allows users to monitor the garden's status and manually control the pump and lights.
The activation time of the pump and the rest time can be modified via the active
and sleeping
variables in the code.
- Upload the source code to your Arduino.
- Connect the electronic components following the provided electrical schematics.
- Connect your Arduino to a configured WiFi network.
- Access your Arduino's IP address via a web browser to access the hydroponic garden control interface.
Follow this link.
Component | Arduino Pin |
---|---|
Pump | 12 |
DHT11 Sensor | 5 |
LED Strip | 8 |
Built-in LED | LED_BUILTIN |
There is a known issue with handling HTTP requests, and it might be better to handle requests using AJAX.