Neuro-OPS-79 IoT Based Smart Irrigation System Using Arduino
Neuro-OPS-79 IoT Based Smart Irrigation System Using Arduino
NQ10314
Rimmi Chaudhary et al/IoT Based Smart Irrigation System Using Arduino
Computer Science and Applications, ShardaSchool of Engineering and Technology, Sharda University,
Greater Noida, India
1
[email protected], [email protected], [email protected],
3
5
[email protected]
2
Computer Science and Engineering, Sharda School of Engineering and Technology, Sharda
University, Greater Noida, India
2
[email protected]
Abstract-
Every nation has practiced agriculture, which is regarded as both a science and an art of plant
cultivation. Agribusiness must also adapt to the times and keep up with new technologies in today's
world. Sensors that are connected to the Internet of Things (IoT) are used to collect the data
necessary to comprehend agricultural lands in smart agriculture. IoT's essential advantage is the 3172
capacity to watch out for Using remote sensor networks for farming, which gather data from
numerous sensors set at different areas and send it by means of remote convention. In smart
agriculture, the IoT system is powered by the Arduino. It includes a DC motor, moisture, humidity,
and temperature. The humidity and moisture content are first measured by the system. The system
automatically begins watering when the water level falls below a predetermined range thanks to the
sensors. Temperature fluctuations affect how the sensor works. Along with the date and time, IoT
also displays information about humidity and moisture level. Altering the temperature based on the
crops grown is another option.
Keywords- Arduino, Internet of Things, Temperature, Humidity, Sensors, Soil Moisture, Irrigation
DOINumber:10.48047/nq.2022.20.22.NQ10314 NeuroQuantology2022;20(22):3172-3178
1.INTRODUCTION including those for light, humidity,
In India, agriculture is one of the main temperature, and soil moisture A system is
employment opportunities. Agribusiness is designed to track the agricultural field in IoT-
essential for human survival. Population based smart farming. Farmers can monitor
growth is inversely correlated with the status of their farms from anywhere. IoT-
agricultural output growth. In essence, the powered smart farming is far more efficient
amount of food that can be grown depends than traditional farming. The Arduino and
on the seasons and whether or not there is DHT11 Sensor are used in the suggested
enough water available. It is possible to solve Internet of Things-based water supply. It will
problems and improve agricultural outcomes transmit data to the ThingSpeak server in
with an IoT-based smart agriculture system. order to monitor the state of land and
Frameworks for local and global agricultural automatically water the plants based on the
checking are designed to provide up-to-date moisture level of the soil [1].
knowledge on food production. Sensors,
eISSN1303-5150 www.neuroquantology.com
NEUROQUANTOLOGY | DECEMBER 2022 | VOLUME 20 | ISSUE 22 |PAGE 3172-3178|DOI: 10.48047/NQ.2022.20.22.NQ10314
Rimmi Chaudhary et al/IoT Based Smart Irrigation System Using Arduino
Autonomous irrigation systems are now the user using an application that provides a
possible thanks to the development of WSN web interface [1].
and IoT technologies, as well as recent Smart agricultural monitoring systems employ
advancements in agricultural irrigation system the manual technique, which is one of the
sensors. The system will recognise the factors most traditional approaches in agriculture [4],
that irrigation systems measure, such as to validate the parameters. The reading is
water amount and quality, soil properties, independently calculated and every
weather conditions, and fertiliser application parameter is checked by farmers using this
[2]. Also, it will give a rundown of the wireless procedure.
technologies and nodes that are most The system focuses on developing equipment
typically used for the installation of Wireless and tools to manage, analyse, and notify users
sensor network and IoT-based smart irrigation by leveraging the benefits of a wireless sensor
systems. system [1]. With the use of automated
processes and Internet of Things (IoT)
2. LITERATURE SURVEY technology, agriculture is intended to be
In an IOT based crop Prediction and Irrigation transformed. Using cloud computing systems,
Automation System, the process of which are used at the system's final end, it is
monitoring a crop field is described. A system possible to construct a whole computer
is built with the use of sensors, and the system that includes detectors and tools for 3173
irrigation system is autonomous depending on viewing data from crop land [5]. It provides a
a server's choice made using data collected novel smart farming method by wirelessly
from the sensors. The detected data is connecting a smart sensor system and a smart
wirelessly transferred to a database on a web irrigation system[6].
server [3]. When irrigation is mechanized, This system has an inexpensive installation
moisture and temperature fields are reduced fee. In this case, the agricultural system may
to levels below their potential. The system be accessed and controlled via a laptop,
may be monitored and controlled remotely by smartphone, or computer [7].
Fig. 1. Depicts the block diagram of the proposed model.
eISSN1303-5150 www.neuroquantology.com
NEUROQUANTOLOGY | DECEMBER 2022 | VOLUME 20 | ISSUE 22 |PAGE 3172-3178|DOI: 10.48047/NQ.2022.20.22.NQ10314
Rimmi Chaudhary et al/IoT Based Smart Irrigation System Using Arduino
3. REQUIRED MODULES
3.1. Arduino UNO
The Arduino Uno R3 microcontroller board, which is based on the Atmega328, is shown in Figure 2.
It contains 6 analogue inputs, a 16 MHz crystal oscillator, 14 digital input/output pins, a USB port, a
power connector, an ICSP header, and a reset button [6].
Fig.2.Arduino UNO
3.2. Soil Moisture Sensor the soil's moisture content, this sensor also
Fig. 3. depicts a soil moisture sensor that is informs the user to water their plants [1]. It
used to measure the humidity level in the finds extensive usage in gardening for
sand. When the sensor determines a lack of medicinal purposes as well as irrigation in
water in the field, the module's output is high; agriculture.
otherwise, it is low [8]. Along with measuring
3174
Fig. 5.Relay
eISSN1303-5150 www.neuroquantology.com
NEUROQUANTOLOGY | DECEMBER 2022 | VOLUME 20 | ISSUE 22 |PAGE 3172-3178|DOI: 10.48047/NQ.2022.20.22.NQ10314
Rimmi Chaudhary et al/IoT Based Smart Irrigation System Using Arduino
Fig. 8.Resistor
3.8. Arduino IDE the sketch formed in the Arduino IDE
To create and find the attached to Arduino programme. The.ino file extension is used to
boards, open-source software known as the store the sketch.
Arduino IDE is used. The IDE programme 4. OPERATION
works with Windows, Mac OS X, and Linux The smart agriculture system is able to
among other operating systems. C and C++ monitor crops which is tested under various
are assisted languages. The term used here is conditions. Under all climatic conditions, the
Integrated Development Environment. soil is tested with a soil moisture sensor, and
In the Arduino IDE, sketching is a term used to the results are correctly construed. Under
describe programming or coding. We must various weather conditions, measurements of
attach the Arduino and Genuino boards to the the humidity output are begun taking and
windows machine the IDE in order to upload updated.
eISSN1303-5150 www.neuroquantology.com
NEUROQUANTOLOGY | DECEMBER 2022 | VOLUME 20 | ISSUE 22 |PAGE 3172-3178|DOI: 10.48047/NQ.2022.20.22.NQ10314
Rimmi Chaudhary et al/IoT Based Smart Irrigation System Using Arduino
eISSN1303-5150 www.neuroquantology.com
NEUROQUANTOLOGY | DECEMBER 2022 | VOLUME 20 | ISSUE 22 |PAGE 3172-3178|DOI: 10.48047/NQ.2022.20.22.NQ10314
Rimmi Chaudhary et al/IoT Based Smart Irrigation System Using Arduino
eISSN1303-5150 www.neuroquantology.com
NEUROQUANTOLOGY | DECEMBER 2022 | VOLUME 20 | ISSUE 22 |PAGE 3172-3178|DOI: 10.48047/NQ.2022.20.22.NQ10314
Rimmi Chaudhary et al/IoT Based Smart Irrigation System Using Arduino
eISSN1303-5150 www.neuroquantology.com