SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3733
Smart Irrigation System And Crop Prediction
Akshay Narwade1, Sumit Nayak2, Ankita Potdar3 , Rajkumar Yadav4,Karuna Borhade
1,2,3,4UG Scholar, Computer Engineering Department, Shah and Anchor Kutchhi Engineering College, Mumbai,
Mumbai University, Maharashtra, India
5Assistant Professor, Computer Engineering Department, Shah and Anchor Kutchhi Engineering College, Mumbai,
Mumbai University, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Agriculture plays the major role in economics
and survival of people in India. Water has been needed ineach
and every field. The purpose of this project is to provide
embedded based system forsoilmonitoringandirrigation,, not
only to reduce the manual monitoring of the field but also to
help save water. The soil is monitored using hygrometer that
is soil moisture sensor and ambient condition near soil is
observed using DHT11 temperature and humidity sensor.
Obtained sensor values are passed to cloud via NodeMCU,
which includes firmware based on ESP8266 Wi-Fi SOC. Based
on the comparison with predefined values, appropriate crop
suitable for the soil is determined and informed to the farmer
via android mobile application. The farmer can cultivate the
suggested crop to ensure increase in production.
1.INTRODUCTION
India’s major source of income isfromagriculturesector and
70% of farmers and general people depend on the
agriculture. In Indian irrigation system the famers choose
mostly manual methods such as drip, terraced, ditch
irrigation system. In order to improve to the crop
productivity there is an urgent need to change manual
method to automation. Also consider the water availability
throughout India it is one of the valuable resources to
protect and save for future needs. Embedded based
automatic irrigation system is suitable for farmers which is
available at low cost and easy to install. This system should
help farmer to provide the water to crop at stringent time
and quantity. Automation irrigation system observes the
moisture sensors and temperature variations around the
crop area that’s gives a precise time to turn the motor ON
and OFF. So Automation avoids human errorsandcheck soil
moisture level.
The Internet of things (IoT) is the extension
of Internet connectivity into physical devices and everyday
objects. Embedded with electronics, Internet connectivity,
and other forms ofhardware (suchas sensors),thesedevices
can communicate and interact with others over theInternet,
and they can be remotely monitored and controlled..[1][2][3][4]
It is a system of interrelated computing devices, mechanical
and digital machines, objects, animals or people that are
provided with unique identifiers ( UIDs ) and the ability to
transfer data over a network without requiring human-to-
human or human-to-computer interaction.
1.1 Objectives
The main objective of Smart Irrigation System and Crop
Prediction is:
 Minimize cost and time of manual monitoring.
 Optimize the irrigation water use.
 Enable growers to take adequate irrigation
actions based upon water availability and crop
needs, which will minimize water usage and
pumping energy.
 Suggest the crops most suitable in accordance
