SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1020
INTERNET OF THINGS (IoT) APPLICATION FOR DETERMINATION OF
SOIL MOISTURE CONTENT TO OPTIMIZE CROP PRODUCTION
Ujjwal Khanna1, Jasmeen Kaur Ahluwalia2
1, 2 B. Tech Student, Dept. of CSE,Amity University, NOIDA, Uttar Pradesh, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This paper proposes a technique for extensively
aiding the agriculture industry by designing a system for
detecting the low soil moisture levels in plants. Using this
system, the farmer will be duly notified about the water levels
of his/her plant while sitting in any part of the world. This will
indeed prevent crop failures due to insufficient water supplies
to plants and thus will act as a boon for our nation. This
system is indeed one of the most feasible projects in terms of
cost effectiveness and efficiency. The system detects the water
levels with an accuracy of almost 99 percent. Moreover each
and every component used in thissystemisextremelyportable,
sturdy, readily available and within budget, especially when
implemented on a larger scale. Similar work to try and reduce
crop failures due to insufficiencies has been reported in where
the paper aims at giving Automation solutions for detection
and characterization of Nitrogen (N)deficiencies incornfields
and also where the problem of monitoring soil moisture
evolution using a wireless network is considered. The main
contribution of this paper is to propose a technique to detect
the low moisture levels in plants and automatically water
them using the motor attached to the system
Key Words: Internet of things, soil moisture, Agriculture,
Microcontroller, CloudMQTT platform
1. INTRODUCTION
The Agriculture industry is oneofthemajorindustriesofany
nation. It plays a vital role in the economy as well. Farmers
face a wide range of problems some of which include
extensive crop failures due to rough weather conditions or
sheer negligence as well. Many a times it is hard totell which
plant is not sufficiently being watered and this is one of the
leading causes of crop failures.
Although some works related to soil moisture level sensing
have been proposed before, this paper aims at particularly
creating a system which would not only detect low soil
moisture levels in plants but would also automaticallywater
them when the moisture levels are below a threshhold level.
The Internet of Things (IoT) is playing vital role in present
world specially, the Internet of Things (IoT) is transforming
the agriculture industry and enabling farmers to contend
with the enormous challenges they face.
New innovative IoT applicationsareaddressingtheseissues
and increasing the quality, quantity, sustainability and cost
effectiveness of agricultural production. Now largeandlocal
farms can be remotely monitored with monitor sensors that
can detect soil moisture, crop growth and livestock feed
levels, remotely manage and control their smart connected
harvesters and irrigation equipment, and utilize artificial
intelligence based analytics to quickly analyze operational
data combined with 3rd party information, such as weather
services, to provide new insights and improve decision
making using Internet of Thing(IoT) .
The ESP-8266 WiFi enabled module with NodeMCU
firmware installed on it is used in this system along with a
motor attached to the ESP8266 chip to water the plants
accordingly. The coding script used is .lua. The basicconcept
used is that of IoT i.e. The Internet of Things.
This paper elaborates about the components used in the
making of this system, explains the step-by-step procedure
of how the system was set up and provides the experimental
observations and results with conclusions.
2. COMPONENTS USED
This system involves 3 main categoriesofmodulestobeused
namely:
2.1 Microcontroller- ESP8266 Development board
comprising of ESP8266 WiFi enabled chip
The ESP8266 chip was produced by Chinese Manufacturer-
Espressif. It isa very low costWiFichipwithfullTCP/IPstack
and microcontroller capabilities. (3) The chip can easily be
integrated with sensors (through its GPIO pins) due to its
powerful processing speed and storage.(4) This chip has
minimal external components and is also very small in size
which makes it ideal for our system in terms of portability
and cost effectiveness.
2.2 Cloud- CloudMQTT platform
MQTT refers to Message Queuing Telemetry Transport.
CloudMQTT isonesuchplatformwhichprovidesmachine-to-
machine messaging. It is manages by message servers in the
cloud(5). In our system we have used the CloudMQTT
platform for communicating the soil moisture level readings
of plants from the system to various devices that the user (in
this case farmer) uses. These devices could be smartphones,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1021
computers or any other low cost devices having atleast the
capability to connect to the internet.
2.3 ESPlorer IDE
ESPlorer is an Integrated Development Environment (IDE)
that is essential forany developermakinguseoftheESP8266
chip. This IDE helps us to succesfully transfer our .lua script
code onto the chip.
2.4. NodeMCU firmware
This firmware is an open source IoT platform. It includes
firmware that runs on the ESP8266 WiFichip. This firmware
makes use of the lua scripting language. In our system, the
code will be sent to the ESP8266 chip only when this
firmware is successfully flashed onto the ESP8266 chip.
2.5. A relay motor
This motor will be used to provide water to the plants
whenever the moisture levels reach below the threshold.
2.6. Device- PC/Smartphone/Tablet etc
The device could be any, provided it can make use of the
internet. This device will be accessed by the user/farmer to
get a notification of the plant moisture levels.
Figure 1 shows the Block diagram of Smart Farm Monitoring
System.
Fig-1: Block diagram of Smart Farm Monitoring System
3. METHODOLOGY PROPOSED
The steps that will be used in succefully making all circuit
connections and transferring the code onto the system are
briefly explained as follows:
1. The connection are extremely simple and are made as
shown in the circuit below
2. The NodeMCU firmware has to be installed onto the chip
while plugging in the GPIO pin to the negative voltage.
3. GPIO pin is removed from the negative voltage and the
program code written in lua script is sent onto the ESP8266
chip via the ESPlorer IDE.
4. One GPIO pin is connected to the soil sensor. The other
GPIO pin shall be connected to the motor, which will beused
to provide water to the plants from a small reservoir.
5. Set up the cloud MQTT server (www.cloudmqtt.com) and
create an instance, which will send our moisture level data
onto the cloud. This can be received on the user’s devices
and hence they shall be aware of the moisture levels in their
plants sitting in any part of the world.
6. On reaching a level below the threshold the motor would
automatically be switched on and the plants would get
watered. On reaching the thresholdmoisturelevel themotor
would be turned off.
Circuit connections are shown in Figure 2.
Fig-2: show the circuit connections
4. OBSERVATIONS AND RESULTS
The soil sensor measures the values based on the resistance
of the soil. The soil moisture level values vary between0and
1024, 0 being extremelymoist(inideal conditions)and1024
being extremely dry (ideal condition). These numbers are
digitized voltages where 0=0V and 1024=5V. Thesoil sensor
system was placed in a large number of plants having dry,
moderately moist, and extremely moist soils. The ranges of
values of the soil sensor are shown in Figure 3.Tabe1shows
the ranges of soil moisture sensor during the experiment.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1022
Fig-3: Ranges of values of the soil sensor are shown
Table -1: Ranges of soil moisture sensor during the
experiment
TYPE OF SOIL
READING RANGE BY SOIL
MOISTURE SENSOR
Dry soil sample 948-952
Moderately moist soil
sample
607- 610
Very humid soil
sample
258-261
The soils sensor is approximately 95 percent accurate. Even
the slightest changes in the water level were easily reflected
in the readings of the sensor.
The threshold value for the motor to be switched on can be
set depending on the needs of the respectiveplant.Forplants
having high water needs the threshold value should be 350-
400 units and for plants not requiring too much water the
threshold valuecouldbeincreasedto450-500digitizedunits.
5. CONCLUSIONS
This paper successfully gives a technique for helping the
farmers by creating a system for detecting low soil moisture
levels in plantsandautomaticallywateringthem.Thissystem
makes use of the concept of Internet Of Things (IoT) and the
MQTT protocol. The accuracy of the proposed system is
almost 95 percent and can be a huge boon for the agriculture
industry when implemented on a large scale.
ACKNOWLEDGEMENT
The authors are highly obliged to Mr. Jatindera Arora of
DUPONT, Gururram, Harayana and his team for completing
this project.
REFERENCES
[1] Xiaojing, Z., Yuangua, L., Zigbee implementation in
intelligent agriculture based on internet of things,
College of Electronics Information and engineering,
Qiongzhou University, China, 2012 M. Young, The
Technical Writer’s Handbook. Mill Valley,CA:University
Science, 1989.
[2] Adinarayana, J., Huh , E., Wan, Y and Kiura, T., Becoming
technological advanced - IOT applications in smart
agriculture K. Elissa, “Title of paper if known,”
unpublished.
[3] Agarwal, R. and Karahanna, E. Time flies when you're
having fun:Cognitive absorption and beliefs about
information technology usage,MISQuarterly,vol.24,no.
4, pp. 665-694, 2000.
[4] AgriSETA, Sector Analysis agriculture, Department of
Higher Education and Training, South Africa, 2010.
[5] S. R. Nandurkar, V. R. Thool, R. C. Thool, “Design and
Development of Precision Agriculture System Using
Wireless Sensor Network”, IEEE International
Conference on Automation,Control,EnergyandSystems
(ACES), 2014.
[6] S. R. Nandurkar, V. R. Thool, R. C. Thool, “Design and
Development of Precision Agriculture System Using
Wireless Sensor Network”, IEEE International
Conference on Automation,Control,EnergyandSystems
(ACES), 2014.
[7] JoaquínGutiérrez, JuanFranciscoVilla-Medina,Alejandra
Nieto-Garibay, and Miguel Ángel Porta-Gándara,
“Automated Irrigation System Using a Wireless Sensor
Network and GPRS Module”,IEEE TRANSACTIONS
INSTRUMENTATION AND MEASUREMENT, 0018-
9456,2013
[8] Dr. V .Vidya Devi,G. Meena Kumari, “Real- Time
Automation and Monitoring System for Modernized
Agriculture” ,International Journal of Review and
Research inAppliedSciences andEngineering(IJRRASE)
Vol3 No.1. PP 7-12, 2013
[9] Y. Kim, R. Evans and W. Iversen, “Remote Sensing and
Control of an Irrigation System Using a Distributed
Wireless Sensor Network”, IEEE Transactions on
Instrumentation and Measurement, pp. 1379–1387,
2008.
[10] Aqueel-ur-Rehman,AbuZafarAbbasi,NomanIslam,
Zubair Ahmed Shaikh, “A review of wireless sensor and
networks applications in agriculture”, Computer
Standards & Interfaces 36(2014) 263-270.
[11] Sally Jo Cunningham, Geoffrey Holmes, “Developing
innovative applications in agriculture using data
mining”, SEARCC’99 conference proceedings.
[12] http://ieeexplore.ieee.org/document/7354309/
[13] http://ieeexplore.ieee.org/document/5559319/
[14] https://en.wikipedia.org/wiki/ESP8266
[15] https://www.rhydolabz.com/wiki/?p=10872
[16] https://www.cloudmqtt.com/docs.html
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1023
BIOGRAPHIES
Ujjwal Khanna is currently pursuing his
B.Tech in Computer Science and
Engineering from Amity University
Noida.Passionate about IoT and has done
internship with E.I. DuPont India Pvt. Ltd.
on IoT for two consecutive years in the
years 2016 and 2017.
Jasmeen Kaur Ahluwalia is currently
pursuing her B.Tech in Computer Science
and Engineering from Amity University
Noida. She has also done internship with
E.I. DuPont India Pvt. Ltd. on IoT two years
in a row in 2016 and 2017.

