SlideShare a Scribd company logo
1 of 3
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 157
DRIP IRRIGATION SYSTEM USING EMBEDDED SYSTEMS: AN
INITIATIVE OF SAVING WATER
Sneha Punia1
1
M.Tech (Embedded System Designing), ITM Univeristy, Gurgaon
Abstract
Water is one of the basic needs of all living beings. Fresh water is less than 1% on Earth [I] and the usage of water is increasing
day by day. Agriculture practices alone requires huge amount of water. In this paper, the basic motive is to save water and
prevent wastage of water by using drip irrigation technology. In Drip irrigation the water is poured just above the roots in the
form of droplets. Water is given to the roots drop by drop which not only saves water but also prevents the plants from flooding
and decaying due to excessive water released by irrigation methods like flood irrigation- border irrigation, furrow irrigation,
check basin irrigation [II].
In this paper, microcontroller based drip irrigation method is proposed, which controls, monitors, automatically ON/OFF the
water pump and gives feedback.
Drip irrigation using embedded systems is one of the most efficient techniques used to save water as well as saving time and
energy of the farmers. Using embedded technology in farming practices would ease the farming and farmers will be able to keep
check on the crops.
Keywords: Drip irrigation, ATmega32 microcontroller, moisture sensors, temperature sensors and GSM Module.
--------------------------------------------------------------------***-------------------------------------------------------------------
1. INTRODUCTION
Drip irrigation is done in two ways: manually and
automatically. The system is proposed in this paper is
automated using ATmega32 microcontroller, a 32-bit
ATMega32A with features of 32kB single flash memory,
2kB SRAM and three 32 bit timers and 8 channel 10 bit
ADC. A solenoid valve which converts electrical energy
into mechanical energy is used to ON/OFF the water flow
with the help of its 2-port valve. The sensors which are
placed atleast 5 feet above the roots for avoiding high
moisture areas [II]. Using 10 HS coded pre-calibrated Soil
Moisture Sensor of Decagon because of its low power
consumption as it required 10-12mA and runs with 3-15 V
DC giving an output of 0.60-12Volts. This sensor could
reduce 50% of the water consumption [II]. When drip
irrigation is created the important parameters are
temperature, humidity, carbon dioxide, ground water and
light [III]. Field conditions are also necessary to be studied.
The field chosen in this paper is flat areas where the field is
monitored through sensors and the information is wirelessly
transmitted to the base station and to GSM based mobile
phone.
The whole system is divided into four essential parts: i) Base
Station Unit (BSU) ii) Valve Unit (VU) iii) Sensor Unit
(SU).
Fig 1: Basic block diagram.
1.1 Why to Use Drip Irrigation?
1) Weed growth is controlled
2) Soil erosion is prevented
3) Each plant gets equal amount of water
4) Save water
5) Prevention from flooding
6) Easy to install and simple to use.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 158
2. DESIGN PROCESS
The steps involved during the design process of the drip
irrigation system are shown in figure 2. Two methods can be
used during the design process i.e. Top down design and
Bottom up method. Top down process design is chosen in
our case.
Fig 2: Design process steps using Top down design
methodology.
2.1 Requirement Analysis
Requirement analysis is the first stage which gives a basic
idea of the drip irrigation system designing process as well
as the requirements needed during the implementation of the
system in the field area.
Table 1: Requirements in the designing and their
descriptions
Requirements Description
Purpose Irrigation practices using
sensors and controlling
water level
Input Temperature sensors,
Moisture sensors, GSM
module
Output GSM module, LCD[16*2]
display, Relays, Solenoid
valves
Functions Sensing the moisture &
temperature level and
controlling water level
Power 12V
2.2 Architecture Level
Architecture level is the second stage, consisting of the
planning and the base of the drip irrigation system, giving
shape to our work process of third stage i.e. component
level. Architecture level mainly explains the function of i)
Base Station Unit (BSU) ii) Valve Unit (VU) iii) Sensor
Unit (SU) iv) GSM Module. GSM Module sends and
receives the signals, sent and received from the base station.
Base station is heart of the system plays an important role of
medium between sensor unit and GSM module. The valve
unit consists of relays and ON/OFF solenoid valves and
water pump.
Fig 3: Preparation and planning stage of the drip irrigation
system.
2.3 Component Level
Fig 4: Components used in the drip irrigation system using
embedded technology
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 159
2.3.1 Moisture and Temperature Sensor
Temperature sensor used us LM35. LM35 ranges from -54
˚C to 150 ˚C but our motive is to set the temperature of
sensor between 25˚C-35 ˚C. Moisture sensor 10HS coded
pre-calibrated soil moisture sensor of Decagon which senses
the moisture content present in the soil. Moisture sensor
used is low power consumption and can reduce 50% of the
water consumption [IV]. Whenever the temperature
increases above 35 ˚C and the moisture of the soil lowers a
message in the form of SMS (Short Message Service) is sent
to the GSM module through microcontroller. The
measurements of the sensors can be altered as per
requirement and the type of crop in the field [V].
2.3.2 Relay
Relay have two main functions i) to be an intermediate
between microcontroller and the solenoid valve ii) to switch
ON/OFF the solenoid valve and motor pump. Whenever
GSM module send SMS for switching ON the water supply
the relay interfaced with microcontroller switches ON the
solenoid valve as well as the motor pump.
2.3.3 Solenoid Valve
Solenoid valve is an electromechanical ON/OFF device.
Solenoid valve controls the pressure and amount of water
pumped into the pipes. Relay switch it ON/OFF as per
requirement, the benefit of solenoid valves in drip irrigation
is that they can be opened and closed depending upon the
crop and the water requirement. Mix farming can also be
encouraged using solenoid valves for irrigation and drip
emitters over root of each crop [V].
2.3.4 Motor Pump
Motor pump is switched ON/OFF through relay and from
the water tank the water is released towards the field. The
released water passing through the pipes and drip emitters
water the root of each crop plant drop by drop. Motor pump
used is centrifugal pump, the most efficient water pump
which has a capability to pump out water upto 200 feet [VI].
2.4 Integration
Integration involves two main steps: i) interfacing all the
components together ii) debugging. The programming done
in microcontroller (base station) is in embedded C, in base
stations debugging is foremost important. Also, controlling
and setting the temperature and moisture parameter in
accordance to the crops. LCD display interfaced with the
base station for the readings displayed, further the readings
sent to base station. Base station, compare the readings with
the set parameters and then send further information to the
GSM module in form of SMS. The farmer/user then with the
help of SMS sends instruction to open/close valves.
3. ADVANTAGES AND FUTURE SCOPE
i) Saves 50% of the water that is used in flood irrigation
[II].
ii) Growth of fungi, mould lessened hence the usage of
harmful and strong pesticides and insecticides reduces,
which reduces soil and air pollution.
iii) Weed growth reduces to almost zero, usage of
weedicides gets reduced.
iv) Recently introduced in Southern-East India where
water crisis is higher.
v) Scope of drip irrigation system is seen in cultivating
the cash crops and other horticulture plants like cherry
orchards, cardamom, viniculture etc [VIII].
4. CONCLUSION
In this paper we have discussed how drip irrigation would
bring revolution in farming techniques. Using least amount
of water, improves quality, increasing productivity of crops,
making irrigation practices automatic and accurate.
ACKNOWLEDGEMENTS
I would like to thank our University and Laboratory Faculty
without them this research would not be possible.
REFERENCES
[1] Maximize drip irrigation benefits by automating By
Inge Bisconer, Toro Micro-Irrigation (March 12, 2008)
[2] “Controlling water use efficiency with Irrigation
Automation: cases from drip and center pivot Irrigation
of Corn and Soybean” Steven R. Evett, R. Troy Peters,
and Terry A. Howell Southern Conservation Systems
Conference, Amarillo TX, June 26-28, 2006 57
[3] Yandong Zhao, Jinfeng Guan, Junfu Zhang, Weilun
Yin “Study on precision water-saving irrigation
automatic control system by plant physiology” 978-1-
4244-2800-7/09/2009 IEEE.
[4] Yunseop (James) Kim, member, IEEE, Robert G.
Evans, and William M. Iversen “Remote sensing and
control of an irrigation system using a distributed
wireless sensor network” IEEE transactions on
instrumentation and measurement, vol. 57, no. 7, July
2008.
[5] Dnyaneshwar Wavhal and Manish Giri “Automated
Drip Irrigation Improvements Using Wireless
Application”, International Journal of Advance
Research, IJOAR .org, Volume 1, Issue 3, March 2013,
Online: ISSN 2320-9194, pp.65-73
[6] K.C. Yassine, A.H. Hammoud, M.F. Khalil,
“Experimental Investigation For Centrifugal Slurry
Pump Performance”, Tenth International Congress of
fluid Dynamics, ICFD10-EG-3061 2010.
[7] Khalid S.Rababa, “The Effect of Blades Number and
Shape on the Operating Characteristics of centrifugal
Pumps”, European Journal of Scientific Research
ISSN-1450-216X Vol. 52 No.2 (2011).
[8] Spices Board, Ministry of Commerce and Industry,
Government of India, “Cultivation practices for
cardamom”, January 2009.