with the surroundings:
1.2 Problem Statement
In the case of traditional irrigation system water saving is
not considered. Since, the water is irrigated directly in the
land, plants under go high stress from variation in soil
moisture, therefore plant appearance is reduced. The
absence of automatic controlling of the system result in
improper water control system. The major reason for these
limitations is the growth of population which is
increasing at a faster rate. At present there is emerging
global water crisis were managing security of water has
become a serious job. This growth can be seen in countries
which have shortage of water resources and are
economically poor, Thus a serious problem in agricultural
area. So we want to Design a Smart Irrigation support
system that operate automatically by sensing moisture
content of the soil and sending the values to a data store
comparing it and returning appropriate information to the
farmers using app.
2. HARDWARE PLATFORM USED
1. Soil Moisture: Precision soil moisture has chosen
shown in which consists two probes that are inserted
in to soil. When the current pass through the probes,
the soil contains low moisture offer a less resistance
and passes high current. That is variable resistance is
the parameter to identify the level of soil moisture
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3734
2. Microcontroller(NodeMCU): entire automation is done
using microcontroller.
3. DHT11(Humidity & Temperature Sensor): used to get
humidity and temperature values from surrroundings.
4.Relay: A relay is an electrically operated switch. Many
relays use an electromagnet to mechanically operate a
switch, but other operating principles are also used, such
as solid-state relays.
5. Water Pump: used to supply water to the field. Various
methods of irrigation can be used to irrigatefieldsuitable for
that particular soil or field.
6. Buzzer: used to give a high pitched voice to indicate
motor switched on
3. SOFTWARE AND LANGUAGES USED
3.1 C++
C++ is a general-purpose programming language that was
developed by Bjarne Stroustrup as an extension of the C
language, or "C with Classes". It has imperative, object-
oriented and generic programming features, while also
providing facilities for low-level memory manipulation.Itis
almost always implemented as a compiled language, and
many vendors provide C++ compilers, including the Free
Software Foundation, Microsoft, Intel, and IBM, so it is
available on many platforms.
3.2 Arduino IDE
The Arduino integrated development environment (IDE) is
a cross-platform application (for Windows, macOS, Linux)
that is written in the programming language Java. It is used
to write and upload programstoArduinocompatibleboards,
but also, with the help of 3rd party cores, other vendor
development boards.[5] User-written code only requirestwo
basic functions, for starting thesketchandthemainprogram
loop, that are compiled and linked with a program
stub main() intoanexecutable cyclicexecutive program with
the GNU tool chain, also includedwiththeIDEdistribution.[6]
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3735
3.3 Android App
Android software development is the process by which new
applications are created for devices running the Android
operating system. Google states that[3] "Android appscan be
written using Kotlin, Java, and C++ languages" using the
Android software development kit(SDK), while using other
languages is also possible. Third party tools, development
environments and language support have also continued to
evolve and expand since the initial SDKwasreleasedin2008
3.4 Firebase
Firebase is considered as web application platform. Ithelps
developers‟ builds high-quality apps. It stores the data
in JavaScript Object Notation (JSON) format which doesn’t
use query for inserting, updating, deleting or adding data to
it. It is the backend of a system that is used as a database for
storing data.
4. ALGORITHM
CROP_SUGGESTION
Step-1. Declare variables to read data from sensors like
temperature, humidity and soil moisture.
Step-2. Declare variables to store crop data conditions.
Step-3. Load crop data that stores necessary crop
conditions for different types of crops.
Step-4. For each crop_dataset _value
if current_sensor_reading = = crop_dataset
_values.
then
{
flag++.
append crop_name to crop_suggestion_string.
}
end for.
Step-5. if flag==0
then display “no crop suggestion”
else
print crops_suggestion_string.
Step-6. Stop.
5.WORKING
The working of this project is basically divided into three
parts:-
1. Sensing Layer
2. Communication Layer
3. User Interface Layer
5.1 Sensing Layer
 NodeMCU as a platform for Sensors and
Actuators.
 Sensors for temperature, moisture and humidity.
Data “Publishers”.
 Actuators triggered automatically for managing
environment.
5.2 Communication Layer
 Firebase
o Mediator
o Realtime Database
5.3 User Interface Layer
 Data Visualization
o Sensor Readings Displayed on Android
App.
o Automatic System.
o Manual Control.
 Monitor
