scispace - formally typeset
Search or ask a question
Journal ArticleDOI

IOT based Smart Irrigation System

15 Feb 2017-International Journal of Computer Applications (Foundation of Computer Science (FCS), NY, USA)-Vol. 159, Iss: 8, pp 7-11
TL;DR: An automated irrigation system which monitors and maintains the desired soil moisture content via automatic watering through microcontroller ATMEGA328P on arduino uno platform is proposed.
Abstract: Automation of farm activities can transform agricultural domain from being manual and static to intelligent and dynamic leading to higher production with lesser human supervision. This paper proposes an automated irrigation system which monitors and maintains the desired soil moisture content via automatic watering. Microcontroller ATMEGA328P on arduino uno platform is used to implement the control unit. The setup uses soil moisture sensors which measure the exact moisture level in soil. This value enables the system to use appropriate quantity of water which avoids over/under irrigation. IOT is used to keep the farmers updated about the status of sprinklers. Information from the sensors is regularly updated on a webpage using GSM-GPRS SIM900A modem through which a farmer can check whether the water sprinklers are ON/OFF at any given time. Also, the sensor readings are transmitted to a Thing speak channel to generate graphs for analysis.

Content maybe subject to copyright    Report

International Journal of Computer Applications (0975 8887)
Volume 159 No 8, February 2017
7
IOT based Smart Irrigation System
Srishti Rawal
Department of Computer Science,
VIT University
ABSTRACT
Automation of farm activities can transform agricultural
domain from being manual and static to intelligent and
dynamic leading to higher production with lesser human
supervision. This paper proposes an automated irrigation
system which monitors and maintains the desired soil
moisture content via automatic watering. Microcontroller
ATMEGA328P on arduino uno platform is used to implement
the control unit. The setup uses soil moisture sensors which
measure the exact moisture level in soil. This value enables
the system to use appropriate quantity of water which avoids
over/under irrigation. IOT is used to keep the farmers updated
about the status of sprinklers. Information from the sensors is
regularly updated on a webpage using GSM-GPRS SIM900A
modem through which a farmer can check whether the water
sprinklers are ON/OFF at any given time. Also, the sensor
readings are transmitted to a Thing speak channel to generate
graphs for analysis.
Keywords
Automation, Microcontroller, Arduino Uno, IOT, GSM-
GPRS SIM900A, Thing speak.
1. INTRODUCTION
Agriculture is the unquestionably the largest livelihood
provider in India. With rising population, there is a need for
increased agricultural production. In order to support greater
production in farms, the requirement of the amount of fresh
water used in irrigation also rises. Currently, agriculture
accounts 83% of the total water consumption in India [1].
Unplanned use of water inadvertently results in wastage of
water. This suggests that there is an urgent need to
developsystems that prevent water wastage without imposing
pressure on farmers.
Over the past 15 years, farmers started using computers and
software systems to organize their financial data and keep
track of their transactions with third parties and also monitor
their crops more effectively [2]. In the Internet era, where
information plays a key role in people's lives, agriculture is
rapidly becoming a very data intensive industry where farmers
need to collect and evaluate a huge amount of information
from a diverse number of devices (eg., sensors, faming
machinery etc.) in order to become more efficient in
production and communicating appropriate information [3].
With the advent of open source Arduino boards along with
cheap moisture sensors, it is viable to create devices that can
monitor the soil moisture content and accordingly irrigating
the fields or the landscape as an when needed. The proposed
system makes use of microcontroller ATMEGA328P on
arduino uno platform and IOT which enable farmers to
remotely monitor the status of sprinklers installed on the farm
by knowing the sensor values thereby, making the farmers'
work much easier as they can concentrate on other farm
activities.
2. LITERATURE REVIEW
In A Remote Measurement and Control System for
Greenhouse Based on GSM-SMS [4] the proposed system
introduced a GSM-SMS remote measurement and control
system for greenhouse based on PC-based database system
connected with base station. Base station is developed by
using a microcontroller, GSM module, sensors and actuators.
In practical operation, the central station receives and sends
messages through GSM module. Criterion value of parameters
to be measured in every base station is set by central station,
and then in base stations parameters including the air
temperature, the air humidity.
Indu et al. (2013) [5] mainly focuses on reviews in the field of
remote monitoring and control, the technology used and their
potential advantages. The paper proposes an innovative
GSM/Bluetooth based remote controlled embedded system for
irrigation. The system sets the irrigation time depending on
the temperature and humidity reading from sensors and type
of crop and can automatically irrigate the field when
unattended. Information is exchanged between far end and
designed system via SMS on GSM network. A Bluetooth
module is also interfaced with the main microcontroller chip
which eliminates the SMS charges when the user is within the
limited range of few meters to the designated system. The
system informs users about many conditions like status of
electricity, dry running motor, increased temperature, water
content in soil and smoke via SMS on GSM network or by
Bluetooth.
In [6], R.Suresh et al. (2014) mentioned about using automatic
microcontroller based rain gun irrigation system in which the
irrigation will take place only when there will be intense
requirement of water that save a large quantity of water.
These systems bring a change to management of field
resource where they developed a software stack called
Android is used for devices that include an operating system,
middleware and key applications. The Android SDK provides
the tools and APIs necessary to begin developing applications
on the Android platform using the Java programming
language. Mobile phones have almost become an integral part
of us serving multiple needs of humans. This application
makes use of the GPRS feature of mobile phone as a solution
for irrigation control system. These system covered lower
range of agriculture land and not economically affordable.
In IOT SMS alarm system based on SIM900A [7], an IOT
alarm system based on SIM900A module of SIMCOM
Company was designed for greenhouse. The system can
gather environmental parameters such as air temperature and
air humidity. Meanwhile, with the use of AT command, this
system can also realize SMS automatic sending and receiving,
environmental parameters overrun alarm and insufficient
balance alarm. Through the system setting, the alarm message
can be sent to the user-specified mobile phone automatically
no matter what the users' location is. This system as a typical
application of IOT in the agriculture has got some
satisfactory results in the actual operation.