More Related Content

What's hot

IRJET - A Detailed Review of Designing the Agribot
IRJET -  	  A Detailed Review of Designing the AgribotIRJET -  	  A Detailed Review of Designing the Agribot
IRJET - A Detailed Review of Designing the AgribotIRJET Journal
 
IRJET- Boosting Irrigation using Wsn with Blaney-Criddle : Indian Agriculture
IRJET- Boosting Irrigation using Wsn with Blaney-Criddle : Indian AgricultureIRJET- Boosting Irrigation using Wsn with Blaney-Criddle : Indian Agriculture
IRJET- Boosting Irrigation using Wsn with Blaney-Criddle : Indian AgricultureIRJET Journal
 
IRJET- A Bluetooth Based Automatic Irrigation System
IRJET- A Bluetooth Based Automatic Irrigation SystemIRJET- A Bluetooth Based Automatic Irrigation System
IRJET- A Bluetooth Based Automatic Irrigation SystemIRJET Journal
 
development of smart automated irrigation system
development of smart automated irrigation systemdevelopment of smart automated irrigation system
development of smart automated irrigation systemIJEAB
 
IRJET- Automated Irrigation System
IRJET- Automated Irrigation SystemIRJET- Automated Irrigation System
IRJET- Automated Irrigation SystemIRJET Journal
 
