Arduino Based Automatic Soil Moisture Monitoring System
Arduino Based Automatic Soil Moisture Monitoring System
Abstract: - The research aim was to the study the intelligent soil moisture control system in agricultural greenhouse based on
Arduino Uno microcontroller automation control. This kind of intelligent soil moisture control system helps to control the moisture
level of the field and supply the water if required. In this research embedding a control system into an automatic water pump
controller depend upon the moisture of the soil. This system also ability to detect the level of methane gas in the green house. The
intelligent soil moisture control system in agricultural greenhouse designed in the research had wonderful effort of man-machine
interface, it is very simple, cheap and convenient high degree of automation system. Not only that this system helps to prevent
wastage of water. This system is a prototype, which makes this self-sufficient, watering itself from a reservoir.
Key Words: — Agriculture, Arduino Uno, Automation, Environment Friendly, Soil Moisture, Self-Sufficient.
void loop ()
sensorValue = analogRead(sensorPin);
serial.printIn(“Analog Value:”);
serial.printIn(sensor Value);
if(sensorValue<limit)
{
Fig.1. Block diagram of Soil moisture monitoring system
digitalWrite(13,HIGH);
V. CONCLUSION
}
This project of greenhouse monitoring system has been
else
developed based on the arduino Uno. After verifying the data
that was got in monitor, assured about the success of the
{ project. Presence of each module has been systematic out and
placed carefully, thus contributing to the best working of
digitalWrite(13, LOW); every unit. Thus, the Arduino Based Automatic soil moisture
monitoring system has been designed and tested successfully.
}
REFERENCES
delay (1000);
[1]. K.S.S. Prasad, Nitish Kumar Sinha and Palash Kumar
Saha “Water-Saving System Based on Automatic Control
} by Using GSM Technology” Middle-East Journal of
Scientific Research 12 (12): 1824-1827, 2012
157
International Journal of Progressive Research in Science and Engineering
Volume-1, Issue-4, July-2020
www.ijprse.com
158