International Journal of Computer Applications (0975 8887)
Volume 159 No 8, February 2017
8
3. PROPOSED SYSTEM
The system is a combination of hardware and software
components. The hardware part consists of embedded system
and software is the webpage designed using PHP. The
webpage is hosted online and consists of a database in which
readings from sensors are inserted using the hardware.
Figure 1: Overall Engineering Design
3.1 Moisture Sensing Section
Two YL-69 soil moisture sensors along with LM393
comparator modules were placed in different soil conditions
for analysis. The sensor YL-69 is made up of two electrodes.
It reads the moisture content around it. A current is passed
across the electrodes through the soil and the resistance to the
current in the soil determines the soil moisture. If the soil has
more water resistance will be low and thus more current will
pass through.
On the other hand when the soil moisture is low the sensor
module outputs a high level of resistance. This sensor has
both digital and analogue outputs. Digital output is simple to
use but is not as accurate as the analogue output. Since the
Atmega 328P-PU microcontroller used for the Arduino Uno
contains an onboard 10-bit 6-channel analog-to-digital (A/D)
converter, the analog input pin of Arduino can read analog
signals being sent from the sensor and return binary integers
from 0 to 1023. Greater amount of output implies lesser
moisture content.
Figure 2 : Soil Moisture Sensing Unit
3.2 Control Section
Information from the sensors is transmitted to the arduino
board. The arduino board consists of microcontroller
ATMEGA328P which is responsible for controlling the
switching on/off of the motor on which water sprinklers can
be attached. Sensor values from arduino are transmitted to the
GSM-GPRS SIM900A modem. A sim with 3G data pack is
inserted into this modem which provide IOT features to the
system. Values are further transmitted IOT section through
the modem.
The GSM modem is a highly flexible plug and play quad
bandSIM900A GSM modem for direct and easy integration to
RS232 applications. It Supports features like Voice, SMS,
Data/Fax, GPRS and integrated TCP/IP stack. The tx and rx
pins from arduino are connected to the rx and tx of GSM
modem respectively.
3.3 IOT Section
This section comprises of a webpage which displays the
current water sprinkler status i.e. on or off and a button which
redirects the user to a thing speak page which graphically
depicts the sensor values.
Figure 3: Webpage showing sprinkler and soil moisture
status
4. METHODOLOGY
Water sprinkler control was achieved by setting a threshold
value at which irrigation should begin. When the sensors

