SlideShare a Scribd company logo
1 of 5
Download to read offline
IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org
ISSN (e): 2250-3021, ISSN (p): 2278-8719
Vol. 04, Issue 12 (December 2014), ||V1|| PP 25-29
International organization of Scientific Research 25 | P a g e
Design and implementation of a programmable remote controlled
and monitored irrigation system
Tajedinn abdelgawi Baker1
, Abdelrasoul gabbar kizar elzibaidi2
1 college of applied and industrial science , Bahri University, Sudan
2 School of electronic Engineering, College of Engineering, Sudan University of science and technology,
Sudan,
Abstract: - Irrigation is the process of artificially supplying water to land where crops are cultivated.
Considering the characteristic and methods of irrigation in Sudan, this paper brings forward new programmable
device for remote control and monitoring of irrigation system. Three levels are included in the system: the
microcontroller for information processing using atmega32 with a control program for real time measurement
and control , GSM unit to provide wireless communication via cell phones for monitoring of field parameters
and control requirement, with the aid of sensors (temperature, moisture and humidity sensors). RF transmitter is
used to collect and transmit data from field to the controller which includes RF receiver. The System operates in
three modes: the first one is for closed field (green houses) where the weather parameters must be set according
to the plant requirement via system keypad for automatic control of irrigation process. The second mode is used
in case of regular irrigation where the plant is to be irrigated in regular intervals ,while the third mode is for the
case where the plant is to be irrigated in irregular intervals. The system has also the ability to operate as a
weather station through the explanation mode provided with the system. In this mode the user can feed the
system with the weather parameters(temperature ,humidity, dew point and rainfall) ,then the user will receive a
real time feedback SMS explaining the condition.
Keywords: - Microcontroller, automated irrigation, RF, GSM, real time system, sensors
I. INTRODUCTION
Agriculture is a source of livelihood of majority Sudanese and has great impact on the economy of the
country. In dry areas or in case of inadequate rainfall, irrigation becomes difficult. So, it needs to be automated
and handled remotely for farmer safety and high productivity through adaptive control of irrigation using
economic method .The technique of GSM and microcontroller systems will be used here .The system is
designed to operate in three modes as below:
The first one is a pre-programmed mode used for closed field (Green house) where the farmer is asked
to enter the essential weather parameters according to irrigated plant and the amount of plant moisture level
required (temperature, humidity, plant moisture). These parameters are saved and used to automate the system
running. The system always feed the farmers with the action taken to adapt the field environment through SMS
with the ability to cancel any action taken by the system through feedback SMS from farmer.
In the second mode the system is operated in irregular irrigation for open field, it is difficult to control
the weather parameters here, so the system here can only control the irrigation.It also stops the system and solve
the problem of excessive water in case of rains through discharging pumps. This is done by the ability to be in
contact with farmer through sending SMS to inform him about the field irrigation state, or receiving SMS from
farmer for control or explanation requirements.
The third mode is the explanation and monitoring mode, where the farmer can feed the system
remotely with the weather parameters through the SMS technique, to receive a real time measurement of the
field parameters temperature, humidity, dew point and rains existence.
II. APPROCH
The Block diagram of the programmable remote irrigation Control system, is shown in Figure(1) .It
includes the use full component and the links which exist between them. Here the Mobile phone is connected to
a GSM via wireless network then to the microcontroller.Hence the system provides the real time transmitting
and receiving of data. The microcontroller used here is atmega32.
The microcontroller responds according to the input data. The program written performs control over
the irrigation system. It is also connected with the wireless transceiver to communicate with the sensor nodes at
the field. The output of the microcontroller is then used to control the relays through a relay driver ULN 2003
for valves and pumps control. The system is connected to a keyboard for setting the control parameters . LCD is
Design and implementation of a programmable remote controlled and monitored irrigation system
International organization of Scientific Research 26 | P a g e
used to display the data entry .,The crystal oscillator is to provide the system with the real time clock for
regular irrigation control .
Figure -1 Block diagram of the system
The devices in the system are :
1. GSM mode module:
GSM stand for global system for mobile communication. GSM networks operate in four different
frequency ranges. Most GSM networks operate in the 900 MHz or1800 MHz .The subscriber has the advantage
to communicate from everywhere and to be called in any area served by the GSM cellular network using the
same assigned telephone number. This mobility feature is preferred by many business people who constantly
need to be in touch.
The MODEM is used to generate, transmit or decode data from a cellular network, for establishing
communication between the cellular network and the microcontroller. These are manufactured for specific
cellular network (GSM/UMTS/CDMA) or specific cellular data standard (GSM/UMTS/GPRS/EDGE/HSDPA)
or technology (GPS/SIM). They use serial communication to interface with the microcontroller through AT
commands.
figure (2) GSM modem module
Design and implementation of a programmable remote controlled and monitored irrigation system
International organization of Scientific Research 27 | P a g e
2. Temperature sensor :
The two main types of semiconductor temperature sensors are temperature sensitive voltage sources and
temperature-sensitive current sources. An example of the first type is the National LM35 which is used here for
temperature measurement. The voltage output from this circuit increases by 10 mV for each degree centigrade
temperature increase. If the output is connected to a negative reference voltage Vs, the sensor will give a
meaningful output for temperature range of -55 to +150 degree centigrade. The output is adjusted to 0V for 0
degree centigrade. The output voltage can be amplified to give the voltage range we need for a particular
application. The accuracy of this device is about 1 degree centigrade.
3. Humidity sensor:
Humidity measurement instruments usually rely on measurements of some other quantity such as
temperature, pressure, mass or a mechanical or electrical change in a substance as moisture is absorbed. By
calibration and calculation, these measured quantities can lead to a Measurement of humidity. DHT11 is the
humidity sensor used in this research. .
4. Soil moisture sensor:
The Moisture sensor is the resistive type of sensor which senses the change of resistivity between the
probes and accordingly gives the output. Soil moisture probes can be permanently installed at representative
points in an agricultural field to provide repeated moisture readings over time that can be used for irrigation
management. Special care is needed when using soil moisture devices in coarse soils. The sensor used in this
research is the ECH2O (EC-5) Dielectric Aqua meter sensors for measuring soil water content. These innovative
sensors enable to measure soil moisture accurately and with suitable calibration equation for all types of soils.
The sensor contact with soil is Shown in figure(3) below:
Figure (3) EC-5 soil moisture sensor in the soil
5. solenoid valve:
A solenoid valve is an electromechanically operated valve. The valve is controlled by an electric
current through a solenoid. Here, a two-port valve is used in which the flow is switched on or off . It basically
works as an actuator for the system. A solenoid valve has two main parts: the solenoid and the valve[1].
The solenoid converts electrical energy into mechanical energy which, in turn, opens or closes the
valve mechanically. The signal to open or close the valve is given by the microcontroller using ULN2803
current driver. This type of valve relies on a differential of pressure between input and output as the pressure at
the input must always be greater than the pressure at the output for it to work. If the pressure at the output, for
any reason, rise above that of the input then the valve would open regardless of the state of the solenoid and
pilot valve.
Design and implementation of a programmable remote controlled and monitored irrigation system
International organization of Scientific Research 28 | P a g e
Figure(4)solenoid valve
III. SOFTWARE IMPLEMENTATION
There are two parts in the software design, one for the main controller circuit (atmega32) which is
connected to the temperature sensor, humidity sensor ,relays as well as RF receiver ,while the other is for the
moisture sensor that is connected to atmega8 and transmit plant moisture data to the main controller via RF
transmitter .The software package used here is BASCOM.
BASCOM is an Integrated Development Environment (IDE) that supports the 8051 family of
microcontrollers and some derivatives as well as Atmel's AVR microcontrollers. Two products are
available for the various microcontrollers - BASCOM-8051 and BASCOM-AVR. In a microcontroller project
one needs to know the hardware base, i.e. the microcontroller with internal and connected peripherals, and the
software used.It contains the 8051 assembler and AX51 cross compiler. It operates under basic and assembly
languages and it has a very powerful set of instructions and containing a useful simulation capability. The
programming language used is BASCOM:
IV. ALGORITHM
The proposed computer algorithm includes a sequence of steps for the operation of the system .The algorithm is
;
Start
--- Put the system in the initial state.
- Clear all controlled devices .
--- Check the incoming mobile message dial no. for authorization.
- If authorized , continue processing.
- If not authorized , deny access and wait for a mobile message.
Analyze:
--- Analyze the incoming SMS.
--- If the code is equal to (D) , then activate the air conditioner .
--- If the code is equal to (E) , then close the air conditioner .
--- If the code is equal to (F) , then activate the sprayer .
--- If the code is equal to (G) , then close the sprayer .
--- If the code is equal to (H) , then activate the pump .
--- If the code is equal to (J) , then close the pump .
Design and implementation of a programmable remote controlled and monitored irrigation system
International organization of Scientific Research 29 | P a g e
--- If the code is equal to (R) , then activate the fan .
--- If the code is equal to (S) , then close the fan .
--- If the code is equal to (T) , then activate the discharge pump .
--- If the code is equal to (U) , then close the discharge pump .
--- If the code is equal to (X) , then end the program .
--- Goto nalyze
End.
V. RESULTS
Following are the results from implementing the proposed system design.
Table 1 System commands and their correspondent action on the devices
SMS number SMS Result
1 D Air condition ON
2 E Air condition OFf
3 F SPrayer ON
4 G Sprayer OFF
5 H Pump ON
6 J Pump OFF
7 R Fan ON
8 S Fan OFF
9 T Discharge pump ON
10 U Discharge pump OFF
11 X End the system operation
VI. CONCLUSION
The design of a programmable GSM- based remote monitoring and control of Automatic irrigation
system is achieved. Any cell phone can send order to the controllers or browse the information from the
controllers through the explanation mode using SMS. GSM network and radio provides credible communication
for the devices. The system has successfully overcome quite a few shortcomings of the existing systems by
reducing the power consumption, maintenance and complexity, at the same time providing a flexible and precise
form of maintaining the environment, as well as using the existing wireless communication technology. The
system provides the ability to remotely control all irrigation methodologies used in Sudan(drip irrigation, pump
irrigation ,flood irrigation) . programmed values can be entered via the keypad .
REFERENCES
[1] A Real time implementation of a GSM based Automated Irrigation Control System using Drip Irrigation
Methodology , International Journal of Scientific & Engineering Research, Veena Divya Kmember
IACSIT1, Ayush Akhouri2, Chandan Kumar3, Raunak Rishabh4, Rochak Bagla5 , Volume 4, Issue
5,May 2013
[2] Chandrika Chanda1, Surbhi Agarwal2, Er. B.Persis Urbana Ivy, AP(SG)3, (“: A Survey of Automated
GSM Based Irrigation Systems”), International Journal of Emerging Technology and Advanced
Engineering , Volume 2, Issue 10, October 2012
[3] Drip and Micro Irrigation Design and Management for Trees, Vines, and Field Crops, 3rd Edition, by
Charles M. Burt and Stuart W. Styles, published by the Irrigation Training and Research Center, 2007
[4] Mahesh M. Galgalikar, “Real-Time Automization Of Agricultural Environment for Social Modernization
of Indian Agricultural System”, on IEEE Proceedings,2010.
[5] Indu Gautam, S.R.N. Reddy, “Innovative GSM Blutooth Based Remote Controlled Embedded System for
Irrigation”, on IJCA, June 2012
[6] Purnima, S.R.N Reddy, “Design of Remote Monitoring and Control System with Automatic Irrigation
System using GSM-Bluetooth”, on IJCA,2012
[7] Yang Genghuang, Guo Kairong and Li Yawei, “Development of controller for automatic irrigation based
on GSM network”, Journal of Shenyang Agricultural University, Vol. 36, no. 6, pp. 753-755, Dec.
2005.
[8] Wireless Solution for Irrigation in Agriculture /Vijay Choudhary ,Department of Computer Science
SVITS Indore, India Proceedings of 2011 International Conference on Signal Processing,
Communication, Computing and Networking Technologies (ICSCCN 2011)