o Android App Notifications
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3736
6.RESULTS
Snapshot of Firebase
Fig -1: Firebase Database Snapshot
7. CONCLUSIONS
Agriculture plays a very important role in the economy of
any country. Smart Irrigation System has been successfully
developed with NodeMCU by connecting it with
temperature, humidity, soil moisture sensor and gas sensor
.By implementing Android interface apps in mobile, a user
can manage and control the irrigation system remotely.
Therefore, the intervention of human and time as well as
water consumption is reduced.
8. FUTURE ENHANCEMENTS
a) Alarm System can be used to alert the Farmer/Land
Owner in case of any Unusual activities on the field : this can
be obtained by having sensors around to monitor the Field
or by installing a live surveillance which can detect unusual
movement by image processing.
b) Installation of a solar panel for providing electricity: As
solar energy is a renewable source and is in abundance, this
can be used to save energy.
c) Providing Different types of Irrigation according to
crops: Not limiting ourselves to onetypeofwateringmethod
but using Drip irrigation, sprinklers etc as different crops
need different type of watering system.
d) Taking weather into account: To be able to control the
irrigation according to the weather such that we can predict
when to water the crops and when not to according to when
the next rainfall would be, this prevents over flooding.
e) Predict fertilizers required: We will be able to predict in
which part of land which particular chemical is missing and
hence provide farmer with detailedanalysishence,hewould
be able to save expenses on fertilizers.
f) Crop fire: Gas sensors like MQ2 can be interfaced with
microcontroller to ensure that any type of fire is take care at
earliest.
ACKNOWLEDGEMENT
We express our sincere thanks to Ms. Karuna Borhade, our
project guide at SAKEC for the technical guidance,
suggestions, motivation, help andfacilitiesprovidedtous for
the successful completion of our work and for monitoring
our progress periodically and solving all our practical
problems during our project work.
Also, we would like to thank our Principal, Dr. Bhavesh Patel
and Prof. Uday Bhave, Head of COMPUTER Department, for
their help and support.
No project is ever complete without the guidelines of these
experts who have already established milestones on this
path before and have become masters of it. So we would like
to take this opportunity to thank all those who have helped
us in implementing this project.
REFERENCES
[1] Brown, Eric ( 13 September 2016). “Who Needs the
Internet of Things? “. Linux.com. Retrieved 23 October
2016
[2] Brown, Eric ( 20 September 2016). “21 Open Source
Projects for IoT “. Linux.com. Retrieved 23 October
2016
[3] “Internet of Things Global Standards Initiative”. ITU.
Retrieved 26 June 2015
[4] Hendricks, Drew. “The Trouble with the Internet Of
Things”. London Datastore. Greater London Authority.
Retrieved 10 August 2015
[5] "Arduino Software Release Notes". Arduino Project.
Retrieved March 26, 2019.
[6] "Updated: ArduinoannouncesFPGAboard,ATmega4809 in
Uno Wi-Fi mk2, cloud-based IDE and IoT
hardware". Electronics Weekly. 2018-05-18.
Retrieved 2018-06-14.

More Related Content

What's hot

IRJET- Cloud based Intelligent Plant Monitoring Device
IRJET- Cloud based Intelligent Plant Monitoring DeviceIRJET- Cloud based Intelligent Plant Monitoring Device
IRJET- Cloud based Intelligent Plant Monitoring Device
IRJET Journal
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
VISHALDWIVEDI27
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
Ayesha Sajjad
 
Smart irrigation system using internet of things
Smart irrigation system using internet of thingsSmart irrigation system using internet of things
Smart irrigation system using internet of things
Basavaraj Galagi
 
Smart automated irrigation system ppt
Smart automated irrigation system pptSmart automated irrigation system ppt
Smart automated irrigation system ppt
AutoNextAutoHub
 
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
IRJET Journal
 
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET Journal
 
Internet of things and wireless sensor networks
Internet of things and wireless sensor networksInternet of things and wireless sensor networks
Internet of things and wireless sensor networks
Ronald Mutezo
 
Io t based smart agriculture
Io t based smart agricultureIo t based smart agriculture
Io t based smart agriculture
Vijay Kumar
 
430178048 project-ppt-pptx
430178048 project-ppt-pptx430178048 project-ppt-pptx
430178048 project-ppt-pptx
Anish Mate
 
IRJET- Greenhouse Monitoring using Raspberry Pi
IRJET- Greenhouse Monitoring using Raspberry PiIRJET- Greenhouse Monitoring using Raspberry Pi
IRJET- Greenhouse Monitoring using Raspberry Pi
IRJET Journal
 
IRJET- Automated Smart Greenhouse Environment using IoT
IRJET- Automated Smart Greenhouse Environment using IoTIRJET- Automated Smart Greenhouse Environment using IoT
IRJET- Automated Smart Greenhouse Environment using IoT
IRJET Journal
 
Smart Garden IOT Project
Smart Garden IOT ProjectSmart Garden IOT Project
Smart Garden IOT Project
Antar975
 