International Journal of Computer Applications (0975 8887)
Volume 159 No 8, February 2017
9
detect moisture content before the threshold, the sprinklers are
switched on till the soil is completely moist. Figure 5 shows
the flow chart of the system.
Figure 4 : Flow chart of the system
The hardware device comprises of moisture sensors, Arduino
Uno and GSMGPRS SIM900A modem. The GSM modem is
primary responsible for transmitting the data obtained from
arduino to internet. This is done using AT commands which
are depicted in the following table.
Table 1 : AT Commands
Command
Meaning
AT+CSQ
Signal Quality Check
AT+CGATT
Attach or Detach
from GPRS support
AT+SAPBR=
3,1,\''CONTYPE\'',\''GPRS\''
Setting the SAPBR
connection type to
GPRS
AT+SAPBR=
3,1,\''APN\'',\''airtel.gprs.com\''
Setting the APN
string
AT+SAPBR=1,1
Setting the SAPBR
AT+HTTPPARA=\''URL\'',
\''http://smartfarmsiot.orgfree.com
\''
Setting the httppara,
website which needs
to be accessed
AT+HTTPACTION=0
Submit the request
AT+CIPSEND
Request initiation of
data sending
The information from sensors is transmitted to an online
database from where it is used to display on a website. The
webpage displays the moisture content in soil which has been
divided into two categories : Low and High. Pump is to be
switched on when the moisture content is low. The threshold
values depend on the type of soil used.
Readings from the two sensors were also transmitted to a
THINGSPEAK channel to obtain graphs. ThingSpeak is an
open data platform and API for the Internet of Things that
enables you to collect, store, analyze, visualize, and act on
data from sensors or actuators, such as Arduino.
5. RESULTS AND DISCUSSION
The values obtained through sensors enable the system to
switch the sprinkler on and off. A farmer can remotely
monitor the irrigation process on the farm. Hence, the system
contributed in making a smart farm. Table 2 depicts the
readings of the two YL-69 soil moisture sensors taken over a
period of one hour.
Table 2 depicts readings from two YL-69 soil moisture
sensors one of which was inserted in over irrigated soil and
the other in soil with initial moisture content 79% . The
readings were taken over a period of one hour to observe the
rate at which moisture content in soil is reducing when the
sprinklers are off. These readings are transmitted to the
website and thingspeak channel. Figure 5 and 6 display the
graphs plotted.
Table 2 : Sensor Readings
Time (IST)
Sensor A(%)
Sensor B(%)
15:53:21
79
100
16:00:22
74
100
16:11:23
70
100
16:16:44
69
100
16:30:05
67
100
16:34:45
66
100
16:43:06
65
98
16:48:07
65
97
16:56:08
64
95
16:59:48
63
93
17:00:08
63
93
17:05:49
62
92
It can be observed from the graphs that moisture content of
over irrigated soil takes longer period to reduce by 10% as
compared to the moisture content of soil which is initially
79% moist. Thus, the curve for sensor A is a continuously
decreasing curve as the moisture reduces as time passes. For
sensor B the moisture value initially is 100%. The readings
depict that sensor was in an over irrigated soil at the
beginning. In our system possibility of over irrigation is
avoided by turning the water sprinklers off as soon as the
sensor reading is 100%.
Webpage
Arduino Uno
Analogue value of
moisture content from soil
GSM GPRS
SIM900A modem
Online database for
the webpage
Sensor resistance
values
Moisture content
range (low or high)
Moisture content
value (%)
Graphs
YL-69 soil
moisture sensor
Webpage
Moisture content
range and pump status
Moisture
content (%)
Moisture
content (%)