IRJET- Agriculture Irrigation Water Demand Forecasting using Lora Technology
IRJET-  	  Agriculture Irrigation Water Demand Forecasting using Lora TechnologyIRJET-  	  Agriculture Irrigation Water Demand Forecasting using Lora Technology
IRJET- Agriculture Irrigation Water Demand Forecasting using Lora TechnologyIRJET Journal
 
Analysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOTAnalysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOTIRJET Journal
 
IRJET- Design and Development of Automatic Drip Irrigation System
IRJET- Design and Development of Automatic Drip Irrigation SystemIRJET- Design and Development of Automatic Drip Irrigation System
IRJET- Design and Development of Automatic Drip Irrigation SystemIRJET Journal
 
River monitoring through wireless sensor network
River monitoring through wireless sensor networkRiver monitoring through wireless sensor network
River monitoring through wireless sensor networkeSAT Journals
 
Paper id 71201960
Paper id 71201960Paper id 71201960
Paper id 71201960IJRAT
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIJSRD
 
A Review paper on wireless sensor network and GPRS module for automated irrig...
A Review paper on wireless sensor network and GPRS module for automated irrig...A Review paper on wireless sensor network and GPRS module for automated irrig...
A Review paper on wireless sensor network and GPRS module for automated irrig...IRJET Journal
 
IRJET - IoT based Fertilizer Injector for Agricultural Plants
IRJET -  	  IoT based Fertilizer Injector for Agricultural PlantsIRJET -  	  IoT based Fertilizer Injector for Agricultural Plants
IRJET - IoT based Fertilizer Injector for Agricultural PlantsIRJET 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
 
IRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET Journal
 
IRJET- Design and Development Automated Food Maker
IRJET-  	  Design and Development Automated Food MakerIRJET-  	  Design and Development Automated Food Maker
IRJET- Design and Development Automated Food MakerIRJET Journal
 
Pesticide Spraying Agricultural Robot
Pesticide Spraying Agricultural RobotPesticide Spraying Agricultural Robot
Pesticide Spraying Agricultural RobotPremier Publishers
 

What's hot (20)

IRJET - A Detailed Review of Designing the Agribot
IRJET -  	  A Detailed Review of Designing the AgribotIRJET -  	  A Detailed Review of Designing the Agribot
IRJET - A Detailed Review of Designing the Agribot
 