More Related Content

What's hot

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
 
11669987_Technical_Research_Paper_EGP
11669987_Technical_Research_Paper_EGP11669987_Technical_Research_Paper_EGP
11669987_Technical_Research_Paper_EGPJay Patel
 
B04011 03 1318
B04011 03 1318B04011 03 1318
B04011 03 1318IJMER
 
Micro processor based temperature controller on power transistors
Micro processor based temperature controller on power transistorsMicro processor based temperature controller on power transistors
Micro processor based temperature controller on power transistorseSAT Publishing House
 
Remote Monitoring and Alert System for Temperature Sensitive Products
Remote Monitoring and Alert System for Temperature Sensitive ProductsRemote Monitoring and Alert System for Temperature Sensitive Products
Remote Monitoring and Alert System for Temperature Sensitive ProductsEditor IJCATR
 
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
 
River monitoring through wireless sensor network
River monitoring through wireless sensor networkRiver monitoring through wireless sensor network
River monitoring through wireless sensor networkeSAT Journals
 
Review on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technologyReview on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technologyIRJET Journal
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...IJTET Journal
 
Environmental monitoring26
Environmental monitoring26Environmental monitoring26
Environmental monitoring26praveenenbd
 
Automated Drip Irrigation System using Water Pump Control with GSM Modem Control
Automated Drip Irrigation System using Water Pump Control with GSM Modem ControlAutomated Drip Irrigation System using Water Pump Control with GSM Modem Control
Automated Drip Irrigation System using Water Pump Control with GSM Modem ControlIRJET Journal
 
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
 
