SlideShare a Scribd company logo
1 of 6
Download to read offline
Sharad Shinde. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.58-63
www.ijera.com DOI: 10.9790/9622-0704065863 58 | P a g e
Automated Irrigation System using WSN and Wi-Fi Module
Sharad Shinde*, Vipul Gohil**
*(Mechatronics Department, Mukesh Patel School of Technology & Management, Mumbai-56, India
Email: sharads99@gmail.com)
** (EXTC Department, Mukesh Patel School of Technology & Management, Mumbai-56, India
Email: vipul.gohil@nmims.edu)
ABSTRACT
The objective of the developed system is to encourage the efficient water management practices that optimize
the usage of water by keeping the crop health and yield intact through the implementation of automated irriga-
tion system. The microcontroller-based solution consists of distributed wireless network (WSN), base or control
station and user interface. Each sensor node will have soil-moisture, temperature and humidity sensors placed in
the farmland. These WSNs are powered by battery. Base station will collect the sensor information through the
use of RF transceiver. An algorithm is developed to monitor soil-moisture and temperature to control the water
volume depending upon the set threshold. Base station also sends the sensor information to remote database for
logging through Wi-Fi interface. Web application is developed that enables the user for remote monitoring of
data and control certain parameters like soil moisture threshold, manual override of water flow, etc.
Keywords: Internet, J2EE, RF Transceiver, Sensor, Wi-Fi, WSN
I. INTRODUCTION
The economy of our country India still
largely depends on agriculture. Also the major por-
tion of population is employed in agriculture field.
The population of our country is increasing and so
the volume of the food required. In order to meet the
demand for the increased food, the more agriculture
production is expected. This definitely requires more
water. On other side, the factors like reduction in
ground water level, climate change and uncertainty
in monsoon increases the importance of saving the
water while increasing food production. The solu-
tion to this is the adoption of efficient water man-
agement practices such as irrigation system.
In traditional irrigation system, farmer ma-
nually releases the water to crops either at regular
interval or by monitoring the moisture of the soil.
This is particular useful for small farmland. Such
systems require labors and not always accurate. So
there is possibility of more water is being used than
required. Automated irrigation makes use of tech-
nology for measuring the soil moisture and other
parameters. Based on these parameters, system on its
own decides to switch on the pump.
The solution uses the distributed wireless
network of sensors, data collection station and appli-
cation layer. Sensor node having sensors such as soil
moisture, temperature and humidity will send data
wirelessly to base station. Sensor node is battery
operated. Solar panels can be used to charge the bat-
tery. Base station will control the release of water
based on the threshold. RF Transceiver module helps
the data communication between sensor node and
base station. Communication range of this RF trans
ceiver is around 500 meters. Wi-Fi Internet module
in the system allows base station to log the data in
MySQL database. Web based application allows the
user to monitor the data and also control few para-
meters.
II. LITERATURE SURVEY
Joaquin Gutiérrez et al. [1] have designed
and implemented an automated irrigation System
using Wireless sensor network and GPRS module
which optimizes the water use for agriculture crops.
It consists of distributed wireless network of soil
moisture and temperature placed in the fields. WSN
communicates to the base unit via Zigbee module.
The base unit receives the sensor information and
activates the actuators as per the algorithm devel-
oped with the threshold values of soil moisture and
temperature. It also sends the data via GSM modem
to web application for remote monitoring. The au-
tomated system was tested and found to save up to
90% of water saving compared with the traditional
irrigation practices.
Sabrine Khriji and Dhouha El Houssaini et
al. [2] have proposed a precision irrigation system
composed of different types of nodes. Each node has
set of sensors and communication mechanism to
send data to base station. Soil node measures soil
moisture and temperature. Weather node monitors
the parameters like luminance level, air temperature,
relative humidity and wind speed. Container node
controls the irrigation process using actuator.
Wireless communication is provided by Chipcon
CC2420 radio module. The base station connected to
RESEARCH ARTICLE OPEN ACCESS
Sharad Shinde. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.58-63
www.ijera.com DOI: 10.9790/9622-0704065863 59 | P a g e
a PC on a USB port logs the data in a MySQL data-
base. Data is viewed through Java based application.
Yunseop (James) Kim et al. [3] have devel-
oped a system which makes use of Bluetooth tech-
nology for wireless communication between wire-
less sensor network and base station. The Bluetooth
receiver wirelessly receives the data from all sensing
stations and sends the data to the base computer via
TCP/IP Ethernet. The base station processes the in-
field sensory data through a decision making pro-
gram and sends control command to the irrigation
control station. The control station makes use of
PLC. Microsoft .NET base graphical user interface
allows the user to read the GPS data from control
station and sensor data from in-field sensing stations
and send control signals to the irrigation control sta-
tion for individual sprinkler operation.
Orazio Mirabella and Michele Brischetto
[4] have proposed a hybrid wired/wireless infrastruc-
ture solution for the management of a farm made up
of several green houses in Sicily. Controlled Area
Network (CAN) has been used for wired communi-
cation whereas Zigbee type network has been used
for wireless communication. Supervisory Control
and Data Acquisition (SCADA) system has been for
moni-toring and controlling the optimal conditions
of the environment in each greenhouse.
Nelson Sales, Orlando Remédios and Artur
Arsenio [5] have proposed a cloud-based solution
for smart irrigation system. Cloud platform receives
the data from WSAN and weather information from
weather station through a web service. The irrigation
algorithm uses both soil moisture measurement and
weather station fore-casts. Accordingly cloud plat-
form sends the message to WSAN to acti-
vate/deactivate the irrigation.
Another parameter to control the irrigation
is estimating evapotranspiration. The system [6][7]
is capable of predicting the evapotranspiration and
irrigating considering the amount of water removed
through the evapo-transpiration during the diffusion
time based on the predicted evapotranspiration rate.
Systems are getting developed using advance
technologies such as fuzzy logic [8], Expert system
(irrigation expertise) [9], predictive control for green
house process [10] and to control the irrigation.
Trifun Savic and Milutin Radonjic have imple-
mented the irrigation solution with Libelium Wasp-
mote open source platform, supported by GPRS
communication module. System can be remotely
control via SMS [11].
III. PROPOSED SYSTEM
The general block diagram of the system is
shown in Fig. 1 consists of three components namely
Wireless Sensor Unit (WSU), Wireless Information
Unit (WIU), and Web module.
Fig. 1 General Block Diagram
WSU reads the values of sensors at specific
interval and transferred these values to WIU using
RF transceiver. WIU upon receiving sensor informa-
tion, compare with threshold and takes the decision
on starting or stopping water to crops as per pro-
grammed logic. WIU send the sensor data to server
using Wi-Fi module via internet for monitoring pur-
pose. Web application allows the user for remote
monitoring and control on browser through any in-
ternet enabled devices such as PC, tablet, smart-
phone.
3.1 Wireless Sensor Unit
WSU consists of microcontroller, sensors,
signal conditioning, RF transceiver and power
supply as shown in Fig. 2. Several WSUs can be
deployed in the farmland depends upon the area to
be covered.
3.1.1 Microcontroller (LPC2148)
The LPC2148 microcontroller is a 32/16 bit
ARM7TDMI-S CPU with real-time emulation, on-
chip RTC and high speed flash memory. It has oper-
ating voltage range of 3.0 V to 3.6 V (3.3 V ± 10 %)
with 5 V tolerant I/O pads. Microcontroller reads the
values of sensors through 10-bit Analog to Digital
Converters (ADC) ports. This in-formation is trans-
mitted to WIU through RF transceiver RFM22B
connected to microcontroller with standard 4-pin SPI
bus.
Fig. 2 Block Diagram-WSU
Sharad Shinde. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.58-63
www.ijera.com DOI: 10.9790/9622-0704065863 60 | P a g e
3.1.2 RF Transceiver (RFM22B)
The RFM22 is a wireless transceiver mod-
ule with frequency range over the complete 240-930
MHz band and adjustable output power of up to +17
dBm. The proposed solution uses a low cost ISM
FSK Transceiver module which operates at
433MHz. It is suitable for battery powered applica-
tions as current consumption is low and wide operat-
ing voltage range of 1.8-3.6 V.
RFM22B communicates with the microcon-
troller LPC2148 over 4-wire SPI interface (Fig. 3):
SCLK, SDI, SDO and nSEL. A SPI transaction is a
16-bit sequence having a Read-Write (R/W) select
bit, followed by a 7-bit address field (ADDR), and
an 8-bit data field (DATA).
Fig. 3 Interface Microcontroller-RF Module
Since the module operates at 433 MHz, an-
tenna length required will be 17cm (wavelength/4).
18 gauge copper wire of length 17 cm is connected
to ANT pin of RFM22B.
3.1.3 Sensors
 Soil moisture sensor