International Journal of Computer Applications (0975 8887)
Volume 159 No 8, February 2017
10
Figure 5. Graph of Sensor A : Inserted in initially 79%
moist soil
Figure 6. Graph of Sensor B: Inserted in over irrigated
soil
6. CONCLUSION
A system to monitor moisture levels in the soil was designed
and the project provided an opportunity to study the existing
systems, along with their features and drawbacks. The
proposed system can be used to switch on/off the water
sprinkler according to soil moisture levels thereby automating
the process of irrigation which is one of the most time
consuming activities in farming. Agriculture is one of the
most water-consuming activities. The system uses
information from soil moisture sensors to irrigate soil which
helps to prevent over irrigation or under irrigation of soil
thereby avoiding crop damage. The farm owner can monitor
the process online through a website. Through this project it
can be concluded that there can be considerable development
in farming with the use of IOT and automation. Thus, the
system is a potential solution to the problems faced in the
existing manual and cumbersome process of irrigation by
enabling efficient utilization of water resources.
6.1 Further Work
To improve the efficiency and effectiveness of the system, the
following recommendations can be put into consideration.
Option of controlling the water pump can be given to the
farmer i.e. he can switch on/off the pump in order to start/stop
the process of irrigation without being present at the farm.
The farmer may choose to stop the growth of crops or the
crops may get damaged due to adverse weather conditions. In
such cases farmer may need to stop the system remotely. The
idea of using IOT for irrigation can be extended further to
other activities in farming such as cattle management, fire
detection and climate control. This would minimalize human
intervention in farming activities.
7. ACKNOWLEDGEMENT
I would like to thank my guide Prof Sajidha SA who
supported me through the different phases of the project.
Also, I am grateful to VIT University for providing me the
resources which led to successful implementation of the
project.
8. REFERENCES
[1] Dr. Narayan G. Hegde, “Water Scarcity and Security in
India”, BAIF Development ReseachFoundation, Pune.
[2]Marvin T. Batte, “Changing computer use in agriculture:
evidence from Ohio”, Computers and Electronics in
Agriculture, Elsevier science publishers, vol. 47, 113,
2005
[3] Csótó, Magyar, “Information flow in agriculture
through new channels for improved effectiveness”,
Journal of Agricultural Informatics 1 (2), 2534, 2010
[4] Jin Shen, Song Jingling, Han Qiuyan and Yang Yan, “A
Remote Measurement and Control System for
Greenhouse Based on GSM-SMS”, Electronic
Measurement andInstruments, 2007. ICEMI '07. 8th
International Conference
[5] Indu Gautam and S.R.N Reddy, “Innovative GSM based
Remote Controlled Embedded System for Irrigation”,
International Journal of Computer Applications Vol. 47
No.13, June 2012
[6] R.Suresh, S.Gopinath, K.Govindaraju, T.Devika,
N.SuthanthiraVanitha, “GSM based Automated
IrrigationControl using Raingun Irrigation System”,
InternationalJournal of Advanced Research in Computer
and Communication Engineering Vol. 3, Issue 2,
February 2014.
[7] Karan Kansara, Vishal Zaveri, Shreyans Shah, Sandip
Delwadkar, and Kaushal Jani “Sensor based Automated
Irrigation System with IOT: A Technical
Review”,(IJCSIT) International Journal of Computer
Science and Information Technologies, Vol. 6 (6) , 2015,
5331-5333
[8] Sumeet. S. Bedekar, Monoj. A. Mechkul, and Sonali. R.
Deshpande “IoT based Automated Irrigation System”,
IJSRD - International Journal for Scientific Research&
Development| Vol. 3, Issue 04, 2015 | ISSN (online):
2321-0613
[9] K.S.S. Prasad, Nitesh Kumar, Nitish Kumar Sinha and
Palash Kumar Saha “Water-Saving Irrigation System
Based on Automatic Control by Using GSM
Technology”, Middle-East Journal of Scientific Research
12 (12): 1824-1827, 2012ISSN 1990-9233 c IDOSI
Publications, 2012DOI:
10.5829/idosi.mejsr.2012.12.12.1258
[10] Remote Sensing and Control of an Irrigation System
Using a Distributed Wireless Sensor Network by
Yunseop (James) Kim, Member, IEEE, Robert G. Evans,
and William M. Iversen, IEEE Transaction on
Instrumentation and Measurement, VOL.57
[11] Thingspeak : https:// thingspeak.com/
[12] Alexandros Kaloxylos, Robert Eigenmann, Frederick
Teye, Zoi Politopoulou, Sjaak Wolfert, Claudia Shrank,
Markus Dillinger, Ioanna Lampropoulou, Eleni
Antoniou, Liisa Pesonen, Huether Nicole, Floerchinger