More Related Content

What's hot

Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoTIRJET Journal
 
IRJET- Arduino Based Baby Incubator using GSM Technology
IRJET- Arduino Based Baby Incubator using GSM TechnologyIRJET- Arduino Based Baby Incubator using GSM Technology
IRJET- Arduino Based Baby Incubator using GSM TechnologyIRJET Journal
 
IRJET- Arduino Based Child Tracking System Using GPS and GSM
IRJET-  	  Arduino Based Child Tracking System Using GPS and GSMIRJET-  	  Arduino Based Child Tracking System Using GPS and GSM
IRJET- Arduino Based Child Tracking System Using GPS and GSMIRJET Journal
 
IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)IRJET Journal
 
IRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLCIRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLCIRJET Journal
 
Artificial Intelligence in Power Saving & Games
Artificial Intelligence in Power Saving & GamesArtificial Intelligence in Power Saving & Games
Artificial Intelligence in Power Saving & GamesIRJET Journal
 
IRJET- Identification of Sources of Pollution & Designing of Effective Domest...
IRJET- Identification of Sources of Pollution & Designing of Effective Domest...IRJET- Identification of Sources of Pollution & Designing of Effective Domest...
IRJET- Identification of Sources of Pollution & Designing of Effective Domest...IRJET Journal
 