It is the most critical sensor of the irrigation control
system. It measures the water content in the soil.
Sensor output is connected to Analog to Digital con-
verter pin P0.10/ADC1.2 of LPC2148 via a unit gain
amplifier (LM324). The sensor has two probes
which can be buried into soil. The voltage of the
sensor output changes with the water content in the
soil. When the soil is wet, the output voltage de-
creases. When the soil is dry, the output voltage
increases.
 Temperature
The LM35 is a precision integrated-circuit tempera-
ture sensor with an output voltage linearly propor-
tional to the temperature in Centigrade. Output is
given to Analog to Digital converter pin
P0.13/AD1.4 of LPC2148 via amplifier with the
gain of 3.5.
 Humidity
Humidity sensor used is an SL-HS-220 humidity
sensor module which gives analog output voltage.
The output is given to Analog to Digital converter
pin P0.12/ADC1.3 of microcontroller LPC2148 via a
unity gain amplifier. In this solution, signal condi-
tioning is done primarily to isolate the sensor circui-
try from microcontroller board. It uses M324, a low
power Quad Operational Amplifier.
3.1.4 Algorithm
The WSU has been programmed with the appropri-
ate logic shown in Fig. 4.
Fig. 4 Algorithm for WSU
Based on sampling interval, microcontroller
reads the data from soil moisture, temperature and
humidity. This sensor information is transmitted to
WIU via RF transceiver. It also receives the data
from WIU pertaining to sampling interval and
changes its cur-rent value accordingly.
3.2 Wireless Information Unit
WIU is located at the base station. It is also
called a control station. It communicates with both
WIU and Web module. It consists of microcontrol-
ler, RF transceiver, Wi-Fi module and actuator (wa-
ter valve) as shown in Fig. 5.
Fig. 5 Block Diagram-WIU
Sharad Shinde. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.58-63
www.ijera.com DOI: 10.9790/9622-0704065863 61 | P a g e
3.2.1 Wi-Fi Module
The Wi-Fi module used in the solution is
ESP8266, a low cost wireless module with a com-
plete AT command library. It is suitable for adding
Wi-Fi functionality to a microcontroller project via a
UART serial connection. It has features like 802.11
b/g/n protocol support, Built-in TCP/IP, On-board
PCB Antenna, etc. ESP8266-01 module is connected
to microcontroller LPC2148 using UART1 interface
as shown in Fig. 6.
Fig. 6 Interface Microcontroller-Wi-Fi Module
3.2.2 Water Control Valve
A solenoid valve is an electromechanically
operated valve. The valve is controlled by an electric
current flowing through a solenoid. In proposed so-
lution, plastic water solenoid valve is used which is
suitable for irrigation system. Port P0.12 is con-
nected (Fig. 7) to Signal pin of relay module.
Fig. 7 Interface Microcontroller-Control valve
When P0.12 is high, relay gets energized and in turn
opens the valve allowing water to flow. When P0.12
is low, relay gets de-energized and valve closes
stopping the water flow.
3.2.3 Algorithm
WIU has been programmed with the logic
shown in Fig. 8. It receives sensor in-formation from
WSU; compare soil moisture reading with set thre-
shold & as per programmed logic start or stop the
water valve. Water flow remains for the set duration
(control parameter). It also sends the sensor informa-
tion to remote database using Wi-Fi module via in-
ternet. It receives the control parameters such as
sampling frequency, soil moisture threshold, water
flow duration and manual on/off of valve from re-
mote application and action accordingly. It sends
sampling interval data to WSU to change the sensor
reading intervals.
Fig. 8 Algorithm for WIU
3.3 Web Module
Web module architecture is shown in Fig.
9. A service utility parse the data send by WIU and
store in MySQL database. Application has been de-
veloped in MVC struts2 architecture and deployed
on Apache server. Web application helps the user
remote monitoring and control of various parameters
of the irrigation system. This module provides easy
to use graphical interface for displaying the parame-
ters on browser. Application can be seen on any de-
vice with internet enabled.
Fig. 9 Web Architecture
Sharad Shinde. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.58-63
www.ijera.com DOI: 10.9790/9622-0704065863 62 | P a g e
Application Interface as shown in Fig. 10 has fol-
lowing sections.
 Monitoring Data
