Automatic Water Sprinkler System Using Arduino

The Automatic Irrigation System with Arduino works by using a moisture sensor to detect the moisture level in the soil. The Arduino Uno microcontroller is programmed to read the sensor's values and activate a water pump when the moisture falls below a predetermined threshold.

Open this code in your Arduino ide, and edit the 'ON' 'OFF' time according to your need. After doing the all the necessary changes , upload the code into your arduino nano board after selecting right board and COM port.

Moisture sensors will detect whether the soil is dry, if that is the case, the controller will turn on both pressure pump and solenoid valve. You can manually turn on the watering system by pressing momentary push button. Another push button is used to switch on the whole controller. Note that even if the pump is will stop running at night, if the controller wants to water the plant, the

In this tutorial, I will show you how to make an automatic irrigation and plant watering system using Arduino and a soil moisture sensor. Also, we can control the water supply automatically through this system.

Automatic Water Sprinkler system using arduino JLCPCB technolab creation 31.6K subscribers 134

Water Wastage is more in the farming sector. Watering the agricultural fields through irrigation by using this type of method we can save water. In this project, we make an automatic plant sprinkler irrigation system that has to be designed. The system consist relay, Arduino and moisture sensor.

Working of the Automatic Irrigation System The logic of this system is very simple. In this system, the moisture sensor senses the moisture level of the soil and when the sensor senses a low moisture level it automatically switches the water pump with the help of a microcontroller and irrigates the plant.

Here we are using the analog output from the module by connecting it to one of the analog pins of Arduino. While using the analog output the wet detection value can be set or adjusted within the program itself. When we keep the sensor into soil, the soil is dry automatically sprinkler gets ON and when it is wet sprinkler gets OFF.

Arduino Automatic Watering System for Plants Sprinkler Last month, Elecrow have left the original office and moved to a new office. We will miss our original office where we worked so hard for more than two years, we will miss everything here, the desks, the windows, and those potted plants, that we car

The automatic irrigation system is a part of the smart garden. In this tutorial, We are going to learn how to make an automatic irrigation system for the garden using Arduino, a soil moisture sensor, relay, and pump.