IRJET- Design and Fabrication of Manually Operated Seed Sowing Machine
IRJET- Design and Fabrication of Manually Operated Seed Sowing MachineIRJET- Design and Fabrication of Manually Operated Seed Sowing Machine
IRJET- Design and Fabrication of Manually Operated Seed Sowing MachineIRJET Journal
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-EIRJET Journal
 
IRJET- Motion Based Message Conveyor for Physically Disabled People
IRJET-  	  Motion Based Message Conveyor for Physically Disabled PeopleIRJET-  	  Motion Based Message Conveyor for Physically Disabled People
IRJET- Motion Based Message Conveyor for Physically Disabled PeopleIRJET Journal
 
IRJET- Vendor Management System using Machine Learning
IRJET-  	  Vendor Management System using Machine LearningIRJET-  	  Vendor Management System using Machine Learning
IRJET- Vendor Management System using Machine LearningIRJET Journal
 
A Comparative Study of Different types of Models in Software Development Life...
A Comparative Study of Different types of Models in Software Development Life...A Comparative Study of Different types of Models in Software Development Life...
A Comparative Study of Different types of Models in Software Development Life...IRJET Journal
 
IRJET- Patient Health Monitoring using IoT with Machine Learning
IRJET- Patient Health Monitoring using IoT with Machine LearningIRJET- Patient Health Monitoring using IoT with Machine Learning
IRJET- Patient Health Monitoring using IoT with Machine LearningIRJET Journal
 