International Journal of Computer Applications (0975 8887)
Volume 159 No 8, February 2017
11
Thomas, Nancy Alonistioti, and George Kormentzas,
“Farm management systems and the Future Internet era”,
Elsevier's Computers and Electronics in Agriculture 89
(2012) 130144
[13] Pavithra D.S, M.S.Srinath GSM based Automatic
Irrigation Control System for Efficient Use of Resources
and Crop Planning by Using an Android Mobile
[14] ZHAI Shun, WANG Wei-hong, ZHANG Kan, LI Peng,
IOT SMS alarm system based on SIM900A, School of
Automation Science and Electrical Engineering,Beihang
University,Beijing 100191,China
[15] Pei Suping, Wu Birui, The Soil Moisture Content
Monitoring and Irrigation System Based on IOT, Journal
of Agricultural Mechanization Research, 2013-07
IJCA
TM
: www.ijcaonline.org
Citations
More filters
Journal ArticleDOI
02 Sep 2019-Sensors
TL;DR: A review of near and remote sensor networks in the agriculture domain is presented along with several considerations and challenges and an IoT-based smart solution for crop health monitoring is proposed, which is comprised of two modules.
Abstract: Internet of Things (IoT)-based automation of agricultural events can change the agriculture sector from being static and manual to dynamic and smart, leading to enhanced production with reduced human efforts. Precision Agriculture (PA) along with Wireless Sensor Network (WSN) are the main drivers of automation in the agriculture domain. PA uses specific sensors and software to ensure that the crops receive exactly what they need to optimize productivity and sustainability. PA includes retrieving real data about the conditions of soil, crops and weather from the sensors deployed in the fields. High-resolution images of crops are obtained from satellite or air-borne platforms (manned or unmanned), which are further processed to extract information used to provide future decisions. In this paper, a review of near and remote sensor networks in the agriculture domain is presented along with several considerations and challenges. This survey includes wireless communication technologies, sensors, and wireless nodes used to assess the environmental behaviour, the platforms used to obtain spectral images of crops, the common vegetation indices used to analyse spectral images and applications of WSN in agriculture. As a proof of concept, we present a case study showing how WSN-based PA system can be implemented. We propose an IoT-based smart solution for crop health monitoring, which is comprised of two modules. The first module is a wireless sensor network-based system to monitor real-time crop health status. The second module uses a low altitude remote sensing platform to obtain multi-spectral imagery, which is further processed to classify healthy and unhealthy crops. We also highlight the results obtained using a case study and list the challenges and future directions based on our work.

267 citations


Cites methods from "IOT based Smart Irrigation System"

  • ...In [38], an IoT-based irrigation system was presented using soil moisture sensors controlled by ATMEGA 328P on an Arduino UNO board along with a GPRS module....

    [...]

Journal ArticleDOI
14 Feb 2020-Sensors
TL;DR: A survey aimed at summarizing the current state of the art regarding smart irrigation systems, which determines the parameters that are monitored in irrigation systems regarding water quantity and quality, soil characteristics and weather conditions.
Abstract: Water management is paramount in countries with water scarcity. This also affects agriculture, as a large amount of water is dedicated to that use. The possible consequences of global warming lead to the consideration of creating water adaptation measures to ensure the availability of water for food production and consumption. Thus, studies aimed at saving water usage in the irrigation process have increased over the years. Typical commercial sensors for agriculture irrigation systems are very expensive, making it impossible for smaller farmers to implement this type of system. However, manufacturers are currently offering low-cost sensors that can be connected to nodes to implement affordable systems for irrigation management and agriculture monitoring. Due to the recent advances in IoT and WSN technologies that can be applied in the development of these systems, we present a survey aimed at summarizing the current state of the art regarding smart irrigation systems. We determine the parameters that are monitored in irrigation systems regarding water quantity and quality, soil characteristics and weather conditions. We provide an overview of the most utilized nodes and wireless technologies. Lastly, we will discuss the challenges and the best practices for the implementation of sensor-based irrigation systems.

264 citations

Journal ArticleDOI
C. C. Sobin1
TL;DR: Various architecture and protocols used in IoT systems are surveyed and suitable taxonomies for classifying them are proposed and provided to help future researchers to identify IoT specific challenges and to adopt appropriate technology depending on the application requirements.
Abstract: Internet of Things (IoT) is an emerging paradigm which aims to inter-connect all smart physical devices, so that the devices together can provide smart services to the users. Some of the IoT applications include smart homes, smart cities, smart grids, smart retail, etc. Since IoT systems are built up with heterogeneous hardware and networking technologies, connecting them to the software/application level to extract information from large amounts of data is a complex task. In this paper, we have surveyed various architecture and protocols used in IoT systems and proposed suitable taxonomies for classifying them. We have also discussed the technical challenges, such as security and privacy, interoperability, scalability, and energy efficiency. We have provided an in-depth coverage of recent research works for every mentioned challenge. The objective of this survey is to help future researchers to identify IoT specific challenges and to adopt appropriate technology depending on the application requirements.