Dhiraj seminar # power system automation
Dhiraj seminar # power system automationDhiraj seminar # power system automation
Dhiraj seminar # power system automationvision2d16
 
A REAL – TIME IRRIGATION CONTROL SYSTEM FOR PRECISION AGRICULTURE USING WSN I...
A REAL – TIME IRRIGATION CONTROL SYSTEM FOR PRECISION AGRICULTURE USING WSN I...A REAL – TIME IRRIGATION CONTROL SYSTEM FOR PRECISION AGRICULTURE USING WSN I...
A REAL – TIME IRRIGATION CONTROL SYSTEM FOR PRECISION AGRICULTURE USING WSN I...IJCSEA Journal
 
Final Year Project Report on Dual Channel Home Appliance Control
Final Year Project Report on Dual Channel Home Appliance ControlFinal Year Project Report on Dual Channel Home Appliance Control
Final Year Project Report on Dual Channel Home Appliance ControlEkram Bin Mamun
 
ARM based System for Monitoring Grain Condition
ARM based System for Monitoring Grain ConditionARM based System for Monitoring Grain Condition
ARM based System for Monitoring Grain ConditionAM Publications
 
An efficient data logger system for continous
An efficient data logger system for continousAn efficient data logger system for continous
An efficient data logger system for continouseSAT Publishing House
 