IRJET- Research Paper on Inventory Management System
IRJET-  	  Research Paper on Inventory Management SystemIRJET-  	  Research Paper on Inventory Management System
IRJET- Research Paper on Inventory Management SystemIRJET Journal
 
Visual Product Identification For Blind Peoples
Visual Product Identification For Blind PeoplesVisual Product Identification For Blind Peoples
Visual Product Identification For Blind PeoplesIRJET Journal
 
IRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET Journal
 
Crowd management system
Crowd management systemCrowd management system
Crowd management systemMumbaikar Le
 
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image ProcessingIRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image ProcessingIRJET Journal
 
IRJET- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET Journal
 

What's hot (20)

Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
 
IRJET- Arduino Based Baby Incubator using GSM Technology
IRJET- Arduino Based Baby Incubator using GSM TechnologyIRJET- Arduino Based Baby Incubator using GSM Technology
IRJET- Arduino Based Baby Incubator using GSM Technology
 
IRJET- Arduino Based Child Tracking System Using GPS and GSM
IRJET-  	  Arduino Based Child Tracking System Using GPS and GSMIRJET-  	  Arduino Based Child Tracking System Using GPS and GSM
IRJET- Arduino Based Child Tracking System Using GPS and GSM
 
IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)
 
IRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLCIRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLC
 
Solar Cold Storage
Solar Cold StorageSolar Cold Storage
Solar Cold Storage
 
Artificial Intelligence in Power Saving & Games
Artificial Intelligence in Power Saving & GamesArtificial Intelligence in Power Saving & Games
Artificial Intelligence in Power Saving & Games
 
IRJET- Identification of Sources of Pollution & Designing of Effective Domest...
IRJET- Identification of Sources of Pollution & Designing of Effective Domest...IRJET- Identification of Sources of Pollution & Designing of Effective Domest...
IRJET- Identification of Sources of Pollution & Designing of Effective Domest...
 
IRJET- Design and Fabrication of Manually Operated Seed Sowing Machine
IRJET- Design and Fabrication of Manually Operated Seed Sowing MachineIRJET- Design and Fabrication of Manually Operated Seed Sowing Machine
IRJET- Design and Fabrication of Manually Operated Seed Sowing Machine
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-E
 