Monitoring data includes the latest information of
parameters such as Soil moisture, Temperature, Hu-
midity, Battery level, Water level and status of Wa-
ter flow.
Fig. 10 Web Application
 Control Data
The four parameters can be change in order to con-
trol the proposed irrigation sys-tem to suit the par-
ticular requirement. Changing value of any of the
above parameters and pressing button ‘Update’ will
send the respective change data to WIU.
 Diagnostics
Diagnostics form helps the user to keep track of
health of the system by providing warnings or errors
occurring in operation. The message includes ‘Tem-
perature reported is very Low, Please check Tem-
perature Sensor’, ‘Soil Moisture reported is not in
range, Please check Soil Moisture Sensor’, ‘Data is
not getting logged in Database, Please check com-
munication links’, etc.
 System Information
A link is provided giving information about the sys-
tem in brief. This will be useful for the user to un-
derstand the system interaction. This can be updated
as and when there are any changes.
Tool tip information is visible on taking mouse over
a particular parameter text such as mouse over text
‘Sampling Frequency’ shows the information as
‘Sets the time interval for reading Sensors values’.
IV. RESULTS
The humidity and temperature sensors are
placed at the field station. Soil moisture sensor is
buried into the soil near roots of the plant as shown
in Fig. 11. WIU is connected to internet via Wi-Fi
module.
Fig. 11 Actual Setup
Fig. 12 shows the values received from sen-
sors and transmitted to WIU via RF Transceiver the
received values are compared with the set threshold.
Whenever the soil moisture value is less than the set
threshold, the water valve is opened and water is
applied to the plants. Wi-Fi module in WIU uploads
the sensor information in web. Application displays
the data onto the screen to the user. Manually turn-
ing on the water flow action from application starts
the water flow for set duration.
Fig. 12 Test Results
V. CONCLUSION
Considering the scarcity of water at the
global level and the importance of agriculture for the
existence of life on earth, managing water resources
for agriculture is becoming a challenge.
The automated irrigation system based on
WSN has been designed. The wireless data commu-
nication among WSN, base station and user applica-
tion requires less maintenance. A simple application
allows the user the monitor and control of the system
without any technical knowledge.
The developed system is cost effective and
proves the saving of water. The system can be ad-
justed for different crops. System can be used for
farms at remote place where human presence is not
feasible or monitoring is difficult. System can be ex-
tended to greenhouse monitoring.
REFERENCES
[1] J. Gutiérrez, J. F. Villa-Medina, A. Nieto-
Garibay and M. Á. Porta-Gándara, "Auto-
mated Irrigation System Using a Wireless
Sharad Shinde. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.58-63
www.ijera.com DOI: 10.9790/9622-0704065863 63 | P a g e
Sensor Network and GPRS Module," in IEEE
Transactions on Instrumentation and Meas-
urement, vol. 63, no. 1, pp. 166-176, Jan.
2014.
[2] S. Khriji, D. E. Houssaini, M. W. Jmal, C.
Viehweger, M. Abid and O. Kanoun, "Preci-
sion irrigation based on wireless sensor net-
work," in IET Science, Measurement & Tech-
nology, vol. 8, no. 3, pp. 98-106, May 2014.
[3] Y. Kim, R. G. Evans and W. M. Iversen,
"Remote Sensing and Control of an Irrigation
System Using a Distributed Wireless Sensor
Network," in IEEE Transactions on Instru-
mentation and Measurement, vol. 57, no. 7,
pp. 1379-1387, July 2008.
[4] O. Mirabella and M. Brischetto, "A Hybrid
Wired/Wireless Networking Infrastructure for
Greenhouse Management," in IEEE Transac-
tions on Instrumentation and Measurement,
vol. 60, no. 2, pp. 398-407, Feb. 2011.
[5] N. Sales, O. Remédios and A. Arsenio,
"Wireless sensor and actuator system for
smart irrigation on the cloud," 2015 IEEE 2nd
World Forum on Internet of Things (WF-IoT),
Milan, 2015, pp. 693-698.
[6] A. G. N. Bandara et al., "Smart irrigation con-
trolling system for green roofs based on pre-
dicted evapotranspiration," 2016 Electrical
Engineering Conference (EECon), Colombo,
2016, pp. 31-36.
[7] S. Fazackerley, A. Campbell, R. R. Trenholm
and R. Lawrence, "A holistic framework for
water sustainability and eduction in municipal
green spaces," 2012 25th IEEE Canadian
Conference on Electrical and Computer En-
gineering (CCECE), Montreal, QC, 2012, pp.
1-6.
[8] K. Anand, C. Jayakumar, M. Muthu and S.
Amirneni, "Automatic drip irrigation system
using fuzzy logic and mobile technolo-
gy," 2015 IEEE Technological Innovation in
ICT for Agriculture and Rural Development
(TIAR), Chennai, 2015, pp. 54-58.
[9] M. Hazman, "Crop irrigation schedule expert
system," 2015 13th International Conference
on ICT and Knowledge Engineering (ICT &
Knowledge Engineering 2015), Bangkok,
2015, pp. 78-83.
[10] A. Pawłowski, J. A. Sánchez, J. L. Guzmán,
F. Rodríguez, M. Berenguel and S. Dormido,
"Event-based control for a greenhouse irriga-
tion system," 2016 Second International Con-
ference on Event-based Control, Communica-
tion, and Signal Processing (EBCCSP), Kra-
kow, 2016, pp. 1-8.
[11] T. Savić and M. Radonjić, "Proposal of solu-
tion for automated irrigation system," 2016
24th Telecommunications Forum (TELFOR),
Belgrade, 2016, pp. 1-4.