IRJET- Boosting Irrigation using Wsn with Blaney-Criddle : Indian Agriculture
IRJET- Boosting Irrigation using Wsn with Blaney-Criddle : Indian AgricultureIRJET- Boosting Irrigation using Wsn with Blaney-Criddle : Indian Agriculture
IRJET- Boosting Irrigation using Wsn with Blaney-Criddle : Indian Agriculture
 
IRJET- A Bluetooth Based Automatic Irrigation System
IRJET- A Bluetooth Based Automatic Irrigation SystemIRJET- A Bluetooth Based Automatic Irrigation System
IRJET- A Bluetooth Based Automatic Irrigation System
 
development of smart automated irrigation system
development of smart automated irrigation systemdevelopment of smart automated irrigation system
development of smart automated irrigation system
 
IRJET- Automated Irrigation System
IRJET- Automated Irrigation SystemIRJET- Automated Irrigation System
IRJET- Automated Irrigation System
 
IRJET- Agriculture Irrigation Water Demand Forecasting using Lora Technology
IRJET-  	  Agriculture Irrigation Water Demand Forecasting using Lora TechnologyIRJET-  	  Agriculture Irrigation Water Demand Forecasting using Lora Technology
IRJET- Agriculture Irrigation Water Demand Forecasting using Lora Technology
 
Analysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOTAnalysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOT
 
F010323236
F010323236F010323236
F010323236
 
IRJET- Design and Development of Automatic Drip Irrigation System
IRJET- Design and Development of Automatic Drip Irrigation SystemIRJET- Design and Development of Automatic Drip Irrigation System
IRJET- Design and Development of Automatic Drip Irrigation System
 
River monitoring through wireless sensor network
River monitoring through wireless sensor networkRiver monitoring through wireless sensor network
River monitoring through wireless sensor network
 
Paper id 71201960
Paper id 71201960Paper id 71201960
Paper id 71201960
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather Monitoring
 
A Review paper on wireless sensor network and GPRS module for automated irrig...
A Review paper on wireless sensor network and GPRS module for automated irrig...A Review paper on wireless sensor network and GPRS module for automated irrig...
A Review paper on wireless sensor network and GPRS module for automated irrig...
 
F05323134
F05323134F05323134
F05323134
 
IRJET - IoT based Fertilizer Injector for Agricultural Plants
IRJET -  	  IoT based Fertilizer Injector for Agricultural PlantsIRJET -  	  IoT based Fertilizer Injector for Agricultural Plants
IRJET - IoT based Fertilizer Injector for Agricultural Plants
 
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
 
IRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLC
 
IRJET- Design and Development Automated Food Maker
IRJET-  	  Design and Development Automated Food MakerIRJET-  	  Design and Development Automated Food Maker
IRJET- Design and Development Automated Food Maker
 
HYDROPONIC.pdf
HYDROPONIC.pdfHYDROPONIC.pdf
HYDROPONIC.pdf
 
Pesticide Spraying Agricultural Robot
Pesticide Spraying Agricultural RobotPesticide Spraying Agricultural Robot
Pesticide Spraying Agricultural Robot
 

Similar to Drip irrigation system using embedded systems an initiative of saving water

Microcontroller based adaptive irrigation system using wsn for variety crops ...
Microcontroller based adaptive irrigation system using wsn for variety crops ...Microcontroller based adaptive irrigation system using wsn for variety crops ...
Microcontroller based adaptive irrigation system using wsn for variety crops ...eSAT Publishing House
 
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemAutomatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemEswar Publications
 
IRJET- Smart Poly-House Irrigation System
IRJET-  	  Smart Poly-House Irrigation SystemIRJET-  	  Smart Poly-House Irrigation System
IRJET- Smart Poly-House Irrigation SystemIRJET Journal
 
IRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using ArduinoIRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using ArduinoIRJET Journal
 
Smart Irrigation System Using IOT
Smart Irrigation System Using IOTSmart Irrigation System Using IOT
Smart Irrigation System Using IOTIRJET Journal
 
Automated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoTAutomated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoTIRJET Journal
 
IRJET- Smart Irrigation Control System
IRJET- Smart Irrigation Control SystemIRJET- Smart Irrigation Control System
IRJET- Smart Irrigation Control SystemIRJET Journal
 
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEMWEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEMijcseit
 