What's hot (19)

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
 
11669987_Technical_Research_Paper_EGP
11669987_Technical_Research_Paper_EGP11669987_Technical_Research_Paper_EGP
11669987_Technical_Research_Paper_EGP
 
B04011 03 1318
B04011 03 1318B04011 03 1318
B04011 03 1318
 
Micro processor based temperature controller on power transistors
Micro processor based temperature controller on power transistorsMicro processor based temperature controller on power transistors
Micro processor based temperature controller on power transistors
 
Remote Monitoring and Alert System for Temperature Sensitive Products
Remote Monitoring and Alert System for Temperature Sensitive ProductsRemote Monitoring and Alert System for Temperature Sensitive Products
Remote Monitoring and Alert System for Temperature Sensitive Products
 
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
 
River monitoring through wireless sensor network
River monitoring through wireless sensor networkRiver monitoring through wireless sensor network
River monitoring through wireless sensor network
 
Review on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technologyReview on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technology
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
 
A REVIEW ON GREENHOUSE ENVIRONMENT CONTROLLING ROBOT
A REVIEW ON GREENHOUSE ENVIRONMENT CONTROLLING ROBOTA REVIEW ON GREENHOUSE ENVIRONMENT CONTROLLING ROBOT
A REVIEW ON GREENHOUSE ENVIRONMENT CONTROLLING ROBOT
 
Environmental monitoring26
Environmental monitoring26Environmental monitoring26
Environmental monitoring26
 
Automated Drip Irrigation System using Water Pump Control with GSM Modem Control
Automated Drip Irrigation System using Water Pump Control with GSM Modem ControlAutomated Drip Irrigation System using Water Pump Control with GSM Modem Control
Automated Drip Irrigation System using Water Pump Control with GSM Modem Control
 
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
 
Dhiraj seminar # power system automation
Dhiraj seminar # power system automationDhiraj seminar # power system automation
Dhiraj seminar # power system automation
 
A REAL – TIME IRRIGATION CONTROL SYSTEM FOR PRECISION AGRICULTURE USING WSN I...
A REAL – TIME IRRIGATION CONTROL SYSTEM FOR PRECISION AGRICULTURE USING WSN I...A REAL – TIME IRRIGATION CONTROL SYSTEM FOR PRECISION AGRICULTURE USING WSN I...
A REAL – TIME IRRIGATION CONTROL SYSTEM FOR PRECISION AGRICULTURE USING WSN I...
 
Final Year Project Report on Dual Channel Home Appliance Control
Final Year Project Report on Dual Channel Home Appliance ControlFinal Year Project Report on Dual Channel Home Appliance Control
Final Year Project Report on Dual Channel Home Appliance Control
 
ARM based System for Monitoring Grain Condition
ARM based System for Monitoring Grain ConditionARM based System for Monitoring Grain Condition
ARM based System for Monitoring Grain Condition
 
An efficient data logger system for continous
An efficient data logger system for continousAn efficient data logger system for continous
An efficient data logger system for continous
 
Review
ReviewReview
Review
 

Viewers also liked

GSM Based Motor Controller
GSM Based Motor ControllerGSM Based Motor Controller
GSM Based Motor Controllergopalsystems
 
REMOTE GSM BASED MOBILE STARTER FOR MOTOR / PUMP
REMOTE GSM BASED MOBILE STARTER FOR MOTOR / PUMPREMOTE GSM BASED MOBILE STARTER FOR MOTOR / PUMP
REMOTE GSM BASED MOBILE STARTER FOR MOTOR / PUMPKHYATEE ELECTRONICS PVT.LTD
 
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORT
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORTGSM BASED DEVICES CONTROL SYSTEM PROJECT REPORT
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORTAvinash Kannojia
 
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...ASHOKKUMAR RAMAR
 