More Related Content

What's hot

A Survey on Wireless Sensor Network For Agriculture
A Survey on Wireless Sensor Network For AgricultureA Survey on Wireless Sensor Network For Agriculture
A Survey on Wireless Sensor Network For Agriculturerahulmonikasharma
 
SMART IRRIGATION BASED ON LORA TECHNOLOGY
SMART IRRIGATION BASED ON LORA TECHNOLOGYSMART IRRIGATION BASED ON LORA TECHNOLOGY
SMART IRRIGATION BASED ON LORA TECHNOLOGYMUKESH BADIGINENI
 
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...IRJET Journal
 
Io t based smart irrigation system
Io t based smart irrigation systemIo t based smart irrigation system
Io t based smart irrigation systemKrishna Vala
 
IRJET- Smart Agriculture Solution using Lora and IoT
IRJET- Smart Agriculture Solution using Lora and IoTIRJET- Smart Agriculture Solution using Lora and IoT
IRJET- Smart Agriculture Solution using Lora and IoTIRJET Journal
 
IRJET- Smart Agriculture System based on IoT
IRJET- Smart Agriculture System based on IoTIRJET- Smart Agriculture System based on IoT
IRJET- Smart Agriculture System based on IoTIRJET Journal
 
IRJET- IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
IRJET-  	  IoT – Based Wireless Sensors for Environmental Monitoring and Smar...IRJET-  	  IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
IRJET- IoT – Based Wireless Sensors for Environmental Monitoring and Smar...IRJET Journal
 
IRJET- Review on IoT in Agricultural Crop Protection and Power Generation
IRJET-  	  Review on IoT in Agricultural Crop Protection and Power GenerationIRJET-  	  Review on IoT in Agricultural Crop Protection and Power Generation
IRJET- Review on IoT in Agricultural Crop Protection and Power GenerationIRJET Journal
 
Smart automated irrigation system ppt
Smart automated irrigation system pptSmart automated irrigation system ppt
Smart automated irrigation system pptAutoNextAutoHub
 
Innovative water saving agriculture by using resources
Innovative water saving agriculture by using resourcesInnovative water saving agriculture by using resources
Innovative water saving agriculture by using resourcesIAEME Publication
 
Implementation of agricultural automation system using web & gsm technolo...
Implementation of agricultural automation system using web & gsm technolo...Implementation of agricultural automation system using web & gsm technolo...
Implementation of agricultural automation system using web & gsm technolo...eSAT Journals
 
IRJET - Drip Irrigation in Agricultural Land through Android Mobile Application
IRJET - Drip Irrigation in Agricultural Land through Android Mobile ApplicationIRJET - Drip Irrigation in Agricultural Land through Android Mobile Application
IRJET - Drip Irrigation in Agricultural Land through Android Mobile ApplicationIRJET Journal
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. IRJET Journal
 
AUTOMATED IRRIGATION SYSTEM USING ARM CONTROLLER & GPRS MODULE
AUTOMATED IRRIGATION SYSTEM USING ARM CONTROLLER & GPRS MODULEAUTOMATED IRRIGATION SYSTEM USING ARM CONTROLLER & GPRS MODULE
AUTOMATED IRRIGATION SYSTEM USING ARM CONTROLLER & GPRS MODULEijiert bestjournal
 
Wireless monitoring of soil moisture
Wireless monitoring of soil moistureWireless monitoring of soil moisture
Wireless monitoring of soil moistureAyushi Gagneja
 
IRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoTIRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoTIRJET Journal
 
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET Journal
 

What's hot (20)

A Survey on Wireless Sensor Network For Agriculture
A Survey on Wireless Sensor Network For AgricultureA Survey on Wireless Sensor Network For Agriculture
A Survey on Wireless Sensor Network For Agriculture
 
SMART IRRIGATION BASED ON LORA TECHNOLOGY
SMART IRRIGATION BASED ON LORA TECHNOLOGYSMART IRRIGATION BASED ON LORA TECHNOLOGY
SMART IRRIGATION BASED ON LORA TECHNOLOGY
 
Gsm 2
Gsm 2Gsm 2
Gsm 2
 
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
 
Io t based smart irrigation system
Io t based smart irrigation systemIo t based smart irrigation system
Io t based smart irrigation system
 
IRJET- Smart Agriculture Solution using Lora and IoT
IRJET- Smart Agriculture Solution using Lora and IoTIRJET- Smart Agriculture Solution using Lora and IoT
IRJET- Smart Agriculture Solution using Lora and IoT
 
IRJET- Smart Agriculture System based on IoT
IRJET- Smart Agriculture System based on IoTIRJET- Smart Agriculture System based on IoT
IRJET- Smart Agriculture System based on IoT
 
IRJET- IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
IRJET-  	  IoT – Based Wireless Sensors for Environmental Monitoring and Smar...IRJET-  	  IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
IRJET- IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
 
IRJET- Review on IoT in Agricultural Crop Protection and Power Generation
IRJET-  	  Review on IoT in Agricultural Crop Protection and Power GenerationIRJET-  	  Review on IoT in Agricultural Crop Protection and Power Generation
IRJET- Review on IoT in Agricultural Crop Protection and Power Generation
 
Smart automated irrigation system ppt
Smart automated irrigation system pptSmart automated irrigation system ppt
Smart automated irrigation system ppt
 
Innovative water saving agriculture by using resources
Innovative water saving agriculture by using resourcesInnovative water saving agriculture by using resources
Innovative water saving agriculture by using resources
 
Implementation of agricultural automation system using web & gsm technolo...
Implementation of agricultural automation system using web & gsm technolo...Implementation of agricultural automation system using web & gsm technolo...
Implementation of agricultural automation system using web & gsm technolo...
 
IRJET - Drip Irrigation in Agricultural Land through Android Mobile Application
IRJET - Drip Irrigation in Agricultural Land through Android Mobile ApplicationIRJET - Drip Irrigation in Agricultural Land through Android Mobile Application
IRJET - Drip Irrigation in Agricultural Land through Android Mobile Application
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. 
 