132 citations

Journal ArticleDOI
TL;DR: This research focuses on the smart employment of internet of Multimedia sensors in smart farming to optimize the irrigation process and showed that the use of deep learning proves to be superior in the Internet ofmultimedia Things environment.
Abstract: Efficiently managing the irrigation process has become necessary to utilize water stocks due to the lack of water resources worldwide. Parched plant leads into hard breathing process, which would result in yellowing leaves and sprinkles in the soil. In this work, yellowing leaves and sprinkles in the soil have been observed using multimedia sensors to detect the level of plant thirstiness in smart farming. We modified the IoT concepts to draw an inspiration towards the perspective vision of ’Internet of Multimedia Things’ (IoMT). This research focuses on the smart employment of internet of Multimedia sensors in smart farming to optimize the irrigation process. The concepts of image processing work with IOT sensors and machine learning methods to make the irrigation decision. sensors reading have been used as training data set indicating the thirstiness of the plants, and machine learning techniques including the state-of-the-art deep learning were used in the next phase to find the optimal decision. The conducted experiments in this research are promising and could be considered in any smart irrigation system. The experimental results showed that the use of deep learning proves to be superior in the Internet of Multimedia Things environment.

95 citations

Journal ArticleDOI
TL;DR: An IoT based Smart AgroTech system is proposed in the context of urban farming that considers humidity, temperature, and soil moisture as necessary farming parameters and ascertains a feasible Smart AgraTech system that provides advantages to the farming activities in future cities than other conventional methods.

70 citations

References
More filters
Journal ArticleDOI
TL;DR: This work has specified a farm management system that takes advantage of the new characteristics that ''Future Internet'' offers in terms of generic software modules that can be used to build farming related specialized modules.

203 citations

Journal ArticleDOI
TL;DR: In this article, a binomial-probit model was formulated to determine those farm and farmer characteristics that influence farmers' decisions to adopt an office computer, and the model was used to identify those farmer characteristics associated with higher manager evaluations of the computer as a management tool.

90 citations

Journal ArticleDOI
TL;DR: An innovative GSM/Bluetooth based remote controlled embedded system for irrigation that enables users to take advantage of the globally deployed GSM networks with its low SMS service cost to use mobile phones and simple SMS commands to manage their irrigation system is proposed.
Abstract: The greenhouse based modern agriculture industries are the recent requirement in every part of agriculture in India. In this technology, the humidity and temperature of plants are precisely controlled. Due to the variable atmospheric circumstances these conditions sometimes may vary from place to place in large farmhouse, which makes very difficult to maintain the uniformity at all the places in the farmhouse manually. It is observed that for the first time an android phone-control the Irrigation system, which could give the facilities of maintaining uniform environmental conditions are proposed. The Android Software Development Kit provides the tools and Application Programmable Interface necessary to begin developing applications on the Android platform using the Java programming language. Mobile phones have almost become an integral part of human life serving multiple needs of humans. This application makes use of the GPRS (General Packet Radio Service) feature of mobile phone as a solution for irrigation control system. GSM (Global System for Mobile Communication) is used to inform the user about the exact field condition. The information is passed onto the user request in the form of SMS. Drip irrigation is artificial method of supplying water to the roots of the plant. It is also called micro irrigation. In past few years there is a rapid growth in this system. The user communicates with the centralized unit through SMS. The centralized unit communicates with the system through SMS which will be received by the GSM with the help of the SIM card. The GSM sends this data to ARM7which is also continuously receives the data from sensors in some form of codes. After processing, this data is displayed on the LCD. Thus in short whenever the system receives the activation command from the subscriber it checks all the field conditions and gives a detailed feedback to the user and waits for another activation command to start the motor. The motor is controlled by a simple manipulation in the internal structure of the starter. The starter coil is indirectly activated by means of a transistorized relay circuit. When the motor is started, a constant monitoring on soil moisture and water level is done & once the soil moisture is reached to sufficient level the motor is automatically turned off & a massage is send to subscriber that the motor is turned off. The water level indicator indicates three levels low, medium, high and also empty tank. Shen etc. al (2007) introduced a GSM-SMS remote measurement and control system for greenhouse based on PC-based database system connected with base station. Base station is developed by using a microcontroller, GSM module, sensors and actuators. In practical operation, the central station receives and sends messages through GSM module. Criterion value of parameters to be measured in every base station is set by central station, and then in base stations parameters including the air temperature, the air humidity. Indu etc. al (2013) mainly focuses on reviews in the field of remote monitoring and control, the technology used and their potential advantages. The paper proposes an innovative GSM/Bluetooth based remote controlled embedded system for irrigation. The system sets the irrigation time depending on the temperature and humidity reading from sensors and type of crop and can automatically irrigate the field when unattended. Information is exchanged between far end and designed system via SMS on GSM network. A Bluetooth module is also interfaced with the main microcontroller chip which eliminates the SMS charges when the user is within the limited range of few meters to the designated system. The system informs users about many conditions like status of electricity, dry running motor, increased temperature, water content in soil and smoke via SMS on GSM network or by Bluetooth. The GSM based irrigation system (Fig.1) may offer users the flexibility to regulate and control the operations of their irrigation systems with little intervention to reduce runoff from over watering for improvement in crop yield. This enables users to take advantage of the globally deployed GSM networks with its low SMS service cost to use mobile phones and simple SMS commands to manage their irrigation system. It will be possible for users to use SMS to monitor directly the conditions of their farmland, schedule the water