Ppt for automatic plant irrigation system
Ppt for automatic plant irrigation systemPpt for automatic plant irrigation system
Ppt for automatic plant irrigation systemstk25
 
Gsm based irrigation control
Gsm based irrigation controlGsm based irrigation control
Gsm based irrigation controlSatyam Tiwari
 

Viewers also liked (6)

GSM Based Motor Controller
GSM Based Motor ControllerGSM Based Motor Controller
GSM Based Motor Controller
 
REMOTE GSM BASED MOBILE STARTER FOR MOTOR / PUMP
REMOTE GSM BASED MOBILE STARTER FOR MOTOR / PUMPREMOTE GSM BASED MOBILE STARTER FOR MOTOR / PUMP
REMOTE GSM BASED MOBILE STARTER FOR MOTOR / PUMP
 
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORT
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORTGSM BASED DEVICES CONTROL SYSTEM PROJECT REPORT
GSM BASED DEVICES CONTROL SYSTEM PROJECT REPORT
 
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
 
Ppt for automatic plant irrigation system
Ppt for automatic plant irrigation systemPpt for automatic plant irrigation system
Ppt for automatic plant irrigation system
 
Gsm based irrigation control
Gsm based irrigation controlGsm based irrigation control
Gsm based irrigation control
 

Similar to Programmable Remote Controlled and Monitored Irrigation System

IRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless TechnologyIRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless TechnologyIRJET Journal
 
Automatic green house monitioring and controlling system
Automatic green house monitioring and controlling systemAutomatic green house monitioring and controlling system
Automatic green house monitioring and controlling systemPrakashp70
 
Control Based On the Temperature and Moisture, Using the Fuzzy Logic.
Control Based On the Temperature and Moisture, Using the Fuzzy Logic.Control Based On the Temperature and Moisture, Using the Fuzzy Logic.
Control Based On the Temperature and Moisture, Using the Fuzzy Logic.IJERA Editor
 
Ieeepro techno solutions ieee 2014 embedded project design and constructio...
Ieeepro techno solutions    ieee 2014 embedded project design and constructio...Ieeepro techno solutions    ieee 2014 embedded project design and constructio...
Ieeepro techno solutions ieee 2014 embedded project design and constructio...srinivasanece7
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIJSRD
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIJSRD
 
Smart System for Crop Irrigation
Smart System for Crop IrrigationSmart System for Crop Irrigation
Smart System for Crop IrrigationIRJET Journal
 
IOT - Based Smart Farming
IOT - Based Smart FarmingIOT - Based Smart Farming
IOT - Based Smart FarmingIRJET Journal
 
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...ijasa
 
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
 
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
 
Wireless Weather Station monitoring System
Wireless Weather Station monitoring SystemWireless Weather Station monitoring System
Wireless Weather Station monitoring SystemAlameluPriyadharshini
 
Seasonable IOT Based Dehydration System for Agri Products.
Seasonable IOT Based Dehydration System for Agri Products.Seasonable IOT Based Dehydration System for Agri Products.
Seasonable IOT Based Dehydration System for Agri Products.IRJET Journal
 
Cloud IoT Based Greenhouse Monitoring System
Cloud IoT Based Greenhouse Monitoring SystemCloud IoT Based Greenhouse Monitoring System
Cloud IoT Based Greenhouse Monitoring SystemIJERA Editor
 

Similar to Programmable Remote Controlled and Monitored Irrigation System (20)

Gsm 2
Gsm 2Gsm 2
Gsm 2
 
IRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless TechnologyIRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless Technology
 
K05137073
K05137073K05137073
K05137073
 
Ag04605229233
Ag04605229233Ag04605229233
Ag04605229233
 
Automatic green house monitioring and controlling system
Automatic green house monitioring and controlling systemAutomatic green house monitioring and controlling system
Automatic green house monitioring and controlling system
 
Control Based On the Temperature and Moisture, Using the Fuzzy Logic.
Control Based On the Temperature and Moisture, Using the Fuzzy Logic.Control Based On the Temperature and Moisture, Using the Fuzzy Logic.
Control Based On the Temperature and Moisture, Using the Fuzzy Logic.
 
Ieeepro techno solutions ieee 2014 embedded project design and constructio...
Ieeepro techno solutions    ieee 2014 embedded project design and constructio...Ieeepro techno solutions    ieee 2014 embedded project design and constructio...
Ieeepro techno solutions ieee 2014 embedded project design and constructio...
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather Monitoring
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather Monitoring
 
Finalais
FinalaisFinalais
Finalais
 