AUTOMATED IRRIGATION SYSTEM USING ARM CONTROLLER & GPRS MODULE
AUTOMATED IRRIGATION SYSTEM USING ARM CONTROLLER & GPRS MODULEAUTOMATED IRRIGATION SYSTEM USING ARM CONTROLLER & GPRS MODULE
AUTOMATED IRRIGATION SYSTEM USING ARM CONTROLLER & GPRS MODULE
 
Wireless monitoring of soil moisture
Wireless monitoring of soil moistureWireless monitoring of soil moisture
Wireless monitoring of soil moisture
 
IRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoTIRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoT
 
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PI
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 

Similar to Automated Irrigation System using WSN and Wi-Fi Module

Implementation of soil energy harvesting system for agriculture parameters mo...
Implementation of soil energy harvesting system for agriculture parameters mo...Implementation of soil energy harvesting system for agriculture parameters mo...
Implementation of soil energy harvesting system for agriculture parameters mo...IRJET Journal
 
Smart System for Crop Irrigation
Smart System for Crop IrrigationSmart System for Crop Irrigation
Smart System for Crop IrrigationIRJET Journal
 
IRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCUIRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCUIRJET Journal
 
An IOT Based Smart Irrigation System Using Soil Moisture And Weather Prediction
An IOT Based Smart Irrigation System Using Soil Moisture And Weather PredictionAn IOT Based Smart Irrigation System Using Soil Moisture And Weather Prediction
An IOT Based Smart Irrigation System Using Soil Moisture And Weather PredictionJose Katab
 
IoT-based smart irrigation management system using real-time data
IoT-based smart irrigation management system using real-time dataIoT-based smart irrigation management system using real-time data
IoT-based smart irrigation management system using real-time dataIJECEIAES
 
A Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemA Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemIRJET Journal
 
IRJET- Advanced Guiding Tool for the Selection of Crops
IRJET- Advanced Guiding Tool for the Selection of CropsIRJET- Advanced Guiding Tool for the Selection of Crops
IRJET- Advanced Guiding Tool for the Selection of CropsIRJET Journal
 
A Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLA Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLIRJET Journal
 
Internet of things-based indoor smart hydroponics farm monitoring system
Internet of things-based indoor smart hydroponics farm monitoring system Internet of things-based indoor smart hydroponics farm monitoring system
Internet of things-based indoor smart hydroponics farm monitoring system IJECEIAES
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...Journal For Research
 
IRJET- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET Journal
 
Garden Environmental Monitoring & Automatic Control System Using Sensors
Garden Environmental Monitoring & Automatic Control System Using SensorsGarden Environmental Monitoring & Automatic Control System Using Sensors
Garden Environmental Monitoring & Automatic Control System Using SensorsIJMTST Journal
 
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOTA RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOTIRJET Journal
 
A sensing approach for automated and real-time crop prediction in the scope o...
A sensing approach for automated and real-time crop prediction in the scope o...A sensing approach for automated and real-time crop prediction in the scope o...
A sensing approach for automated and real-time crop prediction in the scope o...bijejournal
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET Journal
 
Smart Irrigation System Using IOT
Smart Irrigation System Using IOTSmart Irrigation System Using IOT
Smart Irrigation System Using IOTIRJET Journal
 
A NOVEL SYSTEM FOR AMBIENCE TRACKING AND CONTROLLING
A NOVEL SYSTEM FOR AMBIENCE TRACKING AND CONTROLLINGA NOVEL SYSTEM FOR AMBIENCE TRACKING AND CONTROLLING
A NOVEL SYSTEM FOR AMBIENCE TRACKING AND CONTROLLINGIRJET Journal
 
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...arpublication
 
IRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse EnvironmentIRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse EnvironmentIRJET Journal
 

Similar to Automated Irrigation System using WSN and Wi-Fi Module (20)

Implementation of soil energy harvesting system for agriculture parameters mo...
Implementation of soil energy harvesting system for agriculture parameters mo...Implementation of soil energy harvesting system for agriculture parameters mo...
Implementation of soil energy harvesting system for agriculture parameters mo...
 
Smart System for Crop Irrigation
Smart System for Crop IrrigationSmart System for Crop Irrigation
Smart System for Crop Irrigation
 
IRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCUIRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCU
 
An IOT Based Smart Irrigation System Using Soil Moisture And Weather Prediction
An IOT Based Smart Irrigation System Using Soil Moisture And Weather PredictionAn IOT Based Smart Irrigation System Using Soil Moisture And Weather Prediction
An IOT Based Smart Irrigation System Using Soil Moisture And Weather Prediction
 
IoT-based smart irrigation management system using real-time data
IoT-based smart irrigation management system using real-time dataIoT-based smart irrigation management system using real-time data
IoT-based smart irrigation management system using real-time data
 
A Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemA Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation System
 
IRJET- Advanced Guiding Tool for the Selection of Crops
IRJET- Advanced Guiding Tool for the Selection of CropsIRJET- Advanced Guiding Tool for the Selection of Crops
IRJET- Advanced Guiding Tool for the Selection of Crops
 
A Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLA Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and ML
 
Internet of things-based indoor smart hydroponics farm monitoring system
Internet of things-based indoor smart hydroponics farm monitoring system Internet of things-based indoor smart hydroponics farm monitoring system
Internet of things-based indoor smart hydroponics farm monitoring system
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
 
IRJET- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET- Smart Farming using IoT
IRJET- Smart Farming using IoT
 
Garden Environmental Monitoring & Automatic Control System Using Sensors
Garden Environmental Monitoring & Automatic Control System Using SensorsGarden Environmental Monitoring & Automatic Control System Using Sensors
Garden Environmental Monitoring & Automatic Control System Using Sensors
 
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOTA RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
 
A sensing approach for automated and real-time crop prediction in the scope o...
A sensing approach for automated and real-time crop prediction in the scope o...A sensing approach for automated and real-time crop prediction in the scope o...
A sensing approach for automated and real-time crop prediction in the scope o...
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoT
 