ijcseit PAPER.pdf
ijcseit PAPER.pdfijcseit PAPER.pdf
ijcseit PAPER.pdfijcseit
 
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEMWEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEMijcseit
 
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
 
SENSOR BASED AUTOMATIC DRIP IRRIGATION SYSTEM
SENSOR BASED AUTOMATIC DRIP IRRIGATION SYSTEMSENSOR BASED AUTOMATIC DRIP IRRIGATION SYSTEM
SENSOR BASED AUTOMATIC DRIP IRRIGATION SYSTEMJournal For Research
 
IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...
IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...
IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...IRJET Journal
 
IRJET- Smart Water Distribution Management System
IRJET- Smart Water Distribution Management SystemIRJET- Smart Water Distribution Management System
IRJET- Smart Water Distribution Management SystemIRJET Journal
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine LearningIRJET Journal
 
IRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET Journal
 
microcontroller based automation of drip irrigation system
microcontroller based automation of drip irrigation systemmicrocontroller based automation of drip irrigation system
microcontroller based automation of drip irrigation systemChitrachedu Dada Kalandar
 
Mechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industriesMechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industrieseSAT Journals
 
IRJET- IoT based Smart Greenhouse Automation System
IRJET-  	  IoT based Smart Greenhouse Automation SystemIRJET-  	  IoT based Smart Greenhouse Automation System
IRJET- IoT based Smart Greenhouse Automation SystemIRJET Journal
 

Similar to Drip irrigation system using embedded systems an initiative of saving water (20)

Microcontroller based adaptive irrigation system using wsn for variety crops ...
Microcontroller based adaptive irrigation system using wsn for variety crops ...Microcontroller based adaptive irrigation system using wsn for variety crops ...
Microcontroller based adaptive irrigation system using wsn for variety crops ...
 
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemAutomatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
 
IRJET- Smart Poly-House Irrigation System
IRJET-  	  Smart Poly-House Irrigation SystemIRJET-  	  Smart Poly-House Irrigation System
IRJET- Smart Poly-House Irrigation System
 
IRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using ArduinoIRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using Arduino
 
Agriculture diet
Agriculture dietAgriculture diet
Agriculture diet
 
Smart Irrigation System Using IOT
Smart Irrigation System Using IOTSmart Irrigation System Using IOT
Smart Irrigation System Using IOT
 
Automated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoTAutomated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoT
 
IRJET- Smart Irrigation Control System
IRJET- Smart Irrigation Control SystemIRJET- Smart Irrigation Control System
IRJET- Smart Irrigation Control System
 
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEMWEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
 
ijcseit PAPER.pdf
ijcseit PAPER.pdfijcseit PAPER.pdf
ijcseit PAPER.pdf
 
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEMWEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
WEB-BASED IRRIGATION MONITORING AND CONTROL SYSTEM
 
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...
 
SENSOR BASED AUTOMATIC DRIP IRRIGATION SYSTEM
SENSOR BASED AUTOMATIC DRIP IRRIGATION SYSTEMSENSOR BASED AUTOMATIC DRIP IRRIGATION SYSTEM
SENSOR BASED AUTOMATIC DRIP IRRIGATION SYSTEM
 
IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...
IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...
IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...
 
IRJET- Smart Water Distribution Management System
IRJET- Smart Water Distribution Management SystemIRJET- Smart Water Distribution Management System
IRJET- Smart Water Distribution Management System
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
 
IRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring System
 
microcontroller based automation of drip irrigation system
microcontroller based automation of drip irrigation systemmicrocontroller based automation of drip irrigation system
microcontroller based automation of drip irrigation system
 
Mechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industriesMechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industries
 