IRJET- Motion Based Message Conveyor for Physically Disabled People
IRJET-  	  Motion Based Message Conveyor for Physically Disabled PeopleIRJET-  	  Motion Based Message Conveyor for Physically Disabled People
IRJET- Motion Based Message Conveyor for Physically Disabled People
 
IRJET- Vendor Management System using Machine Learning
IRJET-  	  Vendor Management System using Machine LearningIRJET-  	  Vendor Management System using Machine Learning
IRJET- Vendor Management System using Machine Learning
 
A Comparative Study of Different types of Models in Software Development Life...
A Comparative Study of Different types of Models in Software Development Life...A Comparative Study of Different types of Models in Software Development Life...
A Comparative Study of Different types of Models in Software Development Life...
 
IRJET- Patient Health Monitoring using IoT with Machine Learning
IRJET- Patient Health Monitoring using IoT with Machine LearningIRJET- Patient Health Monitoring using IoT with Machine Learning
IRJET- Patient Health Monitoring using IoT with Machine Learning
 
IRJET- Research Paper on Inventory Management System
IRJET-  	  Research Paper on Inventory Management SystemIRJET-  	  Research Paper on Inventory Management System
IRJET- Research Paper on Inventory Management System
 
Visual Product Identification For Blind Peoples
Visual Product Identification For Blind PeoplesVisual Product Identification For Blind Peoples
Visual Product Identification For Blind Peoples
 
IRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoT
 
Crowd management system
Crowd management systemCrowd management system
Crowd management system
 
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image ProcessingIRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
 
IRJET- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET- Smart Farming using IoT
IRJET- Smart Farming using IoT
 

Similar to Internet of Things (IOT) Application for Determination of Soil Moisture Content to Optimize Crop Production

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 ControllerIRJET Journal
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET Journal
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. IRJET Journal
 
Smart Irrigation System Using IOT
Smart Irrigation System Using IOTSmart Irrigation System Using IOT
Smart Irrigation System Using IOTIRJET 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 IoTIRJET Journal
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET Journal
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDIRJET Journal
 
IRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless TechnologyIRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless TechnologyIRJET Journal
 
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEMIOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEMIRJET 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 SystemIRJET Journal
 
IRJET - IoT based Agricultural System
IRJET - IoT based Agricultural SystemIRJET - IoT based Agricultural System
IRJET - IoT based Agricultural SystemIRJET Journal
 
IRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET Journal
 
Rain Sensor Automatically Controlled Drying Shed for Crop Yield Farmers
Rain Sensor Automatically Controlled Drying Shed for Crop Yield FarmersRain Sensor Automatically Controlled Drying Shed for Crop Yield Farmers
Rain Sensor Automatically Controlled Drying Shed for Crop Yield FarmersIRJET 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 IOTIRJET Journal
 
IRJET- Smart Irrigation System and Crop Prediction
IRJET-  	  Smart Irrigation System and Crop PredictionIRJET-  	  Smart Irrigation System and Crop Prediction
IRJET- Smart Irrigation System and Crop PredictionIRJET Journal
 
AI-Powered Smart Plant Management System
AI-Powered Smart Plant Management SystemAI-Powered Smart Plant Management System
AI-Powered Smart Plant Management SystemIRJET Journal
 
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET Journal
 
Smart Hydroponics system
Smart Hydroponics systemSmart Hydroponics system
Smart Hydroponics systemIRJET Journal
 
IRJET- IOT based Agriculture System using NodeMCU
IRJET- IOT based Agriculture System using NodeMCUIRJET- IOT based Agriculture System using NodeMCU
IRJET- IOT based Agriculture System using NodeMCUIRJET Journal
 

Similar to Internet of Things (IOT) Application for Determination of Soil Moisture Content to Optimize Crop Production (20)

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- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. 
 
Smart Irrigation System Using IOT
Smart Irrigation System Using IOTSmart Irrigation System Using IOT
Smart Irrigation System Using IOT
 
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- 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
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
 
IRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless TechnologyIRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless Technology
 
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEMIOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
 
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 - IoT based Agricultural System
IRJET - IoT based Agricultural SystemIRJET - IoT based Agricultural System
IRJET - IoT based Agricultural System
 
IRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSN
 
Rain Sensor Automatically Controlled Drying Shed for Crop Yield Farmers
Rain Sensor Automatically Controlled Drying Shed for Crop Yield FarmersRain Sensor Automatically Controlled Drying Shed for Crop Yield Farmers
Rain Sensor Automatically Controlled Drying Shed for Crop Yield Farmers
 
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- Smart Irrigation System and Crop Prediction
IRJET-  	  Smart Irrigation System and Crop PredictionIRJET-  	  Smart Irrigation System and Crop Prediction
IRJET- Smart Irrigation System and Crop Prediction
 
AI-Powered Smart Plant Management System
AI-Powered Smart Plant Management SystemAI-Powered Smart Plant Management System
AI-Powered Smart Plant Management System
 
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
 
Y4501143148
Y4501143148Y4501143148
Y4501143148
 
Smart Hydroponics system
Smart Hydroponics systemSmart Hydroponics system
Smart Hydroponics system
 
IRJET- IOT based Agriculture System using NodeMCU
IRJET- IOT based Agriculture System using NodeMCUIRJET- IOT based Agriculture System using NodeMCU
IRJET- IOT based Agriculture System using NodeMCU
 

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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Internet of Things (IOT) Application for Determination of Soil Moisture Content to Optimize Crop Production

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1020 INTERNET OF THINGS (IoT) APPLICATION FOR DETERMINATION OF SOIL MOISTURE CONTENT TO OPTIMIZE CROP PRODUCTION Ujjwal Khanna1, Jasmeen Kaur Ahluwalia2 1, 2 B. Tech Student, Dept. of CSE,Amity University, NOIDA, Uttar Pradesh, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This paper proposes a technique for extensively aiding the agriculture industry by designing a system for detecting the low soil moisture levels in plants. Using this system, the farmer will be duly notified about the water levels of his/her plant while sitting in any part of the world. This will indeed prevent crop failures due to insufficient water supplies to plants and thus will act as a boon for our nation. This system is indeed one of the most feasible projects in terms of cost effectiveness and efficiency. The system detects the water levels with an accuracy of almost 99 percent. Moreover each and every component used in thissystemisextremelyportable, sturdy, readily available and within budget, especially when implemented on a larger scale. Similar work to try and reduce crop failures due to insufficiencies has been reported in where the paper aims at giving Automation solutions for detection and characterization of Nitrogen (N)deficiencies incornfields and also where the problem of monitoring soil moisture evolution using a wireless network is considered. The main contribution of this paper is to propose a technique to detect the low moisture levels in plants and automatically water them using the motor attached to the system Key Words: Internet of things, soil moisture, Agriculture, Microcontroller, CloudMQTT platform 1. INTRODUCTION The Agriculture industry is oneofthemajorindustriesofany nation. It plays a vital role in the economy as well. Farmers face a wide range of problems some of which include extensive crop failures due to rough weather conditions or sheer negligence as well. Many a times it is hard totell which plant is not sufficiently being watered and this is one of the leading causes of crop failures. Although some works related to soil moisture level sensing have been proposed before, this paper aims at particularly creating a system which would not only detect low soil moisture levels in plants but would also automaticallywater them when the moisture levels are below a threshhold level. The Internet of Things (IoT) is playing vital role in present world specially, the Internet of Things (IoT) is transforming the agriculture industry and enabling farmers to contend with the enormous challenges they face. New innovative IoT applicationsareaddressingtheseissues and increasing the quality, quantity, sustainability and cost effectiveness of agricultural production. Now largeandlocal farms can be remotely monitored with monitor sensors that can detect soil moisture, crop growth and livestock feed levels, remotely manage and control their smart connected harvesters and irrigation equipment, and utilize artificial intelligence based analytics to quickly analyze operational data combined with 3rd party information, such as weather services, to provide new insights and improve decision making using Internet of Thing(IoT) . The ESP-8266 WiFi enabled module with NodeMCU firmware installed on it is used in this system along with a motor attached to the ESP8266 chip to water the plants accordingly. The coding script used is .lua. The basicconcept used is that of IoT i.e. The Internet of Things. This paper elaborates about the components used in the making of this system, explains the step-by-step procedure of how the system was set up and provides the experimental observations and results with conclusions. 2. COMPONENTS USED This system involves 3 main categoriesofmodulestobeused namely: 2.1 Microcontroller- ESP8266 Development board comprising of ESP8266 WiFi enabled chip The ESP8266 chip was produced by Chinese Manufacturer- Espressif. It isa very low costWiFichipwithfullTCP/IPstack and microcontroller capabilities. (3) The chip can easily be integrated with sensors (through its GPIO pins) due to its powerful processing speed and storage.(4) This chip has minimal external components and is also very small in size which makes it ideal for our system in terms of portability and cost effectiveness. 2.2 Cloud- CloudMQTT platform MQTT refers to Message Queuing Telemetry Transport. CloudMQTT isonesuchplatformwhichprovidesmachine-to- machine messaging. It is manages by message servers in the cloud(5). In our system we have used the CloudMQTT platform for communicating the soil moisture level readings of plants from the system to various devices that the user (in this case farmer) uses. These devices could be smartphones,
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1021 computers or any other low cost devices having atleast the capability to connect to the internet. 2.3 ESPlorer IDE ESPlorer is an Integrated Development Environment (IDE) that is essential forany developermakinguseoftheESP8266 chip. This IDE helps us to succesfully transfer our .lua script code onto the chip. 2.4. NodeMCU firmware This firmware is an open source IoT platform. It includes firmware that runs on the ESP8266 WiFichip. This firmware makes use of the lua scripting language. In our system, the code will be sent to the ESP8266 chip only when this firmware is successfully flashed onto the ESP8266 chip. 2.5. A relay motor This motor will be used to provide water to the plants whenever the moisture levels reach below the threshold. 2.6. Device- PC/Smartphone/Tablet etc The device could be any, provided it can make use of the internet. This device will be accessed by the user/farmer to get a notification of the plant moisture levels. Figure 1 shows the Block diagram of Smart Farm Monitoring System. Fig-1: Block diagram of Smart Farm Monitoring System 3. METHODOLOGY PROPOSED The steps that will be used in succefully making all circuit connections and transferring the code onto the system are briefly explained as follows: 1. The connection are extremely simple and are made as shown in the circuit below 2. The NodeMCU firmware has to be installed onto the chip while plugging in the GPIO pin to the negative voltage. 3. GPIO pin is removed from the negative voltage and the program code written in lua script is sent onto the ESP8266 chip via the ESPlorer IDE. 4. One GPIO pin is connected to the soil sensor. The other GPIO pin shall be connected to the motor, which will beused to provide water to the plants from a small reservoir. 5. Set up the cloud MQTT server (www.cloudmqtt.com) and create an instance, which will send our moisture level data onto the cloud. This can be received on the user’s devices and hence they shall be aware of the moisture levels in their plants sitting in any part of the world. 6. On reaching a level below the threshold the motor would automatically be switched on and the plants would get watered. On reaching the thresholdmoisturelevel themotor would be turned off. Circuit connections are shown in Figure 2. Fig-2: show the circuit connections 4. OBSERVATIONS AND RESULTS The soil sensor measures the values based on the resistance of the soil. The soil moisture level values vary between0and 1024, 0 being extremelymoist(inideal conditions)and1024 being extremely dry (ideal condition). These numbers are digitized voltages where 0=0V and 1024=5V. Thesoil sensor system was placed in a large number of plants having dry, moderately moist, and extremely moist soils. The ranges of values of the soil sensor are shown in Figure 3.Tabe1shows the ranges of soil moisture sensor during the experiment.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1022 Fig-3: Ranges of values of the soil sensor are shown Table -1: Ranges of soil moisture sensor during the experiment TYPE OF SOIL READING RANGE BY SOIL MOISTURE SENSOR Dry soil sample 948-952 Moderately moist soil sample 607- 610 Very humid soil sample 258-261 The soils sensor is approximately 95 percent accurate. Even the slightest changes in the water level were easily reflected in the readings of the sensor. The threshold value for the motor to be switched on can be set depending on the needs of the respectiveplant.Forplants having high water needs the threshold value should be 350- 400 units and for plants not requiring too much water the threshold valuecouldbeincreasedto450-500digitizedunits. 5. CONCLUSIONS This paper successfully gives a technique for helping the farmers by creating a system for detecting low soil moisture levels in plantsandautomaticallywateringthem.Thissystem makes use of the concept of Internet Of Things (IoT) and the MQTT protocol. The accuracy of the proposed system is almost 95 percent and can be a huge boon for the agriculture industry when implemented on a large scale. ACKNOWLEDGEMENT The authors are highly obliged to Mr. Jatindera Arora of DUPONT, Gururram, Harayana and his team for completing this project. REFERENCES [1] Xiaojing, Z., Yuangua, L., Zigbee implementation in intelligent agriculture based on internet of things, College of Electronics Information and engineering, Qiongzhou University, China, 2012 M. Young, The Technical Writer’s Handbook. Mill Valley,CA:University Science, 1989. [2] Adinarayana, J., Huh , E., Wan, Y and Kiura, T., Becoming technological advanced - IOT applications in smart agriculture K. Elissa, “Title of paper if known,” unpublished. [3] Agarwal, R. and Karahanna, E. Time flies when you're having fun:Cognitive absorption and beliefs about information technology usage,MISQuarterly,vol.24,no. 4, pp. 665-694, 2000. [4] AgriSETA, Sector Analysis agriculture, Department of Higher Education and Training, South Africa, 2010. [5] S. R. Nandurkar, V. R. Thool, R. C. Thool, “Design and Development of Precision Agriculture System Using Wireless Sensor Network”, IEEE International Conference on Automation,Control,EnergyandSystems (ACES), 2014. [6] S. R. Nandurkar, V. R. Thool, R. C. Thool, “Design and Development of Precision Agriculture System Using Wireless Sensor Network”, IEEE International Conference on Automation,Control,EnergyandSystems (ACES), 2014. [7] JoaquínGutiérrez, JuanFranciscoVilla-Medina,Alejandra Nieto-Garibay, and Miguel Ángel Porta-Gándara, “Automated Irrigation System Using a Wireless Sensor Network and GPRS Module”,IEEE TRANSACTIONS INSTRUMENTATION AND MEASUREMENT, 0018- 9456,2013 [8] Dr. V .Vidya Devi,G. Meena Kumari, “Real- Time Automation and Monitoring System for Modernized Agriculture” ,International Journal of Review and Research inAppliedSciences andEngineering(IJRRASE) Vol3 No.1. PP 7-12, 2013 [9] Y. Kim, R. Evans and W. Iversen, “Remote Sensing and Control of an Irrigation System Using a Distributed Wireless Sensor Network”, IEEE Transactions on Instrumentation and Measurement, pp. 1379–1387, 2008. [10] Aqueel-ur-Rehman,AbuZafarAbbasi,NomanIslam, Zubair Ahmed Shaikh, “A review of wireless sensor and networks applications in agriculture”, Computer Standards & Interfaces 36(2014) 263-270. [11] Sally Jo Cunningham, Geoffrey Holmes, “Developing innovative applications in agriculture using data mining”, SEARCC’99 conference proceedings. [12] http://ieeexplore.ieee.org/document/7354309/ [13] http://ieeexplore.ieee.org/document/5559319/ [14] https://en.wikipedia.org/wiki/ESP8266 [15] https://www.rhydolabz.com/wiki/?p=10872 [16] https://www.cloudmqtt.com/docs.html
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1023 BIOGRAPHIES Ujjwal Khanna is currently pursuing his B.Tech in Computer Science and Engineering from Amity University Noida.Passionate about IoT and has done internship with E.I. DuPont India Pvt. Ltd. on IoT for two consecutive years in the years 2016 and 2017. Jasmeen Kaur Ahluwalia is currently pursuing her B.Tech in Computer Science and Engineering from Amity University Noida. She has also done internship with E.I. DuPont India Pvt. Ltd. on IoT two years in a row in 2016 and 2017.