Smart Irrigation System Using IOT
Smart Irrigation System Using IOTSmart Irrigation System Using IOT
Smart Irrigation System Using IOT
 
A NOVEL SYSTEM FOR AMBIENCE TRACKING AND CONTROLLING
A NOVEL SYSTEM FOR AMBIENCE TRACKING AND CONTROLLINGA NOVEL SYSTEM FOR AMBIENCE TRACKING AND CONTROLLING
A NOVEL SYSTEM FOR AMBIENCE TRACKING AND CONTROLLING
 
Y4501143148
Y4501143148Y4501143148
Y4501143148
 
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
 
IRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse EnvironmentIRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse Environment
 

Recently uploaded

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 

Recently uploaded (20)

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 

Automated Irrigation System using WSN and Wi-Fi Module

  • 1. Sharad Shinde. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.58-63 www.ijera.com DOI: 10.9790/9622-0704065863 58 | P a g e Automated Irrigation System using WSN and Wi-Fi Module Sharad Shinde*, Vipul Gohil** *(Mechatronics Department, Mukesh Patel School of Technology & Management, Mumbai-56, India Email: sharads99@gmail.com) ** (EXTC Department, Mukesh Patel School of Technology & Management, Mumbai-56, India Email: vipul.gohil@nmims.edu) ABSTRACT The objective of the developed system is to encourage the efficient water management practices that optimize the usage of water by keeping the crop health and yield intact through the implementation of automated irriga- tion system. The microcontroller-based solution consists of distributed wireless network (WSN), base or control station and user interface. Each sensor node will have soil-moisture, temperature and humidity sensors placed in the farmland. These WSNs are powered by battery. Base station will collect the sensor information through the use of RF transceiver. An algorithm is developed to monitor soil-moisture and temperature to control the water volume depending upon the set threshold. Base station also sends the sensor information to remote database for logging through Wi-Fi interface. Web application is developed that enables the user for remote monitoring of data and control certain parameters like soil moisture threshold, manual override of water flow, etc. Keywords: Internet, J2EE, RF Transceiver, Sensor, Wi-Fi, WSN I. INTRODUCTION The economy of our country India still largely depends on agriculture. Also the major por- tion of population is employed in agriculture field. The population of our country is increasing and so the volume of the food required. In order to meet the demand for the increased food, the more agriculture production is expected. This definitely requires more water. On other side, the factors like reduction in ground water level, climate change and uncertainty in monsoon increases the importance of saving the water while increasing food production. The solu- tion to this is the adoption of efficient water man- agement practices such as irrigation system. In traditional irrigation system, farmer ma- nually releases the water to crops either at regular interval or by monitoring the moisture of the soil. This is particular useful for small farmland. Such systems require labors and not always accurate. So there is possibility of more water is being used than required. Automated irrigation makes use of tech- nology for measuring the soil moisture and other parameters. Based on these parameters, system on its own decides to switch on the pump. The solution uses the distributed wireless network of sensors, data collection station and appli- cation layer. Sensor node having sensors such as soil moisture, temperature and humidity will send data wirelessly to base station. Sensor node is battery operated. Solar panels can be used to charge the bat- tery. Base station will control the release of water based on the threshold. RF Transceiver module helps the data communication between sensor node and base station. Communication range of this RF trans ceiver is around 500 meters. Wi-Fi Internet module in the system allows base station to log the data in MySQL database. Web based application allows the user to monitor the data and also control few para- meters. II. LITERATURE SURVEY Joaquin Gutiérrez et al. [1] have designed and implemented an automated irrigation System using Wireless sensor network and GPRS module which optimizes the water use for agriculture crops. It consists of distributed wireless network of soil moisture and temperature placed in the fields. WSN communicates to the base unit via Zigbee module. The base unit receives the sensor information and activates the actuators as per the algorithm devel- oped with the threshold values of soil moisture and temperature. It also sends the data via GSM modem to web application for remote monitoring. The au- tomated system was tested and found to save up to 90% of water saving compared with the traditional irrigation practices. Sabrine Khriji and Dhouha El Houssaini et al. [2] have proposed a precision irrigation system composed of different types of nodes. Each node has set of sensors and communication mechanism to send data to base station. Soil node measures soil moisture and temperature. Weather node monitors the parameters like luminance level, air temperature, relative humidity and wind speed. Container node controls the irrigation process using actuator. Wireless communication is provided by Chipcon CC2420 radio module. The base station connected to RESEARCH ARTICLE OPEN ACCESS
  • 2. Sharad Shinde. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.58-63 www.ijera.com DOI: 10.9790/9622-0704065863 59 | P a g e a PC on a USB port logs the data in a MySQL data- base. Data is viewed through Java based application. Yunseop (James) Kim et al. [3] have devel- oped a system which makes use of Bluetooth tech- nology for wireless communication between wire- less sensor network and base station. The Bluetooth receiver wirelessly receives the data from all sensing stations and sends the data to the base computer via TCP/IP Ethernet. The base station processes the in- field sensory data through a decision making pro- gram and sends control command to the irrigation control station. The control station makes use of PLC. Microsoft .NET base graphical user interface allows the user to read the GPS data from control station and sensor data from in-field sensing stations and send control signals to the irrigation control sta- tion for individual sprinkler operation. Orazio Mirabella and Michele Brischetto [4] have proposed a hybrid wired/wireless infrastruc- ture solution for the management of a farm made up of several green houses in Sicily. Controlled Area Network (CAN) has been used for wired communi- cation whereas Zigbee type network has been used for wireless communication. Supervisory Control and Data Acquisition (SCADA) system has been for moni-toring and controlling the optimal conditions of the environment in each greenhouse. Nelson Sales, Orlando Remédios and Artur Arsenio [5] have proposed a cloud-based solution for smart irrigation system. Cloud platform receives the data from WSAN and weather information from weather station through a web service. The irrigation algorithm uses both soil moisture measurement and weather station fore-casts. Accordingly cloud plat- form sends the message to WSAN to acti- vate/deactivate the irrigation. Another parameter to control the irrigation is estimating evapotranspiration. The system [6][7] is capable of predicting the evapotranspiration and irrigating considering the amount of water removed through the evapo-transpiration during the diffusion time based on the predicted evapotranspiration rate. Systems are getting developed using advance technologies such as fuzzy logic [8], Expert system (irrigation expertise) [9], predictive control for green house process [10] and to control the irrigation. Trifun Savic and Milutin Radonjic have imple- mented the irrigation solution with Libelium Wasp- mote open source platform, supported by GPRS communication module. System can be remotely control via SMS [11]. III. PROPOSED SYSTEM The general block diagram of the system is shown in Fig. 1 consists of three components namely Wireless Sensor Unit (WSU), Wireless Information Unit (WIU), and Web module. Fig. 1 General Block Diagram WSU reads the values of sensors at specific interval and transferred these values to WIU using RF transceiver. WIU upon receiving sensor informa- tion, compare with threshold and takes the decision on starting or stopping water to crops as per pro- grammed logic. WIU send the sensor data to server using Wi-Fi module via internet for monitoring pur- pose. Web application allows the user for remote monitoring and control on browser through any in- ternet enabled devices such as PC, tablet, smart- phone. 3.1 Wireless Sensor Unit WSU consists of microcontroller, sensors, signal conditioning, RF transceiver and power supply as shown in Fig. 2. Several WSUs can be deployed in the farmland depends upon the area to be covered. 3.1.1 Microcontroller (LPC2148) The LPC2148 microcontroller is a 32/16 bit ARM7TDMI-S CPU with real-time emulation, on- chip RTC and high speed flash memory. It has oper- ating voltage range of 3.0 V to 3.6 V (3.3 V ± 10 %) with 5 V tolerant I/O pads. Microcontroller reads the values of sensors through 10-bit Analog to Digital Converters (ADC) ports. This in-formation is trans- mitted to WIU through RF transceiver RFM22B connected to microcontroller with standard 4-pin SPI bus. Fig. 2 Block Diagram-WSU
  • 3. Sharad Shinde. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.58-63 www.ijera.com DOI: 10.9790/9622-0704065863 60 | P a g e 3.1.2 RF Transceiver (RFM22B) The RFM22 is a wireless transceiver mod- ule with frequency range over the complete 240-930 MHz band and adjustable output power of up to +17 dBm. The proposed solution uses a low cost ISM FSK Transceiver module which operates at 433MHz. It is suitable for battery powered applica- tions as current consumption is low and wide operat- ing voltage range of 1.8-3.6 V. RFM22B communicates with the microcon- troller LPC2148 over 4-wire SPI interface (Fig. 3): SCLK, SDI, SDO and nSEL. A SPI transaction is a 16-bit sequence having a Read-Write (R/W) select bit, followed by a 7-bit address field (ADDR), and an 8-bit data field (DATA). Fig. 3 Interface Microcontroller-RF Module Since the module operates at 433 MHz, an- tenna length required will be 17cm (wavelength/4). 18 gauge copper wire of length 17 cm is connected to ANT pin of RFM22B. 3.1.3 Sensors  Soil moisture sensor It is the most critical sensor of the irrigation control system. It measures the water content in the soil. Sensor output is connected to Analog to Digital con- verter pin P0.10/ADC1.2 of LPC2148 via a unit gain amplifier (LM324). The sensor has two probes which can be buried into soil. The voltage of the sensor output changes with the water content in the soil. When the soil is wet, the output voltage de- creases. When the soil is dry, the output voltage increases.  Temperature The LM35 is a precision integrated-circuit tempera- ture sensor with an output voltage linearly propor- tional to the temperature in Centigrade. Output is given to Analog to Digital converter pin P0.13/AD1.4 of LPC2148 via amplifier with the gain of 3.5.  Humidity Humidity sensor used is an SL-HS-220 humidity sensor module which gives analog output voltage. The output is given to Analog to Digital converter pin P0.12/ADC1.3 of microcontroller LPC2148 via a unity gain amplifier. In this solution, signal condi- tioning is done primarily to isolate the sensor circui- try from microcontroller board. It uses M324, a low power Quad Operational Amplifier. 3.1.4 Algorithm The WSU has been programmed with the appropri- ate logic shown in Fig. 4. Fig. 4 Algorithm for WSU Based on sampling interval, microcontroller reads the data from soil moisture, temperature and humidity. This sensor information is transmitted to WIU via RF transceiver. It also receives the data from WIU pertaining to sampling interval and changes its cur-rent value accordingly. 3.2 Wireless Information Unit WIU is located at the base station. It is also called a control station. It communicates with both WIU and Web module. It consists of microcontrol- ler, RF transceiver, Wi-Fi module and actuator (wa- ter valve) as shown in Fig. 5. Fig. 5 Block Diagram-WIU
  • 4. Sharad Shinde. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.58-63 www.ijera.com DOI: 10.9790/9622-0704065863 61 | P a g e 3.2.1 Wi-Fi Module The Wi-Fi module used in the solution is ESP8266, a low cost wireless module with a com- plete AT command library. It is suitable for adding Wi-Fi functionality to a microcontroller project via a UART serial connection. It has features like 802.11 b/g/n protocol support, Built-in TCP/IP, On-board PCB Antenna, etc. ESP8266-01 module is connected to microcontroller LPC2148 using UART1 interface as shown in Fig. 6. Fig. 6 Interface Microcontroller-Wi-Fi Module 3.2.2 Water Control Valve A solenoid valve is an electromechanically operated valve. The valve is controlled by an electric current flowing through a solenoid. In proposed so- lution, plastic water solenoid valve is used which is suitable for irrigation system. Port P0.12 is con- nected (Fig. 7) to Signal pin of relay module. Fig. 7 Interface Microcontroller-Control valve When P0.12 is high, relay gets energized and in turn opens the valve allowing water to flow. When P0.12 is low, relay gets de-energized and valve closes stopping the water flow. 3.2.3 Algorithm WIU has been programmed with the logic shown in Fig. 8. It receives sensor in-formation from WSU; compare soil moisture reading with set thre- shold & as per programmed logic start or stop the water valve. Water flow remains for the set duration (control parameter). It also sends the sensor informa- tion to remote database using Wi-Fi module via in- ternet. It receives the control parameters such as sampling frequency, soil moisture threshold, water flow duration and manual on/off of valve from re- mote application and action accordingly. It sends sampling interval data to WSU to change the sensor reading intervals. Fig. 8 Algorithm for WIU 3.3 Web Module Web module architecture is shown in Fig. 9. A service utility parse the data send by WIU and store in MySQL database. Application has been de- veloped in MVC struts2 architecture and deployed on Apache server. Web application helps the user remote monitoring and control of various parameters of the irrigation system. This module provides easy to use graphical interface for displaying the parame- ters on browser. Application can be seen on any de- vice with internet enabled. Fig. 9 Web Architecture
  • 5. Sharad Shinde. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.58-63 www.ijera.com DOI: 10.9790/9622-0704065863 62 | P a g e Application Interface as shown in Fig. 10 has fol- lowing sections.  Monitoring Data Monitoring data includes the latest information of parameters such as Soil moisture, Temperature, Hu- midity, Battery level, Water level and status of Wa- ter flow. Fig. 10 Web Application  Control Data The four parameters can be change in order to con- trol the proposed irrigation sys-tem to suit the par- ticular requirement. Changing value of any of the above parameters and pressing button ‘Update’ will send the respective change data to WIU.  Diagnostics Diagnostics form helps the user to keep track of health of the system by providing warnings or errors occurring in operation. The message includes ‘Tem- perature reported is very Low, Please check Tem- perature Sensor’, ‘Soil Moisture reported is not in range, Please check Soil Moisture Sensor’, ‘Data is not getting logged in Database, Please check com- munication links’, etc.  System Information A link is provided giving information about the sys- tem in brief. This will be useful for the user to un- derstand the system interaction. This can be updated as and when there are any changes. Tool tip information is visible on taking mouse over a particular parameter text such as mouse over text ‘Sampling Frequency’ shows the information as ‘Sets the time interval for reading Sensors values’. IV. RESULTS The humidity and temperature sensors are placed at the field station. Soil moisture sensor is buried into the soil near roots of the plant as shown in Fig. 11. WIU is connected to internet via Wi-Fi module. Fig. 11 Actual Setup Fig. 12 shows the values received from sen- sors and transmitted to WIU via RF Transceiver the received values are compared with the set threshold. Whenever the soil moisture value is less than the set threshold, the water valve is opened and water is applied to the plants. Wi-Fi module in WIU uploads the sensor information in web. Application displays the data onto the screen to the user. Manually turn- ing on the water flow action from application starts the water flow for set duration. Fig. 12 Test Results V. CONCLUSION Considering the scarcity of water at the global level and the importance of agriculture for the existence of life on earth, managing water resources for agriculture is becoming a challenge. The automated irrigation system based on WSN has been designed. The wireless data commu- nication among WSN, base station and user applica- tion requires less maintenance. A simple application allows the user the monitor and control of the system without any technical knowledge. The developed system is cost effective and proves the saving of water. The system can be ad- justed for different crops. System can be used for farms at remote place where human presence is not feasible or monitoring is difficult. System can be ex- tended to greenhouse monitoring. REFERENCES [1] J. Gutiérrez, J. F. Villa-Medina, A. Nieto- Garibay and M. Á. Porta-Gándara, "Auto- mated Irrigation System Using a Wireless
  • 6. Sharad Shinde. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.58-63 www.ijera.com DOI: 10.9790/9622-0704065863 63 | P a g e Sensor Network and GPRS Module," in IEEE Transactions on Instrumentation and Meas- urement, vol. 63, no. 1, pp. 166-176, Jan. 2014. [2] S. Khriji, D. E. Houssaini, M. W. Jmal, C. Viehweger, M. Abid and O. Kanoun, "Preci- sion irrigation based on wireless sensor net- work," in IET Science, Measurement & Tech- nology, vol. 8, no. 3, pp. 98-106, May 2014. [3] Y. Kim, R. G. Evans and W. M. Iversen, "Remote Sensing and Control of an Irrigation System Using a Distributed Wireless Sensor Network," in IEEE Transactions on Instru- mentation and Measurement, vol. 57, no. 7, pp. 1379-1387, July 2008. [4] O. Mirabella and M. Brischetto, "A Hybrid Wired/Wireless Networking Infrastructure for Greenhouse Management," in IEEE Transac- tions on Instrumentation and Measurement, vol. 60, no. 2, pp. 398-407, Feb. 2011. [5] N. Sales, O. Remédios and A. Arsenio, "Wireless sensor and actuator system for smart irrigation on the cloud," 2015 IEEE 2nd World Forum on Internet of Things (WF-IoT), Milan, 2015, pp. 693-698. [6] A. G. N. Bandara et al., "Smart irrigation con- trolling system for green roofs based on pre- dicted evapotranspiration," 2016 Electrical Engineering Conference (EECon), Colombo, 2016, pp. 31-36. [7] S. Fazackerley, A. Campbell, R. R. Trenholm and R. Lawrence, "A holistic framework for water sustainability and eduction in municipal green spaces," 2012 25th IEEE Canadian Conference on Electrical and Computer En- gineering (CCECE), Montreal, QC, 2012, pp. 1-6. [8] K. Anand, C. Jayakumar, M. Muthu and S. Amirneni, "Automatic drip irrigation system using fuzzy logic and mobile technolo- gy," 2015 IEEE Technological Innovation in ICT for Agriculture and Rural Development (TIAR), Chennai, 2015, pp. 54-58. [9] M. Hazman, "Crop irrigation schedule expert system," 2015 13th International Conference on ICT and Knowledge Engineering (ICT & Knowledge Engineering 2015), Bangkok, 2015, pp. 78-83. [10] A. Pawłowski, J. A. Sánchez, J. L. Guzmán, F. Rodríguez, M. Berenguel and S. Dormido, "Event-based control for a greenhouse irriga- tion system," 2016 Second International Con- ference on Event-based Control, Communica- tion, and Signal Processing (EBCCSP), Kra- kow, 2016, pp. 1-8. [11] T. Savić and M. Radonjić, "Proposal of solu- tion for automated irrigation system," 2016 24th Telecommunications Forum (TELFOR), Belgrade, 2016, pp. 1-4.