IRJET- IoT based Smart Greenhouse Automation System
IRJET-  	  IoT based Smart Greenhouse Automation SystemIRJET-  	  IoT based Smart Greenhouse Automation System
IRJET- IoT based Smart Greenhouse Automation System
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
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
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(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
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
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
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 

Recently uploaded (20)

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
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...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(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...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
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...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 

Drip irrigation system using embedded systems an initiative of saving water

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 157 DRIP IRRIGATION SYSTEM USING EMBEDDED SYSTEMS: AN INITIATIVE OF SAVING WATER Sneha Punia1 1 M.Tech (Embedded System Designing), ITM Univeristy, Gurgaon Abstract Water is one of the basic needs of all living beings. Fresh water is less than 1% on Earth [I] and the usage of water is increasing day by day. Agriculture practices alone requires huge amount of water. In this paper, the basic motive is to save water and prevent wastage of water by using drip irrigation technology. In Drip irrigation the water is poured just above the roots in the form of droplets. Water is given to the roots drop by drop which not only saves water but also prevents the plants from flooding and decaying due to excessive water released by irrigation methods like flood irrigation- border irrigation, furrow irrigation, check basin irrigation [II]. In this paper, microcontroller based drip irrigation method is proposed, which controls, monitors, automatically ON/OFF the water pump and gives feedback. Drip irrigation using embedded systems is one of the most efficient techniques used to save water as well as saving time and energy of the farmers. Using embedded technology in farming practices would ease the farming and farmers will be able to keep check on the crops. Keywords: Drip irrigation, ATmega32 microcontroller, moisture sensors, temperature sensors and GSM Module. --------------------------------------------------------------------***------------------------------------------------------------------- 1. INTRODUCTION Drip irrigation is done in two ways: manually and automatically. The system is proposed in this paper is automated using ATmega32 microcontroller, a 32-bit ATMega32A with features of 32kB single flash memory, 2kB SRAM and three 32 bit timers and 8 channel 10 bit ADC. A solenoid valve which converts electrical energy into mechanical energy is used to ON/OFF the water flow with the help of its 2-port valve. The sensors which are placed atleast 5 feet above the roots for avoiding high moisture areas [II]. Using 10 HS coded pre-calibrated Soil Moisture Sensor of Decagon because of its low power consumption as it required 10-12mA and runs with 3-15 V DC giving an output of 0.60-12Volts. This sensor could reduce 50% of the water consumption [II]. When drip irrigation is created the important parameters are temperature, humidity, carbon dioxide, ground water and light [III]. Field conditions are also necessary to be studied. The field chosen in this paper is flat areas where the field is monitored through sensors and the information is wirelessly transmitted to the base station and to GSM based mobile phone. The whole system is divided into four essential parts: i) Base Station Unit (BSU) ii) Valve Unit (VU) iii) Sensor Unit (SU). Fig 1: Basic block diagram. 1.1 Why to Use Drip Irrigation? 1) Weed growth is controlled 2) Soil erosion is prevented 3) Each plant gets equal amount of water 4) Save water 5) Prevention from flooding 6) Easy to install and simple to use.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 158 2. DESIGN PROCESS The steps involved during the design process of the drip irrigation system are shown in figure 2. Two methods can be used during the design process i.e. Top down design and Bottom up method. Top down process design is chosen in our case. Fig 2: Design process steps using Top down design methodology. 2.1 Requirement Analysis Requirement analysis is the first stage which gives a basic idea of the drip irrigation system designing process as well as the requirements needed during the implementation of the system in the field area. Table 1: Requirements in the designing and their descriptions Requirements Description Purpose Irrigation practices using sensors and controlling water level Input Temperature sensors, Moisture sensors, GSM module Output GSM module, LCD[16*2] display, Relays, Solenoid valves Functions Sensing the moisture & temperature level and controlling water level Power 12V 2.2 Architecture Level Architecture level is the second stage, consisting of the planning and the base of the drip irrigation system, giving shape to our work process of third stage i.e. component level. Architecture level mainly explains the function of i) Base Station Unit (BSU) ii) Valve Unit (VU) iii) Sensor Unit (SU) iv) GSM Module. GSM Module sends and receives the signals, sent and received from the base station. Base station is heart of the system plays an important role of medium between sensor unit and GSM module. The valve unit consists of relays and ON/OFF solenoid valves and water pump. Fig 3: Preparation and planning stage of the drip irrigation system. 2.3 Component Level Fig 4: Components used in the drip irrigation system using embedded technology
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 159 2.3.1 Moisture and Temperature Sensor Temperature sensor used us LM35. LM35 ranges from -54 ˚C to 150 ˚C but our motive is to set the temperature of sensor between 25˚C-35 ˚C. Moisture sensor 10HS coded pre-calibrated soil moisture sensor of Decagon which senses the moisture content present in the soil. Moisture sensor used is low power consumption and can reduce 50% of the water consumption [IV]. Whenever the temperature increases above 35 ˚C and the moisture of the soil lowers a message in the form of SMS (Short Message Service) is sent to the GSM module through microcontroller. The measurements of the sensors can be altered as per requirement and the type of crop in the field [V]. 2.3.2 Relay Relay have two main functions i) to be an intermediate between microcontroller and the solenoid valve ii) to switch ON/OFF the solenoid valve and motor pump. Whenever GSM module send SMS for switching ON the water supply the relay interfaced with microcontroller switches ON the solenoid valve as well as the motor pump. 2.3.3 Solenoid Valve Solenoid valve is an electromechanical ON/OFF device. Solenoid valve controls the pressure and amount of water pumped into the pipes. Relay switch it ON/OFF as per requirement, the benefit of solenoid valves in drip irrigation is that they can be opened and closed depending upon the crop and the water requirement. Mix farming can also be encouraged using solenoid valves for irrigation and drip emitters over root of each crop [V]. 2.3.4 Motor Pump Motor pump is switched ON/OFF through relay and from the water tank the water is released towards the field. The released water passing through the pipes and drip emitters water the root of each crop plant drop by drop. Motor pump used is centrifugal pump, the most efficient water pump which has a capability to pump out water upto 200 feet [VI]. 2.4 Integration Integration involves two main steps: i) interfacing all the components together ii) debugging. The programming done in microcontroller (base station) is in embedded C, in base stations debugging is foremost important. Also, controlling and setting the temperature and moisture parameter in accordance to the crops. LCD display interfaced with the base station for the readings displayed, further the readings sent to base station. Base station, compare the readings with the set parameters and then send further information to the GSM module in form of SMS. The farmer/user then with the help of SMS sends instruction to open/close valves. 3. ADVANTAGES AND FUTURE SCOPE i) Saves 50% of the water that is used in flood irrigation [II]. ii) Growth of fungi, mould lessened hence the usage of harmful and strong pesticides and insecticides reduces, which reduces soil and air pollution. iii) Weed growth reduces to almost zero, usage of weedicides gets reduced. iv) Recently introduced in Southern-East India where water crisis is higher. v) Scope of drip irrigation system is seen in cultivating the cash crops and other horticulture plants like cherry orchards, cardamom, viniculture etc [VIII]. 4. CONCLUSION In this paper we have discussed how drip irrigation would bring revolution in farming techniques. Using least amount of water, improves quality, increasing productivity of crops, making irrigation practices automatic and accurate. ACKNOWLEDGEMENTS I would like to thank our University and Laboratory Faculty without them this research would not be possible. REFERENCES [1] Maximize drip irrigation benefits by automating By Inge Bisconer, Toro Micro-Irrigation (March 12, 2008) [2] “Controlling water use efficiency with Irrigation Automation: cases from drip and center pivot Irrigation of Corn and Soybean” Steven R. Evett, R. Troy Peters, and Terry A. Howell Southern Conservation Systems Conference, Amarillo TX, June 26-28, 2006 57 [3] Yandong Zhao, Jinfeng Guan, Junfu Zhang, Weilun Yin “Study on precision water-saving irrigation automatic control system by plant physiology” 978-1- 4244-2800-7/09/2009 IEEE. [4] Yunseop (James) Kim, member, IEEE, Robert G. Evans, and William M. Iversen “Remote sensing and control of an irrigation system using a distributed wireless sensor network” IEEE transactions on instrumentation and measurement, vol. 57, no. 7, July 2008. [5] Dnyaneshwar Wavhal and Manish Giri “Automated Drip Irrigation Improvements Using Wireless Application”, International Journal of Advance Research, IJOAR .org, Volume 1, Issue 3, March 2013, Online: ISSN 2320-9194, pp.65-73 [6] K.C. Yassine, A.H. Hammoud, M.F. Khalil, “Experimental Investigation For Centrifugal Slurry Pump Performance”, Tenth International Congress of fluid Dynamics, ICFD10-EG-3061 2010. [7] Khalid S.Rababa, “The Effect of Blades Number and Shape on the Operating Characteristics of centrifugal Pumps”, European Journal of Scientific Research ISSN-1450-216X Vol. 52 No.2 (2011). [8] Spices Board, Ministry of Commerce and Industry, Government of India, “Cultivation practices for cardamom”, January 2009.