Iot Based Smart System For Enhanced Irrigation in Agriculture
Iot Based Smart System For Enhanced Irrigation in Agriculture
Abstract — Internet of Things (IoT) is an interconnection Implementing IoT in agriculture utilizes sensors and
of devices that can transfer information over the internet and microcontrollers to make use of the system efficiently,
to control operations without human interference. Agriculture
provides a rich source of parameters for data analysis which where sensors have the potential to get a large amount of
helps in better yielding of crops. The usage of IoT devices in field information. By incorporating a distinctive sensor’s
agriculture helps in the modernizing of information and data it is possible to decide on suitability and fertility of the
communication in smart farming. The key parameters that can
soil. IoT helps in providing a better yield of the crop which
be considered for better growth of crops are soil types, soil
moisture), mineral nutrients, temperature, light, oxygen and so improves productivity.
on. Various sensors have been used to sense these parameters To monitor the crop in the agriculture field with
and communicate the same to the cloud. This paper considers a improved productivity it is necessary to know the condition
few of these parameters for data analysis that helps in
proposing the users to take better agricultural decisions using of the soil in the field. IoT helps in monitoring the field from
IoT. The proposed system performed better and is any geographic location whenever necessary. Moisture,
implemented atThingS peak IoT cloud platform. temperature, weather, and soil PH are considered for
Keywords— Internet of Things (IoT), Aurdino Uno, monitoring soil conditions. Global System for Mobile
Wireless Sensor Networks (WSN), Wi-Fi, Cloud Computing. [GSM] technology is used to send the condition of the farm
to the user as discussed in [1]. Automation in agriculture
I. INTRODUCTION helps to adopt new technology by replacing old traditional
IoT is the interconnection of computing gadgets that technology with less human interaction which helps in
communicates the data to the cloud. Data such obtained by increasing the production rate. In [2] the authors have used
IoT is processed to perform necessary actions. The main Arduino Uno with a moisture sensor to measure soil
occupation in developing countries like India is agriculture. moisture; data is updated to the web page using GSM-GPRS
Around 70% of the Indian population is reliant [directly or SIM900A, using which farmers can check the sprinkler
indirectly] upon agriculture. Agriculture contributes 15 to status. It concentrates on maintaining and monitoring the
16% to the country’s GDP [Gross Domestic Product]. soil moisture with an automated watering system. The
Agriculture is affected by numerous temporary changes such system considers three different parameters for better
as climate, soil erosion by flood, growing the same crop productivity in crops. Due to global warming, the water
again and again without scientific farming, etc. Adapting level is reducing so it is difficult in finding the variations in
smart farming gives results like less wastage of water, an soil moisture and fertility where different sensors are used
increase in the quality of crops and reduced usage of with Arduino Uno to measure temperature, humidity, and
resources. This helps to get a good yield of the crop at a moisture content and displayed on the LCD display is
faster rate compared to previous farming methodology. explained in [3]. The work proposed in [4], for the use of
Nowadays agriculture requires various parameters, such as Arduino Uno in the irrigation system by considering water
the crop type suitable for the present soil condition, type of flow sensors, moisture and temperature sensor. Sensed data
irrigation, fertilizer requirement, etc. The soil monitoring is sent to the website. Users can control the pump from a far
system for agriculture is a new system that uses parameters place using the website. It helps to maximize the crop with
such as moisture, temperature, humidity, ground less interaction of human errors. As explained in [5], water
temperature, soil PH, etc. is the primary factor of irrigation it is distributed only when
it is necessary which in turn helps to avoid water wastage
Authorized licensed use limited to: University of New South Wales. Downloaded on August 08,2020 at 12:37:43 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the International Conference on Electronics and Sustainable Communication Systems (ICESC 2020)
IEEE Xplore Part Number: CFP20V66-ART; ISBN: 978-1-7281-4108-4
and soil degradation. Farmers need to know about the probes. Soil conducts more electricity (less resistance) when
parameters such as temperature, moisture, humidity and the presence of moisture content is more in the soil. If soil is
water consumption. Arduino Uno and Sensors are used with dry then it conducts less electricity (more resistance). The
the Wi-Fi module to send the data into the cloud. output of the sensor relies upon electric resistance of dry or
The objectives of smart irrigation system for IoT are: wet soil.
(i) To communicate various parameters of soil sensed
B. DHT11 Sensor:
through the sensors to the cloud using Arduino; (ii) To
apply machine learning to the live data received from the
sensors to classify based on the threshold values; (iii)
Based on the classification take action to send e-mail to
user; (iv) Send e-mail to the user to take appropriate
decision.
explains the proposed methodology and algorithm. Section Fig.3 shows the DHT11 sensor, utilized to gauge the
V gives the results and discussion and Section VI concludes humidity and temperature in the environment. It measures
the paper. the temperature and water vapors present in the surrounding
air which is in gaseous state.
II. IOT DEVICES FOR SMART AGRICULT URE
C. DS18B20 Sensor:
Authorized licensed use limited to: University of New South Wales. Downloaded on August 08,2020 at 12:37:43 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the International Conference on Electronics and Sustainable Communication Systems (ICESC 2020)
IEEE Xplore Part Number: CFP20V66-ART; ISBN: 978-1-7281-4108-4
A. Proposed Algorithm
Nomenclature:
n: Number of data, Sm: Soil Moisture,
Sgt : Soil ground Temperature, M th : Soil Moisture threshold,
Arduino Uno Wi-Fi module YL-38 Sensor GTth : Ground Temperature threshold, DS: Data Store.
Fig. 6: Circuit Design
Authorized licensed use limited to: University of New South Wales. Downloaded on August 08,2020 at 12:37:43 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the International Conference on Electronics and Sustainable Communication Systems (ICESC 2020)
IEEE Xplore Part Number: CFP20V66-ART; ISBN: 978-1-7281-4108-4
70 26 68 25.2
Authorized licensed use limited to: University of New South Wales. Downloaded on August 08,2020 at 12:37:43 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the International Conference on Electronics and Sustainable Communication Systems (ICESC 2020)
IEEE Xplore Part Number: CFP20V66-ART; ISBN: 978-1-7281-4108-4
Fig. 10: Classification using SVM Fig. 13: Smart System for Irrigation in T hingSpeak Cloud
Fig.10 signifies the representation of moisture with Fig. 13 shows the Smart Irrigation System in ThingSpeak
ground temperature data. White dots indicate the values’ cloud where the information for the action to be performed
that are within the threshold value. And green dots represent regarding the data beyond threshold value is being sent
the values above the threshold value. For all data falling through e-mail.
above threshold value decision is taken and an email is sent
to the user.
Fig. 14 shows the e-mail being received by the user for the
Fig. 11: Accuracy of SVM Classifier values classified above the threshold.
Authorized licensed use limited to: University of New South Wales. Downloaded on August 08,2020 at 12:37:43 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the International Conference on Electronics and Sustainable Communication Systems (ICESC 2020)
IEEE Xplore Part Number: CFP20V66-ART; ISBN: 978-1-7281-4108-4
Authorized licensed use limited to: University of New South Wales. Downloaded on August 08,2020 at 12:37:43 UTC from IEEE Xplore. Restrictions apply.