Sie sind auf Seite 1von 5

1

IEEE International Conference on Innovations in Green Energy and Healthcare Technologies(ICIGEHT’17)

INTELLIGENT IRRIGATION SYSTEM – AN IOT BASED


APPROACH


    

   !"#


$%"  " &' (  ( ) *  (  
$% $ +
&


",(
" " (,(
"
* ,(
"

ABSTRACT management is a important factor in agriculture


allows the farmer to improve the cultivation in a way
The Internet of Things (IOT) has been the plants need. According to the requirement of the
denoted as a new wave of information and crops the threshold will be set, if the any
communication technology (ICT) advancements. environmental condition like temperature, soil
The IOT is a multidisciplinary concept that conditions and humidity goes below or above the
encompasses a wide range of several technologies, threshold value, then IOT sense the changing in
application domains, device capabilities, and parameters are monitored simultaneously and all the
operational strategies, etc. The ongoing IOT data will be transmitted to farmers, according to that
research activities are directed towards the farmer will take the controlling decision and send to
definition and design of standards and open the system. The system will run the actuator and
architectures which is still have the issues control the parameter. Types of sensor used and
requiring a global consensus before the final controlling action that are taken according to them
deployment. This paper gives over view about Temperature control - Growth of plantation depends
IOT technologies and applications related to on photosynthesis methods that is depends upon the
agriculture with comparison of other survey radiation from the sun. Humidity control -Water
papers and proposed a novel irrigation vapour is main problem that's affecting the growth of
management system. Our main objective of this crops. Because of high humidity, chances of disease
work is to for Farming where various new are increasing. Soil control- Soil water also affects
technologies to yield higher growth of the crops the crop growth. Therefore, the monitor & control of
and their water supply. Automated control soil condition have a specific interest, because the
features with latest electronic technology using good condition of a soil provides the proper yield.
microcontroller which turns the pumping motor The Proposal of the project is to develop a smart
ON and OFF on detecting the dampness content irrigation monitoring system using Arduino. Focus
of the earth and GSM phone line is proposed after area will be parameters such as temperature and soil
measuring the temperature, humidity, and soil moisture.
moisture.
II. OBJECTIVE
Keywords: Internet of things, temperature,
humidity, irrigation system, Arduino Mega. The main objective of our project is to work
for Farming where various new technologies to yield
I. INTRODUCTION higher growth of the crops and their water supply.
We are going to check the temperature, humidity, and
There are many techniques available for the precision soil moisture. The paper is all about automated
agriculture to monitor and control, environment for control features with latest electronic technology
the growth of many crops. Due to unequal using microcontroller which turns the pumping motor
distribution of rain water, it is very difficult to ON and OFF on detecting the dampness content of
requirement needed farmer to manage the water the earth and GSM phone line. It works automatically
equally to all the crops in whole farm it requires and hence reduces the man power. Irrigation is the
some irrigation method that suitable for any weather artificial application of water to the land or soil. It is
condition, soil types and variety of crops. Irrigation used to assist in growing of agricultural crops,

978-1-5090-5778-8/17/$31.00©2017 IEEE

Department of BME & EEE, Dr.N.G.P. Institute of Technology


2
IEEE International Conference on Innovations in Green Energy and Healthcare Technologies(ICIGEHT’17)

maintenance of landscapes, and revegetation of


disturbed soils in dry areas and during periods of LIMITATIONS IN THE EXISTING SYSTEM
inadequate rainfall. Watering systems will reduce the
burden of getting water to plants when they need it. The Existing irrigation system does not make the
Knowing when and how much to water is two efficient use of water. Water is not fed to the plant
important aspects of watering process. To make the whenever there is need it leads to water scarcity.
gardener works easily, the automatic plant watering Quantity of water is not defined for each water
system is created. supply in irrigation system.

III. EXISTING SYSTEM IV. PROPOSED SYSTEM

Now days, water shortage is one of the The Proposal of the project is to develop a smart
biggest problem in the world. Many different irrigation monitoring system using Arduino. Focus
methods are developed for conservation of water. We area will be parameters such as temperature and soil
need water in each and every field. Water is moisture. This system will be a substitute to classical
considered to be basic need of all living creatures. farming method. We will develop such a system that
Agriculture is one of the fields where water is will help a farmer to know his field status in his home
required in massive quantity. Major problem in or he may be residing in any part of the world. It
agriculture is every time excess of water is given to proposes an automatic irrigation system for the
the fields. Many techniques are used to save or to agricultural lands. Currently the automation is one of
control wastage of water from agriculture like Ditch the important role in the human life. It not only
Irrigation, Terraced Irrigation, Sprinkler System provides comfort but also reduce energy, efficiency
Rotary Systems. and time saving. Now the industries are using
An automatic Smart Irrigation Decision automation and control machine which is high in cost
Support System, SIDSS, is determined to manage and not suitable for using in a farm field. So here it
irrigation in agriculture. System estimates the weekly also designs a smart irrigation technology in low cost
irrigations needs of a plantation, on the basis of both which is usable by Indian farmers. Arduino is the
soil evaluation and climatic variables convoked by main heart of the whole system. An automated
several autonomous nodes deployed infield. This irrigation system was developed to optimize water
enables a closed loop control scheme to adapt the use for agricultural crops. Automation allows us to
decision support system to local perturbations and control appliances automatically. The objectives of
evaluation errors. Two machine learning approach, this paper were to control the water motor
PLSR and ANFIS, are proposed as reasoning engine automatically and we can also watch live streaming
of our SIDSS. This approach is validated on three of farm on android mobiles by using wi-fi.
commercial plantations of citrus trees located in
Spain. Performance is evaluated against decisions ADVANTAGES OF THE PROPOSED SYSTEM
taken by a human expert. The main characteristic of
system is the use of continuous soil measurements to The proposed system provides real time
complement climatic parameters to precisely predict information on the field irrigation. Here the water is
the irrigation needs the crops, in contrast with supplied based on the actual needs for the crops. This
previous works that are based only on weather automated irrigation system is cost reduction and
variables or doesn’t indicate the amount of water resource optimization. It improves the environment
required by the crops. The use of real-time quality and increases the irrigation. It also reduces
information from the soil specification in a closed water logging and water shortages.
loop control scheme allows to get used to the
decision support system to local perturbations, V. SYSTEM ARCHITECTURE
avoiding the accumulative effect due to errors in
consecutive weekly estimation, and/or detecting if the This archetype monitors the amount of soil
irrigation calculated for the SIDSS has been humidity and temperature. A predetermine range of
performed by the farmer. The analysis of the soil moisture and temperature is set, and can be
performance of the system is accomplished varied with soil type or crop type. In case the
comparing the decisions taken by a human expert and moisture or temperature of the soil diverges from the
the decision support component. Two machine specified range, the watering system is turned on/off.
learning techniques, PLSR and ANFIS, have been In case of dry soil and high soil temperature, it will
proposed as the basis of our reasoning engine and activate the irrigation system, pumping water for
analysed in order to obtain the best performance. watering the plants.

Department of BME & EEE, Dr.N.G.P. Institute of Technology


3
IEEE International Conference on Innovations in Green Energy and Healthcare Technologies(ICIGEHT’17)

Figure 1. System Architecture

The block diagram of smart irrigation system


is characterized in Fig1. It consists of a
microcontroller (ATmega328) which is the brain of Figure 2. System model
the system. Both the moisture and temperature
sensors are combined to the input pins of the Power supply is provided by using 5volt battery.
controller. The water pump and the servo motor are Sensor values are displayed in monitor by using
coupled with the output pins. If the sensors depart Arduino operating system. For Connection
from the per-ordinated range, the controller turns on establishment is provided by using java coding. Here
pump. The servo motor is used to control the angular Motor automatically ON and OFF based on Soil
point of the pipe, which ensures equal diffusion of values
water to the soil.
To reduce the amount of field work for the
farmer this operation also offers wireless switching
on-off of pumps for watering, irrigating. Wireless
sensor network of soil moisture sensor, soil pH
sensor and soil temperature sensor is connected to an
Arduino Mega 2560 micro controller board. The
android application controls the pumps over GSM
network via SMS (which enables pump control over
long distances) and Blue-tooth (when in close
proximity for real time diagnosis of the sensor
readings). This system can be implemented on a large
scale for farming purposes, which can further prove
to be more beneficial. Owing to prevailing conditions
and water shortages, the optimum irrigation
schedules should be determined especially in farms to
conserve water.

Figure 3. Sensor readings when soil moisture is dry


VI. SYSTEM PERFORMANCE AND
and motor is in ON mode.
EVALUATION
Here the Sensor values are evaluated and
This project is implemented using Arduino
displayed in system monitor using Arduino OS. The
ATmega328.Sensors are connected to Arduino using
motor automatically will be ON based on readings.
jumping cables. The entire system is observed and
controlled by power full credit card sized micro-
controller Arduino. Basic DC motor are used for
automatic water supply.

Department of BME & EEE, Dr.N.G.P. Institute of Technology


4
IEEE International Conference on Innovations in Green Energy and Healthcare Technologies(ICIGEHT’17)

REFERENCES

[1]. Navarro-Hellín, H., Martínez-del-Rincon, J.,


Domingo-Miguel, R., Soto-Valles, F. and Torres-
Sánchez, R., 2016. A decision support system for
managing irrigation in agriculture. Computers and
Electronics in Agriculture, 124, pp.121-131.
[2]. Roussel, N., F. Frappart, G. Ramillien, J.
Darrozes, F. Baup, and C. Ha. "Detection of soil
moisture content changes by using a single geodetic
antenna: The case of an agricultural plot." In 2015
IEEE, International Geoscience and Remote Sensing
Symposium (IGARSS), pp. 2008-2011. IEEE, 2015.
[4]. Bing, Fu. "Research on the agriculture intelligent
Figure 4. Sensor reading when soil moisture is wet system based on IOT." In 2012 International
and motor is in OFF mode. Conference on Image Analysis and Signal
Processing, pp. 1-4. IEEE, 2012.
Here the Sensor values are evaluated and [5]. Alnaimi, Firas B. Ismail, Yee Chaw Chu, and
displayed in system monitor using Arduino OS. The Khairul Salleh Mohamed Sahari. "Hybrid renewable
motor automatically will be OFF based on readings. power system for agriculture irrigation system."
In System Integration (SII), 2014 IEEE/SICE
VII. CONCLUSION International Symposium on, pp. 736-742. IEEE,
2014.
In the present the farmers use irrigation [6]. Kavianand, G., V. M. Nivas, R. Kiruthika, and S.
approach through the manual control, in which the Lalitha. "Smart drip irrigation system for sustainable
farmers irrigate the land at regular intervals. This agriculture." In Technological Innovations in ICT for
process seems to consume more water and results in Agriculture and Rural Development (TIAR), 2016
water wastage. Moreover, in dry areas where there is IEEE, pp. 19-22. IEEE, 2016.
inadequate rainfall, irrigation becomes difficult. [7]. Wu, Hao, Fangpeng Chen, Hanfeng Hu, Qi Liu,
Hence, we require an automatic system that will and Sai Ji. "A Secure System Framework for an
precisely monitor and control the water essential in Agricultural IoT Application." In International
the field. Installing Smart irrigation system saves Conference on Computer Science and its
time and ensures judicious usage of water. Moreover, Applications, pp. 332-341. Springer Singapore, 2016.
this architecture uses micro-controller which [8]. Abrisqueta, Isabel, Wenceslao Conejero,
promises an increase in system life by reducing Mercedes Valdés-Vela, Juan Vera, Ma Fernanda
power consumption. The entire system is monitored Ortuño, and Ma Carmen Ruiz-Sánchez. "Stem water
and controlled by the power full credit card sized potential estimation of drip-irrigated early-maturing
micro-controller Arduino. It provides with several peach trees under Mediterranean
benefits and can achieve with less manpower. The conditions." Computers and Electronics in
system provides water only when the humidity in the Agriculture 114 (2015): 7-13.
soil goes below the reference. Due to the direct [9]. Campos, Isidro, Claudio Balbontín, Jose
transfer of water to the roots water management takes González-Piqueras, Maria P. González-Dugo,
place and also helps to maintain the moisture to soil Christopher MU Neale, and Alfonso Calera.
ratio at the root zone consistent to some extent. Thus, "Combining a water balance model with
the system is efficient and compatible to changing evapotranspiration measurements to estimate total
environment. Our Future work involves, a water available soil water in irrigated and rainfed
meter installed to estimate the amount of water used vineyards." Agricultural Water Management 165
for irrigation and thus giving a cost estimation. A (2016): 141-152.
valve can be used for varying the volume of water [10]. Giusti, Elisabetta, and Stefano Marsili-Libelli.
flow. Furthermore, Wireless sensors can also be used. "A Fuzzy Decision Support System for irrigation and
water conservation in agriculture." Environmental
Modelling & Software 63 (2015): 73-86.
[11]. Zwart, Sander J., and Wim GM Bastiaanssen.
"Review of measured crop water productivity values

Department of BME & EEE, Dr.N.G.P. Institute of Technology


5
IEEE International Conference on Innovations in Green Energy and Healthcare Technologies(ICIGEHT’17)

for irrigated wheat, rice, cotton and Agriculture and Rural Development (TIAR), 2015
maize." Agricultural Water Management 69, no. 2 IEEE, pp. 112-115. IEEE, 2015.
(2004): 115-133.
[12]. Soulis, Konstantinos X., Stamatios Elmaloglou,
and Nicholas Dercas. "Investigating the effects of soil
moisture sensors positioning and accuracy on soil
moisture based drip irrigation scheduling
systems." Agricultural Water Management 148
(2015): 258-268.
[13]. Navarro-Hellín, H., R. Torres-Sánchez, F. Soto-
Valles, C. Albaladejo-Pérez, J. A. López-Riquelme,
and R. Domingo-Miguel. "A wireless sensors
architecture for efficient irrigation water
management." Agricultural Water Management 151
(2015): 64-74.
[14]. Maton, L., D. Leenhardt, M. Goulard, and J-E.
Bergez. "Assessing the irrigation strategies over a
wide geographical area from structural data about
farming systems." Agricultural systems 86, no. 3
(2005): 293-311.
[15]. Ruiz-Canales, A., and M. Ferrández-Villena.
"New proposals in the automation and remote control
of water management in agriculture: Agromotic
systems." Agricultural Water Management 151
(2015): 1-3.
[16]. Zhou, Hong, BingWu Liu, and PingPing Dong.
"The Technology System Framework of the Internet
of Things and Its Application Research in
Agriculture." In International Conference on
Computer and Computing Technologies in
Agriculture, pp. 293-300. Springer Berlin Heidelberg,
2011
[17]. Upadhyay, Priyanka, Gurpreet Matharu, and
Naveen Garg. "Modeling agility in Internet of Things
(IoT) architecture." In Information Systems Design
and Intelligent Applications, pp. 779-786. Springer
India, 2015.
[18]. Rajalakshmi, P., and S. Devi Mahalakshmi.
"IOT based crop-field monitoring and irrigation
automation." In Intelligent Systems and Control
(ISCO), 2016 10th International Conference on, pp.
1-6. IEEE, 2016.
[19]. Li, S., 2012, August. Application of the Internet
of Things Technology in Precision Agriculture
Irrigation Systems. In Computer Science & Service
System (CSSS), 2012 International Conference
on (pp. 1009-1013). IEEE.
[20]. Guo, Tiantian, and Weizhu Zhong. "Design and
implementation of the span greenhouse agriculture
Internet of Things system." In Fluid Power and
Mechatronics (FPM), 2015 International Conference
on, pp. 398-401. IEEE, 2015.
[21]. hari Ram, V. Vijay, H. Vishal, S.
Dhanalakshmi, and P. Meenakshi Vidya. "Regulation
of water in agriculture field using Internet Of
Things." In Technological Innovation in ICT for

Department of BME & EEE, Dr.N.G.P. Institute of Technology

Das könnte Ihnen auch gefallen