IRJET- Air Pollution Monitporing System with IoT
IRJET- Air Pollution Monitporing System with IoTIRJET- Air Pollution Monitporing System with IoT
IRJET- Air Pollution Monitporing System with IoT
IRJET Journal
 
Iot based smart irrigation system
Iot based smart irrigation systemIot based smart irrigation system
Iot based smart irrigation system
Krishna Vala
 
IRJET- IoT based Real Time Greenhouse Monitoring System using Raspberry Pi
IRJET-  	  IoT based Real Time Greenhouse Monitoring System using Raspberry PiIRJET-  	  IoT based Real Time Greenhouse Monitoring System using Raspberry Pi
IRJET- IoT based Real Time Greenhouse Monitoring System using Raspberry Pi
IRJET Journal
 
Iot based smart farming
Iot based smart farmingIot based smart farming
Iot based smart farming
Mohammad Azhar
 
Smart Irrigation System Using IoT
Smart Irrigation System Using IoTSmart Irrigation System Using IoT
Smart Irrigation System Using IoT
Lokesh Parihar
 
AN AMELIORATED METHODOLOGY FOR THE DESIGN AND IMPLEMENTATION OF HOME AUTOMATI...
AN AMELIORATED METHODOLOGY FOR THE DESIGN AND IMPLEMENTATION OF HOME AUTOMATI...AN AMELIORATED METHODOLOGY FOR THE DESIGN AND IMPLEMENTATION OF HOME AUTOMATI...
AN AMELIORATED METHODOLOGY FOR THE DESIGN AND IMPLEMENTATION OF HOME AUTOMATI...
AM Publications,India
 
IRJET- Smart Green House using IOT and Cloud Computing
IRJET- Smart Green House using IOT and Cloud ComputingIRJET- Smart Green House using IOT and Cloud Computing
IRJET- Smart Green House using IOT and Cloud Computing
IRJET Journal
 

What's hot (20)

IRJET- Cloud based Intelligent Plant Monitoring Device
IRJET- Cloud based Intelligent Plant Monitoring DeviceIRJET- Cloud based Intelligent Plant Monitoring Device
IRJET- Cloud based Intelligent Plant Monitoring Device
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
Smart irrigation system using internet of things
Smart irrigation system using internet of thingsSmart irrigation system using internet of things
Smart irrigation system using internet of things
 
Smart automated irrigation system ppt
Smart automated irrigation system pptSmart automated irrigation system ppt
Smart automated irrigation system ppt
 
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
 
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PI
 
Internet of things and wireless sensor networks
Internet of things and wireless sensor networksInternet of things and wireless sensor networks
Internet of things and wireless sensor networks
 
Io t based smart agriculture
Io t based smart agricultureIo t based smart agriculture
Io t based smart agriculture
 
430178048 project-ppt-pptx
430178048 project-ppt-pptx430178048 project-ppt-pptx
430178048 project-ppt-pptx
 
IRJET- Greenhouse Monitoring using Raspberry Pi
IRJET- Greenhouse Monitoring using Raspberry PiIRJET- Greenhouse Monitoring using Raspberry Pi
IRJET- Greenhouse Monitoring using Raspberry Pi
 
IRJET- Automated Smart Greenhouse Environment using IoT
IRJET- Automated Smart Greenhouse Environment using IoTIRJET- Automated Smart Greenhouse Environment using IoT
IRJET- Automated Smart Greenhouse Environment using IoT
 
Smart Garden IOT Project
Smart Garden IOT ProjectSmart Garden IOT Project
Smart Garden IOT Project
 
IRJET- Air Pollution Monitporing System with IoT
IRJET- Air Pollution Monitporing System with IoTIRJET- Air Pollution Monitporing System with IoT
IRJET- Air Pollution Monitporing System with IoT
 
Iot based smart irrigation system
Iot based smart irrigation systemIot based smart irrigation system
Iot based smart irrigation system
 
IRJET- IoT based Real Time Greenhouse Monitoring System using Raspberry Pi
IRJET-  	  IoT based Real Time Greenhouse Monitoring System using Raspberry PiIRJET-  	  IoT based Real Time Greenhouse Monitoring System using Raspberry Pi
IRJET- IoT based Real Time Greenhouse Monitoring System using Raspberry Pi
 
