A Review Paper On IoT Based Smart Irriga
A Review Paper On IoT Based Smart Irriga
ABSTRACT
Automation of farm activities can transform agricultural domain from being manual and static to intelligent and
dynamic leading to higher production with lesser human supervision. This paper proposes an automated
irrigation system which monitors and maintains the desired soil moisture content via automatic watering.
Microcontroller ATMEGA328P on arduino uno platform is used to implement the control unit. The setup uses
soil moisture sensors which measure the exact moisture level in soil. This value enables the system to use
appropriate quantity of water which avoids over/under irrigation. IOT is used to keep the farmers updated
about the status of sprinklers. Information from the sensors is regularly updated on a App using WiFi modem
through which a farmer can check whether the water sprinklers are ON/OFF at any given time. Also, the
sensor readings are transmitted to a Thing speak channel to generate graphs for analysis.
Keywords : Irrigation System, Soil Moisture Sensor, Temperature Sensor, Humidity Sensor, IOT, Android
CSEIT195155 | Received : 25 Jan 2019 | Accepted : 05 Feb 2019 | January-February -2019 [ 5 (1) : 191-196 ]
191
Anjali Dokhande et al. Int J Sci Res CSE & IT. January-February-2019 ; 5(1) : 191-196
A. Moisture Measurement This stage is called as the field limit. Void spaces are
currently loaded with water and air parcels (Fig. 1(b)).
Soil is comprised of blend of segments including Each harvest has a Critical Soil Moisture Deficit level,
mineral and natural particles, with water and air enabling soil to dry out past this level, water pulling
making up the spaces in the middle. Soil can be from edit can't occur, diminishing the yield. Advance
essentially characterized into following 4 classes: more water expulsion from soil lead little holding of
water by soil particles much firmly on account of
surface strain impact for the yield to remove this is
said to be as withering point as appeared in figure 1(c).
The accessible water limit is the measure of water a
dirt can make accessible to plants, by and large
It is encouraged to break down soil to reason its
characterized as the contrast between measure of
classification. Every classification has distinctive
water put away in a dirt at field limit and the measure
properties henceforth their water holding limit
of water put away in the dirt at the lasting shrinking
changes from one sort to the next. As water invades
point. Plants get the vast majority of water from the
soil, it begins to fill the hole between the void spaces
upper part of the root zone.
in the middle of soil particles (Fig. 1(a)), when every
one of the spaces are totally immersed with the water,
The term viable root zone alludes to about the upper
the state is known as immersion point. This state goes
portion of the root zone profundity, where around 70%
on for brief time. With time overabundance water
of harvests water is taken up.
permeates descending through water profile because
of gravitational power. At same time narrow activity
give inverse power to gravity and give adjusted
condition so descending development of water is
ruined.
methodology for moisture estimation is assessing moisture sensor (VH400) in the perspective of
assortment in dielectric steady [7]. Dielectric electromagnetic estimation and second is soil
unfaltering of water is (~80) high when appeared temperature sensor (DS1822). The recorded data was
differently in relation to dry soil (2-3). In [8] secured locally in the memory chip and was moreover
assortment of the dielectric was assessed as an transmitted to the web. The system is controlled
assortment in the capacitor using capacitor and capable and thoroughly wears down sun controlled
resistor interface. The response is generally immediate essentialness. The promising delayed consequence of
which is required in case of exactness agriculture. S. S. around 90% water saving was viewed. P. Bhosale and
Mathurkar and D. S. Chaudhari [9] showed a model in V. Dixit made atmosphere monitoring structure. They
perspective of moisture, temperature and humidity used a broad assortment of sensors for monitoring
sensor. All of the sensors were balanced for the specifically ecological temperature and humidity
straight response. The standard purpose of the (SHT1x), Soil temperature (LM35), Radiation and
structure is to develop an exact system which can be sunshine, soil moisture (gypsum square in perspective
utilized in real estate and offer preferences to the of the resistive framework), wind speed and course
farmer. (anemometer) and rainfall. In control board, PIC
microcontroller was used. The total data was secured
An epic method to manage design automated in memory card amassing and was also sent to the
irrigation system is the use of Plant water weight remote customer by methods for the GSM module.
examination. It is overcome selection of optical and IR Powerful usage of water was practiced through this
pictures of plant overhang. This particular enrollment structure [12].
speaks to a couple of challenges as no anticipated
essential segment or right organizing can be found IV. PROPOSED METHODOLOGY
from the data pictures. X. Wang et al [10] developed
an Automatic Cross-Correlation course of action Nowadays agricultural field is facing lot of problems
count which uses the information of smart picture due to lack of water resources. In order to help the
structure yet clears out the effect of picture shading farmers to overcome the difficulties, smart irrigation
and power in the relationship method and thusly system has been used. In this system, various sensors
achieves a pleasing enlistment result. They similarly such as pH, soil moisture and DHT11 are connected to
realized capable computation approach which can the input pins of Arduino microcontroller. The sensed
fundamentally diminish the estimation eccentrics of values from the sensors are displayed in LCD. If the
the ACC count while keeping up needed exactness. sensed value goes beyond the threshold values set in
Game plan control was also improved by accepting N- the program, the pump will be automatically switched
maxima procedure in the control point count. ON/OFF by the relay circuit and it is connected to the
Preliminary comes about showed that the proposed driver circuit which helps to switch the voltage. The
system defeated each and every other procedure for farmer will be intimated about the current field
region-based methods. J. Gutierrez et al [11] executed condition through Wi-Fi module and also updated in
amazingly capable automated system with remote the web page. By using this system, the farmer can
sensor arrange. The remote interface was given access the details about the condition of the field
through the GPRS module (MTSMC-G2-SP). The anywhere at any time.
structure has two information parameters at first is
V. COMPONENTS USED
• Wi-Fi Module
• Soil Moisture Sensor The ESP8266 Wi-Fi module is a self-contained SOC
Soil Moisture sensor is used to measure the moisture (System on Chip) with integrated TCP/IP
content present in the soil. When the soil moisture (Transmission Control Protocol/Internet Protocol)
value read by the sensor is above the threshold value, protocol stack that can give any microcontroller
low level (0V) will be the digital output and if it is access to any Wi-Fi network. Each ESP8266 module
below the threshold level, high level (5V) will be the comes preprogrammed meaning, it can be simply
digital output. The digital pin is used to directly read hooked up to Arduino device to get Wi-Fi ability. This
current soil moisture value to see if it is above module has a powerful enough on-boarding process
threshold or not. The threshold voltage can be and high storage capacity that allows it to be
regulated with help of potentiometer. integrated with the sensors and other application
specific devices.
VI. APPLICATION