Smart Irrigation ppt
Smart Irrigation pptSmart Irrigation ppt
Smart Irrigation ppt
 
F010323236
F010323236F010323236
F010323236
 
Smart System for Crop Irrigation
Smart System for Crop IrrigationSmart System for Crop Irrigation
Smart System for Crop Irrigation
 
IOT - Based Smart Farming
IOT - Based Smart FarmingIOT - Based Smart Farming
IOT - Based Smart Farming
 
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
 
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
 
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
 
Wireless Weather Station monitoring System
Wireless Weather Station monitoring SystemWireless Weather Station monitoring System
Wireless Weather Station monitoring System
 
Seasonable IOT Based Dehydration System for Agri Products.
Seasonable IOT Based Dehydration System for Agri Products.Seasonable IOT Based Dehydration System for Agri Products.
Seasonable IOT Based Dehydration System for Agri Products.
 
Cloud IoT Based Greenhouse Monitoring System
Cloud IoT Based Greenhouse Monitoring SystemCloud IoT Based Greenhouse Monitoring System
Cloud IoT Based Greenhouse Monitoring System
 

More from IOSR-JEN

More from IOSR-JEN (20)

C05921721
C05921721C05921721
C05921721
 
B05921016
B05921016B05921016
B05921016
 
A05920109
A05920109A05920109
A05920109
 
J05915457
J05915457J05915457
J05915457
 
I05914153
I05914153I05914153
I05914153
 
H05913540
H05913540H05913540
H05913540
 
G05913234
G05913234G05913234
G05913234
 
F05912731
F05912731F05912731
F05912731
 
E05912226
E05912226E05912226
E05912226
 
D05911621
D05911621D05911621
D05911621
 
C05911315
C05911315C05911315
C05911315
 
B05910712
B05910712B05910712
B05910712
 
A05910106
A05910106A05910106
A05910106
 
B05840510
B05840510B05840510
B05840510
 
I05844759
I05844759I05844759
I05844759
 
H05844346
H05844346H05844346
H05844346
 
G05843942
G05843942G05843942
G05843942
 
F05843238
F05843238F05843238
F05843238
 
E05842831
E05842831E05842831
E05842831
 
D05842227
D05842227D05842227
D05842227
 

Recently uploaded

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 