86 citations

Proceedings ArticleDOI
22 Oct 2007
TL;DR: Modularization is adopted in the design of the system hardware; and the software exploitation is realized by embedded operating system, all of which make the system easy to be extended, maintained and transplanted.
Abstract: A remote measurement and control system of large-scale greenhouse was developed based on GSM-SMS. The whole system consists of a central station and base stations. The central station is composed by a PC server along with its application software, the GSM module, and the database system. The base station consists of a microcontroller, sensors, the operation administer, and GSM module. Modularization is adopted in the design of the system hardware; and the software exploitation is realized by embedded operating system, all of which make the system easy to be extended, maintained and transplanted. The remote monitoring system can also realize remote real-time data analyzing and processing.

49 citations


"IOT based Smart Irrigation System" refers methods in this paper

  • ...LITERATURE REVIEW In A Remote Measurement and Control System for Greenhouse Based on GSM-SMS [4] the proposed system introduced a GSM-SMS remote measurement and control system for greenhouse based on PC-based database system connected with base station....

    [...]

  • ...In A Remote Measurement and Control System for Greenhouse Based on GSM-SMS [4] the proposed system introduced a GSM-SMS remote measurement and control system for greenhouse based on PC-based database system connected with base station....

    [...]

  • ...[2]Marvin T. Batte, “Changing computer use in agriculture: evidence from Ohio”, Computers and Electronics in Agriculture, Elsevier science publishers, vol. 47, 1–13, 2005 [3] Csótó, Magyar, “Information flow in agriculture – through new channels for improved effectiveness”, Journal of Agricultural Informatics 1 (2), 25–34, 2010 [4] Jin Shen, Song Jingling, Han Qiuyan and Yang Yan, “A Remote Measurement and Control System for Greenhouse Based on GSM-SMS”, Electronic Measurement andInstruments, 2007....

    [...]

Journal ArticleDOI
TL;DR: In this article, the authors focus on the human factor in information-intensive agriculture, in which information, knowledge, and decision-making farmers are considered as the most important factors.
Abstract: A B S T R A C T Agriculture has undergone significant changes since the industrial revolution. The industrial age and the market economy have moulded agriculture in their image just as much as the characteristics and tools of the information age have recently been transforming its previous operation. Information and communication technology (ICT) take-up in agriculture remains low, and the reasons behind this barely changed in the last 20-30 years. Information technologies are regarded as mediating channels and a vehicle for new services. It is important to research the various aspects of adoption of new information technology, and also not only the use, but the “effective use” of it (Gurstein, 2003). Information-intensive agriculture is fundamentally determined by information, knowledge and the decision-making farmers, in effect the human factor; therefore, studies aimed at the improvement of the situation of agriculture with ICT tools must be centred on the human element.

40 citations


"IOT based Smart Irrigation System" refers background in this paper

  • ...) in order to become more efficient in production and communicating appropriate information [3]....

    [...]