Iot based smart farming
Iot based smart farmingIot based smart farming
Iot based smart farming
 
Smart Irrigation System Using IoT
Smart Irrigation System Using IoTSmart Irrigation System Using IoT
Smart Irrigation System Using IoT
 
AN AMELIORATED METHODOLOGY FOR THE DESIGN AND IMPLEMENTATION OF HOME AUTOMATI...
AN AMELIORATED METHODOLOGY FOR THE DESIGN AND IMPLEMENTATION OF HOME AUTOMATI...AN AMELIORATED METHODOLOGY FOR THE DESIGN AND IMPLEMENTATION OF HOME AUTOMATI...
AN AMELIORATED METHODOLOGY FOR THE DESIGN AND IMPLEMENTATION OF HOME AUTOMATI...
 
IRJET- Smart Green House using IOT and Cloud Computing
IRJET- Smart Green House using IOT and Cloud ComputingIRJET- Smart Green House using IOT and Cloud Computing
IRJET- Smart Green House using IOT and Cloud Computing
 

Similar to IRJET- Smart Irrigation System and Crop Prediction

IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...
IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...
IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...
IRJET Journal
 
IRJET- Water Management in Agricultural Field using IoT
IRJET- Water Management in Agricultural Field using IoTIRJET- Water Management in Agricultural Field using IoT
IRJET- Water Management in Agricultural Field using IoT
IRJET Journal
 
Next Gen Farming: IoT in Smart Irrigation System
Next Gen Farming: IoT in Smart Irrigation SystemNext Gen Farming: IoT in Smart Irrigation System
Next Gen Farming: IoT in Smart Irrigation System
IRJET Journal
 
IRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET-Intelligent Farms
IRJET-Intelligent Farms
IRJET Journal
 
IRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoTIRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoT
IRJET Journal
 
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
IRJET Journal
 
IOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor ControllerIOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor Controller
IRJET Journal
 
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IRJET Journal
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
IRJET Journal
 
IRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation SystemIRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation System
IRJET Journal
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET Journal
 
IRJET- Review Paper on Agricultural Drought and Crop Failure Data Acquisi...
IRJET-  	  Review Paper on Agricultural Drought and Crop Failure Data Acquisi...IRJET-  	  Review Paper on Agricultural Drought and Crop Failure Data Acquisi...
IRJET- Review Paper on Agricultural Drought and Crop Failure Data Acquisi...
IRJET Journal
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
IRJET Journal
 
A Survey on Solar Based Smart Antibiotic Sprinkler System Using Internet of T...
A Survey on Solar Based Smart Antibiotic Sprinkler System Using Internet of T...A Survey on Solar Based Smart Antibiotic Sprinkler System Using Internet of T...
A Survey on Solar Based Smart Antibiotic Sprinkler System Using Internet of T...
IRJET Journal
 
IRJET - IoT based Mobile App for E-Farming using Decision Support System Irri...
IRJET - IoT based Mobile App for E-Farming using Decision Support System Irri...IRJET - IoT based Mobile App for E-Farming using Decision Support System Irri...
IRJET - IoT based Mobile App for E-Farming using Decision Support System Irri...
IRJET Journal
 
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET Journal
 
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEMIOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IRJET Journal
 
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOTA RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
IRJET Journal
 
IOT AND ARTIFICIAL INTELLIGENCE BASED SMART GARDENING AND IRRIGATION SYSTEM.pdf
IOT AND ARTIFICIAL INTELLIGENCE BASED SMART GARDENING AND IRRIGATION SYSTEM.pdfIOT AND ARTIFICIAL INTELLIGENCE BASED SMART GARDENING AND IRRIGATION SYSTEM.pdf
IOT AND ARTIFICIAL INTELLIGENCE BASED SMART GARDENING AND IRRIGATION SYSTEM.pdf
Samira Akter Tumpa
 
Smart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT ApproachSmart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT Approach
IRJET Journal
 