Programmable Remote Controlled and Monitored Irrigation System

  • 1. IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 12 (December 2014), ||V1|| PP 25-29 International organization of Scientific Research 25 | P a g e Design and implementation of a programmable remote controlled and monitored irrigation system Tajedinn abdelgawi Baker1 , Abdelrasoul gabbar kizar elzibaidi2 1 college of applied and industrial science , Bahri University, Sudan 2 School of electronic Engineering, College of Engineering, Sudan University of science and technology, Sudan, Abstract: - Irrigation is the process of artificially supplying water to land where crops are cultivated. Considering the characteristic and methods of irrigation in Sudan, this paper brings forward new programmable device for remote control and monitoring of irrigation system. Three levels are included in the system: the microcontroller for information processing using atmega32 with a control program for real time measurement and control , GSM unit to provide wireless communication via cell phones for monitoring of field parameters and control requirement, with the aid of sensors (temperature, moisture and humidity sensors). RF transmitter is used to collect and transmit data from field to the controller which includes RF receiver. The System operates in three modes: the first one is for closed field (green houses) where the weather parameters must be set according to the plant requirement via system keypad for automatic control of irrigation process. The second mode is used in case of regular irrigation where the plant is to be irrigated in regular intervals ,while the third mode is for the case where the plant is to be irrigated in irregular intervals. The system has also the ability to operate as a weather station through the explanation mode provided with the system. In this mode the user can feed the system with the weather parameters(temperature ,humidity, dew point and rainfall) ,then the user will receive a real time feedback SMS explaining the condition. Keywords: - Microcontroller, automated irrigation, RF, GSM, real time system, sensors I. INTRODUCTION Agriculture is a source of livelihood of majority Sudanese and has great impact on the economy of the country. In dry areas or in case of inadequate rainfall, irrigation becomes difficult. So, it needs to be automated and handled remotely for farmer safety and high productivity through adaptive control of irrigation using economic method .The technique of GSM and microcontroller systems will be used here .The system is designed to operate in three modes as below: The first one is a pre-programmed mode used for closed field (Green house) where the farmer is asked to enter the essential weather parameters according to irrigated plant and the amount of plant moisture level required (temperature, humidity, plant moisture). These parameters are saved and used to automate the system running. The system always feed the farmers with the action taken to adapt the field environment through SMS with the ability to cancel any action taken by the system through feedback SMS from farmer. In the second mode the system is operated in irregular irrigation for open field, it is difficult to control the weather parameters here, so the system here can only control the irrigation.It also stops the system and solve the problem of excessive water in case of rains through discharging pumps. This is done by the ability to be in contact with farmer through sending SMS to inform him about the field irrigation state, or receiving SMS from farmer for control or explanation requirements. The third mode is the explanation and monitoring mode, where the farmer can feed the system remotely with the weather parameters through the SMS technique, to receive a real time measurement of the field parameters temperature, humidity, dew point and rains existence. II. APPROCH The Block diagram of the programmable remote irrigation Control system, is shown in Figure(1) .It includes the use full component and the links which exist between them. Here the Mobile phone is connected to a GSM via wireless network then to the microcontroller.Hence the system provides the real time transmitting and receiving of data. The microcontroller used here is atmega32. The microcontroller responds according to the input data. The program written performs control over the irrigation system. It is also connected with the wireless transceiver to communicate with the sensor nodes at the field. The output of the microcontroller is then used to control the relays through a relay driver ULN 2003 for valves and pumps control. The system is connected to a keyboard for setting the control parameters . LCD is
  • 2. Design and implementation of a programmable remote controlled and monitored irrigation system International organization of Scientific Research 26 | P a g e used to display the data entry .,The crystal oscillator is to provide the system with the real time clock for regular irrigation control . Figure -1 Block diagram of the system The devices in the system are : 1. GSM mode module: GSM stand for global system for mobile communication. GSM networks operate in four different frequency ranges. Most GSM networks operate in the 900 MHz or1800 MHz .The subscriber has the advantage to communicate from everywhere and to be called in any area served by the GSM cellular network using the same assigned telephone number. This mobility feature is preferred by many business people who constantly need to be in touch. The MODEM is used to generate, transmit or decode data from a cellular network, for establishing communication between the cellular network and the microcontroller. These are manufactured for specific cellular network (GSM/UMTS/CDMA) or specific cellular data standard (GSM/UMTS/GPRS/EDGE/HSDPA) or technology (GPS/SIM). They use serial communication to interface with the microcontroller through AT commands. figure (2) GSM modem module
  • 3. Design and implementation of a programmable remote controlled and monitored irrigation system International organization of Scientific Research 27 | P a g e 2. Temperature sensor : The two main types of semiconductor temperature sensors are temperature sensitive voltage sources and temperature-sensitive current sources. An example of the first type is the National LM35 which is used here for temperature measurement. The voltage output from this circuit increases by 10 mV for each degree centigrade temperature increase. If the output is connected to a negative reference voltage Vs, the sensor will give a meaningful output for temperature range of -55 to +150 degree centigrade. The output is adjusted to 0V for 0 degree centigrade. The output voltage can be amplified to give the voltage range we need for a particular application. The accuracy of this device is about 1 degree centigrade. 3. Humidity sensor: Humidity measurement instruments usually rely on measurements of some other quantity such as temperature, pressure, mass or a mechanical or electrical change in a substance as moisture is absorbed. By calibration and calculation, these measured quantities can lead to a Measurement of humidity. DHT11 is the humidity sensor used in this research. . 4. Soil moisture sensor: The Moisture sensor is the resistive type of sensor which senses the change of resistivity between the probes and accordingly gives the output. Soil moisture probes can be permanently installed at representative points in an agricultural field to provide repeated moisture readings over time that can be used for irrigation management. Special care is needed when using soil moisture devices in coarse soils. The sensor used in this research is the ECH2O (EC-5) Dielectric Aqua meter sensors for measuring soil water content. These innovative sensors enable to measure soil moisture accurately and with suitable calibration equation for all types of soils. The sensor contact with soil is Shown in figure(3) below: Figure (3) EC-5 soil moisture sensor in the soil 5. solenoid valve: A solenoid valve is an electromechanically operated valve. The valve is controlled by an electric current through a solenoid. Here, a two-port valve is used in which the flow is switched on or off . It basically works as an actuator for the system. A solenoid valve has two main parts: the solenoid and the valve[1]. The solenoid converts electrical energy into mechanical energy which, in turn, opens or closes the valve mechanically. The signal to open or close the valve is given by the microcontroller using ULN2803 current driver. This type of valve relies on a differential of pressure between input and output as the pressure at the input must always be greater than the pressure at the output for it to work. If the pressure at the output, for any reason, rise above that of the input then the valve would open regardless of the state of the solenoid and pilot valve.
  • 4. Design and implementation of a programmable remote controlled and monitored irrigation system International organization of Scientific Research 28 | P a g e Figure(4)solenoid valve III. SOFTWARE IMPLEMENTATION There are two parts in the software design, one for the main controller circuit (atmega32) which is connected to the temperature sensor, humidity sensor ,relays as well as RF receiver ,while the other is for the moisture sensor that is connected to atmega8 and transmit plant moisture data to the main controller via RF transmitter .The software package used here is BASCOM. BASCOM is an Integrated Development Environment (IDE) that supports the 8051 family of microcontrollers and some derivatives as well as Atmel's AVR microcontrollers. Two products are available for the various microcontrollers - BASCOM-8051 and BASCOM-AVR. In a microcontroller project one needs to know the hardware base, i.e. the microcontroller with internal and connected peripherals, and the software used.It contains the 8051 assembler and AX51 cross compiler. It operates under basic and assembly languages and it has a very powerful set of instructions and containing a useful simulation capability. The programming language used is BASCOM: IV. ALGORITHM The proposed computer algorithm includes a sequence of steps for the operation of the system .The algorithm is ; Start --- Put the system in the initial state. - Clear all controlled devices . --- Check the incoming mobile message dial no. for authorization. - If authorized , continue processing. - If not authorized , deny access and wait for a mobile message. Analyze: --- Analyze the incoming SMS. --- If the code is equal to (D) , then activate the air conditioner . --- If the code is equal to (E) , then close the air conditioner . --- If the code is equal to (F) , then activate the sprayer . --- If the code is equal to (G) , then close the sprayer . --- If the code is equal to (H) , then activate the pump . --- If the code is equal to (J) , then close the pump .
  • 5. Design and implementation of a programmable remote controlled and monitored irrigation system International organization of Scientific Research 29 | P a g e --- If the code is equal to (R) , then activate the fan . --- If the code is equal to (S) , then close the fan . --- If the code is equal to (T) , then activate the discharge pump . --- If the code is equal to (U) , then close the discharge pump . --- If the code is equal to (X) , then end the program . --- Goto nalyze End. V. RESULTS Following are the results from implementing the proposed system design. Table 1 System commands and their correspondent action on the devices SMS number SMS Result 1 D Air condition ON 2 E Air condition OFf 3 F SPrayer ON 4 G Sprayer OFF 5 H Pump ON 6 J Pump OFF 7 R Fan ON 8 S Fan OFF 9 T Discharge pump ON 10 U Discharge pump OFF 11 X End the system operation VI. CONCLUSION The design of a programmable GSM- based remote monitoring and control of Automatic irrigation system is achieved. Any cell phone can send order to the controllers or browse the information from the controllers through the explanation mode using SMS. GSM network and radio provides credible communication for the devices. The system has successfully overcome quite a few shortcomings of the existing systems by reducing the power consumption, maintenance and complexity, at the same time providing a flexible and precise form of maintaining the environment, as well as using the existing wireless communication technology. The system provides the ability to remotely control all irrigation methodologies used in Sudan(drip irrigation, pump irrigation ,flood irrigation) . programmed values can be entered via the keypad . REFERENCES [1] A Real time implementation of a GSM based Automated Irrigation Control System using Drip Irrigation Methodology , International Journal of Scientific & Engineering Research, Veena Divya Kmember IACSIT1, Ayush Akhouri2, Chandan Kumar3, Raunak Rishabh4, Rochak Bagla5 , Volume 4, Issue 5,May 2013 [2] Chandrika Chanda1, Surbhi Agarwal2, Er. B.Persis Urbana Ivy, AP(SG)3, (“: A Survey of Automated GSM Based Irrigation Systems”), International Journal of Emerging Technology and Advanced Engineering , Volume 2, Issue 10, October 2012 [3] Drip and Micro Irrigation Design and Management for Trees, Vines, and Field Crops, 3rd Edition, by Charles M. Burt and Stuart W. Styles, published by the Irrigation Training and Research Center, 2007 [4] Mahesh M. Galgalikar, “Real-Time Automization Of Agricultural Environment for Social Modernization of Indian Agricultural System”, on IEEE Proceedings,2010. [5] Indu Gautam, S.R.N. Reddy, “Innovative GSM Blutooth Based Remote Controlled Embedded System for Irrigation”, on IJCA, June 2012 [6] Purnima, S.R.N Reddy, “Design of Remote Monitoring and Control System with Automatic Irrigation System using GSM-Bluetooth”, on IJCA,2012 [7] Yang Genghuang, Guo Kairong and Li Yawei, “Development of controller for automatic irrigation based on GSM network”, Journal of Shenyang Agricultural University, Vol. 36, no. 6, pp. 753-755, Dec. 2005. [8] Wireless Solution for Irrigation in Agriculture /Vijay Choudhary ,Department of Computer Science SVITS Indore, India Proceedings of 2011 International Conference on Signal Processing, Communication, Computing and Networking Technologies (ICSCCN 2011)