A basic system that waters a plant according to the heat index of the environment.
This is a basic plant watering system created on Arduino Uno using DHT11 Temperature and Humidity sensor.
DHT Sensor Library and Adafruit Unified Sensor libraries must be installed on Arduino IDE, because DHT sensors need them.
With the help of these libraries, temperature, heat index, and humidity can be calculated easily.
In this project a water pump is created using a DC motor. When the motor is started, it pumps water to the plant. The motor starts or stops according to the heat index.
The heat index (HI) is an index that combines air temperature and relative humidity, in shaded areas, to posit a human-perceived equivalent temperature, as how hot it would feel if the humidity were some other value in the shade.
A counter is used to reduce the number of engine starts to avoid over-watering the plant.
Each result of the calculations are displayed on the Serial Port Screen.
The basic circuit elements that are used in the Basic Plant Watering System.