Similar to IRJET- Smart Irrigation System and Crop Prediction (20)

IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...
IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...
IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...
 
IRJET- Water Management in Agricultural Field using IoT
IRJET- Water Management in Agricultural Field using IoTIRJET- Water Management in Agricultural Field using IoT
IRJET- Water Management in Agricultural Field using IoT
 
Next Gen Farming: IoT in Smart Irrigation System
Next Gen Farming: IoT in Smart Irrigation SystemNext Gen Farming: IoT in Smart Irrigation System
Next Gen Farming: IoT in Smart Irrigation System
 
IRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET-Intelligent Farms
IRJET-Intelligent Farms
 
IRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoTIRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoT
 
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
 
IOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor ControllerIOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor Controller
 
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
 
IRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation SystemIRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation System
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
 
IRJET- Review Paper on Agricultural Drought and Crop Failure Data Acquisi...
IRJET-  	  Review Paper on Agricultural Drought and Crop Failure Data Acquisi...IRJET-  	  Review Paper on Agricultural Drought and Crop Failure Data Acquisi...
IRJET- Review Paper on Agricultural Drought and Crop Failure Data Acquisi...
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
 
A Survey on Solar Based Smart Antibiotic Sprinkler System Using Internet of T...
A Survey on Solar Based Smart Antibiotic Sprinkler System Using Internet of T...A Survey on Solar Based Smart Antibiotic Sprinkler System Using Internet of T...
A Survey on Solar Based Smart Antibiotic Sprinkler System Using Internet of T...
 
IRJET - IoT based Mobile App for E-Farming using Decision Support System Irri...
IRJET - IoT based Mobile App for E-Farming using Decision Support System Irri...IRJET - IoT based Mobile App for E-Farming using Decision Support System Irri...
IRJET - IoT based Mobile App for E-Farming using Decision Support System Irri...
 
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
 
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEMIOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
 
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOTA RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
 
IOT AND ARTIFICIAL INTELLIGENCE BASED SMART GARDENING AND IRRIGATION SYSTEM.pdf
IOT AND ARTIFICIAL INTELLIGENCE BASED SMART GARDENING AND IRRIGATION SYSTEM.pdfIOT AND ARTIFICIAL INTELLIGENCE BASED SMART GARDENING AND IRRIGATION SYSTEM.pdf
IOT AND ARTIFICIAL INTELLIGENCE BASED SMART GARDENING AND IRRIGATION SYSTEM.pdf
 
Smart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT ApproachSmart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT Approach
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 

Recently uploaded (20)

NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 

IRJET- Smart Irrigation System and Crop Prediction

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3733 Smart Irrigation System And Crop Prediction Akshay Narwade1, Sumit Nayak2, Ankita Potdar3 , Rajkumar Yadav4,Karuna Borhade 1,2,3,4UG Scholar, Computer Engineering Department, Shah and Anchor Kutchhi Engineering College, Mumbai, Mumbai University, Maharashtra, India 5Assistant Professor, Computer Engineering Department, Shah and Anchor Kutchhi Engineering College, Mumbai, Mumbai University, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Agriculture plays the major role in economics and survival of people in India. Water has been needed ineach and every field. The purpose of this project is to provide embedded based system forsoilmonitoringandirrigation,, not only to reduce the manual monitoring of the field but also to help save water. The soil is monitored using hygrometer that is soil moisture sensor and ambient condition near soil is observed using DHT11 temperature and humidity sensor. Obtained sensor values are passed to cloud via NodeMCU, which includes firmware based on ESP8266 Wi-Fi SOC. Based on the comparison with predefined values, appropriate crop suitable for the soil is determined and informed to the farmer via android mobile application. The farmer can cultivate the suggested crop to ensure increase in production. 1.INTRODUCTION India’s major source of income isfromagriculturesector and 70% of farmers and general people depend on the agriculture. In Indian irrigation system the famers choose mostly manual methods such as drip, terraced, ditch irrigation system. In order to improve to the crop productivity there is an urgent need to change manual method to automation. Also consider the water availability throughout India it is one of the valuable resources to protect and save for future needs. Embedded based automatic irrigation system is suitable for farmers which is available at low cost and easy to install. This system should help farmer to provide the water to crop at stringent time and quantity. Automation irrigation system observes the moisture sensors and temperature variations around the crop area that’s gives a precise time to turn the motor ON and OFF. So Automation avoids human errorsandcheck soil moisture level. The Internet of things (IoT) is the extension of Internet connectivity into physical devices and everyday objects. Embedded with electronics, Internet connectivity, and other forms ofhardware (suchas sensors),thesedevices can communicate and interact with others over theInternet, and they can be remotely monitored and controlled..[1][2][3][4] It is a system of interrelated computing devices, mechanical and digital machines, objects, animals or people that are provided with unique identifiers ( UIDs ) and the ability to transfer data over a network without requiring human-to- human or human-to-computer interaction. 1.1 Objectives The main objective of Smart Irrigation System and Crop Prediction is:  Minimize cost and time of manual monitoring.  Optimize the irrigation water use.  Enable growers to take adequate irrigation actions based upon water availability and crop needs, which will minimize water usage and pumping energy.  Suggest the crops most suitable in accordance with the surroundings: 1.2 Problem Statement In the case of traditional irrigation system water saving is not considered. Since, the water is irrigated directly in the land, plants under go high stress from variation in soil moisture, therefore plant appearance is reduced. The absence of automatic controlling of the system result in improper water control system. The major reason for these limitations is the growth of population which is increasing at a faster rate. At present there is emerging global water crisis were managing security of water has become a serious job. This growth can be seen in countries which have shortage of water resources and are economically poor, Thus a serious problem in agricultural area. So we want to Design a Smart Irrigation support system that operate automatically by sensing moisture content of the soil and sending the values to a data store comparing it and returning appropriate information to the farmers using app. 2. HARDWARE PLATFORM USED 1. Soil Moisture: Precision soil moisture has chosen shown in which consists two probes that are inserted in to soil. When the current pass through the probes, the soil contains low moisture offer a less resistance and passes high current. That is variable resistance is the parameter to identify the level of soil moisture
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3734 2. Microcontroller(NodeMCU): entire automation is done using microcontroller. 3. DHT11(Humidity & Temperature Sensor): used to get humidity and temperature values from surrroundings. 4.Relay: A relay is an electrically operated switch. Many relays use an electromagnet to mechanically operate a switch, but other operating principles are also used, such as solid-state relays. 5. Water Pump: used to supply water to the field. Various methods of irrigation can be used to irrigatefieldsuitable for that particular soil or field. 6. Buzzer: used to give a high pitched voice to indicate motor switched on 3. SOFTWARE AND LANGUAGES USED 3.1 C++ C++ is a general-purpose programming language that was developed by Bjarne Stroustrup as an extension of the C language, or "C with Classes". It has imperative, object- oriented and generic programming features, while also providing facilities for low-level memory manipulation.Itis almost always implemented as a compiled language, and many vendors provide C++ compilers, including the Free Software Foundation, Microsoft, Intel, and IBM, so it is available on many platforms. 3.2 Arduino IDE The Arduino integrated development environment (IDE) is a cross-platform application (for Windows, macOS, Linux) that is written in the programming language Java. It is used to write and upload programstoArduinocompatibleboards, but also, with the help of 3rd party cores, other vendor development boards.[5] User-written code only requirestwo basic functions, for starting thesketchandthemainprogram loop, that are compiled and linked with a program stub main() intoanexecutable cyclicexecutive program with the GNU tool chain, also includedwiththeIDEdistribution.[6]
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3735 3.3 Android App Android software development is the process by which new applications are created for devices running the Android operating system. Google states that[3] "Android appscan be written using Kotlin, Java, and C++ languages" using the Android software development kit(SDK), while using other languages is also possible. Third party tools, development environments and language support have also continued to evolve and expand since the initial SDKwasreleasedin2008 3.4 Firebase Firebase is considered as web application platform. Ithelps developers‟ builds high-quality apps. It stores the data in JavaScript Object Notation (JSON) format which doesn’t use query for inserting, updating, deleting or adding data to it. It is the backend of a system that is used as a database for storing data. 4. ALGORITHM CROP_SUGGESTION Step-1. Declare variables to read data from sensors like temperature, humidity and soil moisture. Step-2. Declare variables to store crop data conditions. Step-3. Load crop data that stores necessary crop conditions for different types of crops. Step-4. For each crop_dataset _value if current_sensor_reading = = crop_dataset _values. then { flag++. append crop_name to crop_suggestion_string. } end for. Step-5. if flag==0 then display “no crop suggestion” else print crops_suggestion_string. Step-6. Stop. 5.WORKING The working of this project is basically divided into three parts:- 1. Sensing Layer 2. Communication Layer 3. User Interface Layer 5.1 Sensing Layer  NodeMCU as a platform for Sensors and Actuators.  Sensors for temperature, moisture and humidity. Data “Publishers”.  Actuators triggered automatically for managing environment. 5.2 Communication Layer  Firebase o Mediator o Realtime Database 5.3 User Interface Layer  Data Visualization o Sensor Readings Displayed on Android App. o Automatic System. o Manual Control.  Monitor o Android App Notifications
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3736 6.RESULTS Snapshot of Firebase Fig -1: Firebase Database Snapshot 7. CONCLUSIONS Agriculture plays a very important role in the economy of any country. Smart Irrigation System has been successfully developed with NodeMCU by connecting it with temperature, humidity, soil moisture sensor and gas sensor .By implementing Android interface apps in mobile, a user can manage and control the irrigation system remotely. Therefore, the intervention of human and time as well as water consumption is reduced. 8. FUTURE ENHANCEMENTS a) Alarm System can be used to alert the Farmer/Land Owner in case of any Unusual activities on the field : this can be obtained by having sensors around to monitor the Field or by installing a live surveillance which can detect unusual movement by image processing. b) Installation of a solar panel for providing electricity: As solar energy is a renewable source and is in abundance, this can be used to save energy. c) Providing Different types of Irrigation according to crops: Not limiting ourselves to onetypeofwateringmethod but using Drip irrigation, sprinklers etc as different crops need different type of watering system. d) Taking weather into account: To be able to control the irrigation according to the weather such that we can predict when to water the crops and when not to according to when the next rainfall would be, this prevents over flooding. e) Predict fertilizers required: We will be able to predict in which part of land which particular chemical is missing and hence provide farmer with detailedanalysishence,hewould be able to save expenses on fertilizers. f) Crop fire: Gas sensors like MQ2 can be interfaced with microcontroller to ensure that any type of fire is take care at earliest. ACKNOWLEDGEMENT We express our sincere thanks to Ms. Karuna Borhade, our project guide at SAKEC for the technical guidance, suggestions, motivation, help andfacilitiesprovidedtous for the successful completion of our work and for monitoring our progress periodically and solving all our practical problems during our project work. Also, we would like to thank our Principal, Dr. Bhavesh Patel and Prof. Uday Bhave, Head of COMPUTER Department, for their help and support. No project is ever complete without the guidelines of these experts who have already established milestones on this path before and have become masters of it. So we would like to take this opportunity to thank all those who have helped us in implementing this project. REFERENCES [1] Brown, Eric ( 13 September 2016). “Who Needs the Internet of Things? “. Linux.com. Retrieved 23 October 2016 [2] Brown, Eric ( 20 September 2016). “21 Open Source Projects for IoT “. Linux.com. Retrieved 23 October 2016 [3] “Internet of Things Global Standards Initiative”. ITU. Retrieved 26 June 2015 [4] Hendricks, Drew. “The Trouble with the Internet Of Things”. London Datastore. Greater London Authority. Retrieved 10 August 2015 [5] "Arduino Software Release Notes". Arduino Project. Retrieved March 26, 2019. [6] "Updated: ArduinoannouncesFPGAboard,ATmega4809 in Uno Wi-Fi mk2, cloud-based IDE and IoT hardware". Electronics Weekly. 2018-05-18. Retrieved 2018-06-14.