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 2977
Analysis of Soil Parameters in Agriculture Field Using IoT
Nalina K E1, Rohit Kaliwal2
1Student (M. Tech), Dept. of Computer Network Engineering, Visvesvaraya Technological University, Belagavi,
Karnataka, India.
2Assistant Professor, Dept. of Computer Network Engineering, Visvesvaraya Technological University,
Belagavi, Karnataka, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – IoT (Internet of Things) is an emerging
Technology in present and in future. It interacts between
objects and things as a shared network with internet
connection provided. IoT helps in agriculture field to solve
the major problems faced by farmers. In India, agriculture is
the main occupation of farmers, due to over population and
scarcity of rains. We are facing difficulties in maintaining
our daily resources like water, food, crops and so on. To
solve these problems we have an idea of this project using
IoT with low cost system for analyzing of soil parameters in
agriculture field such as soil status, temperature and
humidity. This system uses ESP8266 Wi-Fi module, Arduino
UNO microcontroller, GSM and sensors using Arduino
platform. The system is integrated with GSM for the data
transfer through sms to a user mobile phone.
Key Words: Arduino UNO, GSM, LM35, DHT11, IoT.
1. INTRODUCTION
Crop production takes about 40% of the earth’s land and
consumes 85% of fresh water available. To maintain this
better irrigation system is necessary. It is possible by
analyzing the soil status, which helps farmers to maintain
and manage their field more effectively. IoT is the
technology, which helps the farmers to give required
attention to the farm located far away from their stay. The
invention of IoT would create numerous ways that gives
powerful potential of agriculture yield and prevent the
difficulties that affect the crop productivity. In this project
,three sensors are used such as soil sensor for sensing the
soil status whether it is dry or wet and supply water if in
dry condition, Temperature sensor i.e., LM35 to sense the
temperature of the field and DHT11sensor for sensing
humidity. Data sensed by particular sensors are managed
and stored at the cloud database. Data collected is
transferred to user mobile phone through GSM via SMS.A
GSM module having GPRS feature provides information
over long distances [1].LCD display to display soil status,
temperature and humidity values. Wi-Fi module has
integrated TCP/IP protocol with self contained socket,
which gives better network access to any microcontroller.
Arduino UNO is open-source microcontroller and easy to
use. To fulfill the farmers needs IoT plays important role
as emerging technology in agriculture field. Information of
Soil parameters using IoT is available in cloud instantly
anytime or anywhere in the world [2].
The organization of this paper is as follows. Section 2
illustrates Related Work. Section 3 illustrates System
Architecture, which includes block diagram and workflow.
Section 4 includes the Results. Section 5 includes
Conclusion.
2. RELATED WORK
Analysis of soil parameters by automatic ON/OFF
condition of motor through IoT. It has used Real time
implementation of environmental parameters on crops
from growing till cutting it [1].Monitoring of weather
forecast, soil temperature and humidity, soil moisture
level, remote water valves, pest control using internet of
things and collecting the information from the
sensors[2].Used automated concept of irrigation for crop
field to maintain the water level and replacing traditional
technique with semi-automated and automated
techniques[3].Using neural networks for improving and
management of soil with prediction of seasonal rainfall for
planning future crop harvest[4].Used Arduino
Microcontroller for crop field monitoring and automated
irrigation and sending the data to mobile application
through GSM via IoT[5].Used IoT to optimize resource
utilization and reduce human power in agriculture field. It
had smart devices , WSN for automate maintaining
agricultural processes[6].Used IoT based system for
moisture measurement and soil pH on STM32 board with
Bluetooth for communication with farmer’s smart phone
about the crop and field parameters[7].To predict the
slope failures during heavy rainfall ultrasonic waves are
used and WSN is used for optimal sensor placement
strategy.[8].A novel IoT sensor network for monitoring
physical parameters, display data and integrate it to cloud,
generate alert and predict the future values with MATLAB
analysis[9].Regulating the agriculture field with IoT and
sending the collected data to user mobile through GSM
without human- to- human or human-to-computer
interaction[10].
3. SYSTEM ARCHITECTURE
The system is developed for Analysis of soil parameters in
two ways: A. System Hardware B. System Software.
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 2978
3.1 System Hardware
Fig 1.shows the block diagram of System with Internet of
Things. System Hardware mainly includes an ATmega328
Arduino microcontroller chip, GSM module, sensors and
Wi-Fi module.
Fig 1.Block Diagram of the System.
3.1.1 Arduino Microcontroller
It is an open-source for both hardware drive and software
drive with 8-bit ATmega328 a low power CMOS Controller
based on RISC architecture. Arduino Uno has high
performance with variety of choices, fully static operation,
and self programmable flash program memory in system.
3.1.2 GSM Module
It operates over subscription to a user mobile with a sim
card. It helps to transfer the soil status when dry and
motor gets ON to the user mobile.
3.1.3 Sensors
Soil Sensor: It is used to measure the content of water in
the soil. Water is the important source for plants growth.
This detects the wet/dry condition of the soil according to
the need of crops. The sensor has two probes which are
used to pass current through soil while inserted the
probes in the soil. When the soil is wet it has less
resistance hence passes more current whereas in dry
condition the soil has high resistance and passes less
current through the soil. The detection of soil status is
done with knowing the resistance valve.
Temperature Sensor: LM35 is used as temperature
sensor which is integrated circuit rated to operate over -
50 degree to +155 degree Celsius. The temperature and
humidity reading value are sent to user through IoT so
that user is able to know the field conditions from
anywhere.
Humidity Sensor: DHT11 is used to measure the water
vapor in air which defines the humidity. If there is change
in temperature there will be change in humidity also, this
occurs before and after irrigation.
3.1.4 Wi-Fi Module
ESP8266 Wi-Fi module is a self contained socket capable
of hosting an application. It is integrated with TCP/IP
protocol stack. Each module is pre-programmed with AT
command set firmware.
3.2 System Software
Collecting and reading the data from the sensors and
controlling the various devices. Sensed data is collected
from each sensor and sent to IoT, each reading is
processed and graph is plotted in the Thing speak cloud.
Fig 2.Shows the work Flow;
Fig 2. Work Flow of the System.
Step 1: Process started.
Step 2: All the sensors are initialized using IoT.
Step 3: Sensor values are checked. Soil sensor gives soil
Status whether soil dry/wet. DHT11 sensor gives the
Humidity available in the environment. LM35 sensor gives
the temperature reading.
Step 4: If the soil status is up to required level, motor
remains off.
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 2979
Step 5: If the soil status is dry then motor gets ON
automatically.
Step 6: Initialize all the sensor values after completion of
step 5.Process is completed and moves to original state.
4. RESULTS
The output can be analysed in the Thingspeak cloud, which
is an open source IoT application. Thingspeak gives the
graphical notation of the values collected. Thingspeak gives
the real time data visualization.
Fig 3.shows LCD displaying when soil is dry, corresponding
graph for dry status of soil is plotted in chart 1a.
Fig 3.LCD Display Dry status of soil.
Chart 1a .Analysis of soil status, when dry.
The graph in chart 1a is plotted with soil status value v/s
date by analyzing the soil status using IoT. It shows fixed
value 200 when dry state.
Fig 4.shows LCD displaying when soil is wet, corresponding
graph for wet status of soil is plotted in chart 1b.
Fig 4. LCD Display Wet status of soil.
Chart 1b .Analysis of soil status, when wet.
The graph in chart 1b is plotted with soil status value v/s
date by analyzing the soil status using IoT. It shows fixed
value 20 when wet state.
Chart 2 .Analysis of Humidity Value.
The graph in chart 2 is plotted with humidity value v/s
date by analyzing the humidity value using IoT.
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 2980
Chart 3 .Analysis of Temperature Value.
The graph in chart 3 is plotted with temperature value v/s
date by analyzing the temperature value using IoT.
Fig 5 .shows The Display of soil status when dry and motor
started is sent to user mobile as message through GSM.
Fig 5 .Message display in user mobile.
5. CONCLUSION
To increase the crop productivity in countries like India, it
is necessary to improve the technological knowledge. Here,
it is proposed with IoT technology to make the crop yield
better and make user convenient to know the field status
wherever he is, by analyzing the soil parameters. The data
is collected from the sensors and stored in cloud with time,
date and month. Results here shows the system is optimal
and accuracy for controlling and maintaining the collected
data and processing it to user.
REFERENCES
[1]Vitthal S Saptasagare, Basappa B Kodada, Real-Time
Implementation and Analysis of Crop-Field for Agriculture
Management System based on Microcontroller with GPRS
(M-GPRS) and SMS, International Journal of Computer
Applications (0975 – 8887) Volume 98– No.5, July 2014.
[2] Ravi Kishore Kodali and Archana Sahu, An IoT Based
Soil Moisture Monitoring on Losant Platform, 2016 2nd
International Conference on Contemporary Computing
and Informatics (ic3i).
[3] G. Parameswaran, K.Sivaprasath, Arduino Based Smart
Drip Irrigation System Using Internet of Things, DOI
10.4010/2016.1348 ISSN 2321 3361 ©2016 IJESC
[4] Suhas Athani, CH Tejeshwar, Mayur M
Patil,Priyadarshini Patil, Rahul Kulkarni, Soil moisture
monitoring using IoT enabled arduino sensors with neural
networks for improving soil management for farmers and
predict seasonal rainfall for planning future harvest in
North Karnataka - India Conference Paper February 2017.
[5] Rajalakshmi. PMrs.S.Devi Mahalakshmi, IOT Based
Crop-Field Monitoring And Irrigation Automation 2016.
[6] Arindam Giri, Subrata Dutta, Sarmistha Neogy
Enabling Agricultural Automation to Optimize Utilization
of Water, Fertilizer and Insecticides by implementing
Internet of Things (IoT) 2016 International Conference on
Information Technology(InCITe).
[7] Abdullah Na, William Isaac, Shashank Varshney
,Ekram Khan An IoT Based System for Remote Monitoring
of Soil Characteristics 2016 International Conference on
Information Technology(InCITe).
[8] Sandip Rukhmode, Gayatri Vyavhare, Sharda Banot,
Abhilash Narad, Dr. R.M.Tugnayat, IOT Based Agriculture
Monitoring System Using WemosInternational Conference
On Emanations in Modern Engineering Science and
Management (ICEMESM-2017) ISSN: 2321-8169.Volume:
5 Issue: 3 14 – 19 IJRITCC | March 2017.
[9] Shruti A Jaishetty, Rekha Patil, IOT SENSOR NETWORK
BASED APPROACH FOR AGRICULTURAL FIELD
MONITORING AND CONTROL IJRET: International Journal
of Research in Engineering and Technology eISSN: 2319-
1163 | pISSN: 2321 7308Volume: 05 Issue: 06 | Jun-2016.
[10] V.Vijay hari ram, H.Vishal, Dr.S.Dhanalakshmi,
P.Meenakshi Vidya, Regulation of Water in Agriculture
Field Using Internet Of Things 2015 IEEE International
Conference on Technological Innovations in ICT for
Agriculture and Rural Development (TIAR 2015).

More Related Content

What's hot

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
 
Home Automation using Wi-Fi Interconnection
Home Automation using  Wi-Fi InterconnectionHome Automation using  Wi-Fi Interconnection
Home Automation using Wi-Fi InterconnectionIRJET 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- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLCIRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLCIRJET 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
 
Crowd management system
Crowd management systemCrowd management system
Crowd management systemMumbaikar Le
 
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
 
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
 
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- 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- 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- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET 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- 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
 
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- 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
 
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 ComputingIRJET Journal
 

What's hot (20)

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
 
Home Automation using Wi-Fi Interconnection
Home Automation using  Wi-Fi InterconnectionHome Automation using  Wi-Fi Interconnection
Home Automation using Wi-Fi Interconnection
 
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- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLCIRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLC
 
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
 
Ultrasonic Stirrer
Ultrasonic StirrerUltrasonic Stirrer
Ultrasonic Stirrer
 
Crowd management system
Crowd management systemCrowd management system
Crowd management system
 
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
 
Solar Cold Storage
Solar Cold StorageSolar Cold Storage
Solar Cold Storage
 
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
 
Artificial Intelligence in Power Saving & Games
Artificial Intelligence in Power Saving & GamesArtificial Intelligence in Power Saving & Games
Artificial Intelligence in Power Saving & Games
 
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- 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- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoT
 
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- 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
 
Visual Product Identification For Blind Peoples
Visual Product Identification For Blind PeoplesVisual Product Identification For Blind Peoples
Visual Product Identification For Blind Peoples
 
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
 
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 Analysis of Soil Parameters in Agriculture Field using IOT

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
 
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEMIOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEMIRJET 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 IoTIRJET Journal
 
IRJET - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
IRJET -  	  Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...IRJET -  	  Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
IRJET - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...IRJET Journal
 
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 ApproachIRJET Journal
 
IRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring SystemIRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture 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- 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
 
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
 
Smart Greenhouse using Machine Learning
Smart Greenhouse using Machine LearningSmart Greenhouse using Machine Learning
Smart Greenhouse using Machine LearningIRJET 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- 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- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET 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
 
Smart Gardening System Using the Internet of Things
Smart Gardening System Using the Internet of ThingsSmart Gardening System Using the Internet of Things
Smart Gardening System Using the Internet of ThingsIRJET Journal
 
IRJET- IoT Enabled Precision Crop Field Monitoring System
IRJET-  	  IoT Enabled Precision Crop Field Monitoring SystemIRJET-  	  IoT Enabled Precision Crop Field Monitoring System
IRJET- IoT Enabled Precision Crop Field Monitoring 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
 
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 IoTIRJET Journal
 
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 DeviceIRJET Journal
 

Similar to Analysis of Soil Parameters in Agriculture Field using IOT (20)

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 BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEMIOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
 
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 - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
IRJET -  	  Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...IRJET -  	  Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
IRJET - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
 
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 - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring SystemIRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture 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- 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 - 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...
 
Smart Greenhouse using Machine Learning
Smart Greenhouse using Machine LearningSmart Greenhouse using Machine Learning
Smart Greenhouse using Machine Learning
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
 
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- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET- Smart Farming using IoT
IRJET- Smart Farming using IoT
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
 
Smart Gardening System Using the Internet of Things
Smart Gardening System Using the Internet of ThingsSmart Gardening System Using the Internet of Things
Smart Gardening System Using the Internet of Things
 
IRJET- IoT Enabled Precision Crop Field Monitoring System
IRJET-  	  IoT Enabled Precision Crop Field Monitoring SystemIRJET-  	  IoT Enabled Precision Crop Field Monitoring System
IRJET- IoT Enabled Precision Crop Field Monitoring 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...
 
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- 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
 
Y4501143148
Y4501143148Y4501143148
Y4501143148
 

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

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
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
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
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
 
(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
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 

Recently uploaded (20)

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
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
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(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...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
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...
 
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, ...
 
(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...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 

Analysis of Soil Parameters in Agriculture Field using IOT

  • 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 2977 Analysis of Soil Parameters in Agriculture Field Using IoT Nalina K E1, Rohit Kaliwal2 1Student (M. Tech), Dept. of Computer Network Engineering, Visvesvaraya Technological University, Belagavi, Karnataka, India. 2Assistant Professor, Dept. of Computer Network Engineering, Visvesvaraya Technological University, Belagavi, Karnataka, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – IoT (Internet of Things) is an emerging Technology in present and in future. It interacts between objects and things as a shared network with internet connection provided. IoT helps in agriculture field to solve the major problems faced by farmers. In India, agriculture is the main occupation of farmers, due to over population and scarcity of rains. We are facing difficulties in maintaining our daily resources like water, food, crops and so on. To solve these problems we have an idea of this project using IoT with low cost system for analyzing of soil parameters in agriculture field such as soil status, temperature and humidity. This system uses ESP8266 Wi-Fi module, Arduino UNO microcontroller, GSM and sensors using Arduino platform. The system is integrated with GSM for the data transfer through sms to a user mobile phone. Key Words: Arduino UNO, GSM, LM35, DHT11, IoT. 1. INTRODUCTION Crop production takes about 40% of the earth’s land and consumes 85% of fresh water available. To maintain this better irrigation system is necessary. It is possible by analyzing the soil status, which helps farmers to maintain and manage their field more effectively. IoT is the technology, which helps the farmers to give required attention to the farm located far away from their stay. The invention of IoT would create numerous ways that gives powerful potential of agriculture yield and prevent the difficulties that affect the crop productivity. In this project ,three sensors are used such as soil sensor for sensing the soil status whether it is dry or wet and supply water if in dry condition, Temperature sensor i.e., LM35 to sense the temperature of the field and DHT11sensor for sensing humidity. Data sensed by particular sensors are managed and stored at the cloud database. Data collected is transferred to user mobile phone through GSM via SMS.A GSM module having GPRS feature provides information over long distances [1].LCD display to display soil status, temperature and humidity values. Wi-Fi module has integrated TCP/IP protocol with self contained socket, which gives better network access to any microcontroller. Arduino UNO is open-source microcontroller and easy to use. To fulfill the farmers needs IoT plays important role as emerging technology in agriculture field. Information of Soil parameters using IoT is available in cloud instantly anytime or anywhere in the world [2]. The organization of this paper is as follows. Section 2 illustrates Related Work. Section 3 illustrates System Architecture, which includes block diagram and workflow. Section 4 includes the Results. Section 5 includes Conclusion. 2. RELATED WORK Analysis of soil parameters by automatic ON/OFF condition of motor through IoT. It has used Real time implementation of environmental parameters on crops from growing till cutting it [1].Monitoring of weather forecast, soil temperature and humidity, soil moisture level, remote water valves, pest control using internet of things and collecting the information from the sensors[2].Used automated concept of irrigation for crop field to maintain the water level and replacing traditional technique with semi-automated and automated techniques[3].Using neural networks for improving and management of soil with prediction of seasonal rainfall for planning future crop harvest[4].Used Arduino Microcontroller for crop field monitoring and automated irrigation and sending the data to mobile application through GSM via IoT[5].Used IoT to optimize resource utilization and reduce human power in agriculture field. It had smart devices , WSN for automate maintaining agricultural processes[6].Used IoT based system for moisture measurement and soil pH on STM32 board with Bluetooth for communication with farmer’s smart phone about the crop and field parameters[7].To predict the slope failures during heavy rainfall ultrasonic waves are used and WSN is used for optimal sensor placement strategy.[8].A novel IoT sensor network for monitoring physical parameters, display data and integrate it to cloud, generate alert and predict the future values with MATLAB analysis[9].Regulating the agriculture field with IoT and sending the collected data to user mobile through GSM without human- to- human or human-to-computer interaction[10]. 3. SYSTEM ARCHITECTURE The system is developed for Analysis of soil parameters in two ways: A. System Hardware B. System Software.
  • 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 2978 3.1 System Hardware Fig 1.shows the block diagram of System with Internet of Things. System Hardware mainly includes an ATmega328 Arduino microcontroller chip, GSM module, sensors and Wi-Fi module. Fig 1.Block Diagram of the System. 3.1.1 Arduino Microcontroller It is an open-source for both hardware drive and software drive with 8-bit ATmega328 a low power CMOS Controller based on RISC architecture. Arduino Uno has high performance with variety of choices, fully static operation, and self programmable flash program memory in system. 3.1.2 GSM Module It operates over subscription to a user mobile with a sim card. It helps to transfer the soil status when dry and motor gets ON to the user mobile. 3.1.3 Sensors Soil Sensor: It is used to measure the content of water in the soil. Water is the important source for plants growth. This detects the wet/dry condition of the soil according to the need of crops. The sensor has two probes which are used to pass current through soil while inserted the probes in the soil. When the soil is wet it has less resistance hence passes more current whereas in dry condition the soil has high resistance and passes less current through the soil. The detection of soil status is done with knowing the resistance valve. Temperature Sensor: LM35 is used as temperature sensor which is integrated circuit rated to operate over - 50 degree to +155 degree Celsius. The temperature and humidity reading value are sent to user through IoT so that user is able to know the field conditions from anywhere. Humidity Sensor: DHT11 is used to measure the water vapor in air which defines the humidity. If there is change in temperature there will be change in humidity also, this occurs before and after irrigation. 3.1.4 Wi-Fi Module ESP8266 Wi-Fi module is a self contained socket capable of hosting an application. It is integrated with TCP/IP protocol stack. Each module is pre-programmed with AT command set firmware. 3.2 System Software Collecting and reading the data from the sensors and controlling the various devices. Sensed data is collected from each sensor and sent to IoT, each reading is processed and graph is plotted in the Thing speak cloud. Fig 2.Shows the work Flow; Fig 2. Work Flow of the System. Step 1: Process started. Step 2: All the sensors are initialized using IoT. Step 3: Sensor values are checked. Soil sensor gives soil Status whether soil dry/wet. DHT11 sensor gives the Humidity available in the environment. LM35 sensor gives the temperature reading. Step 4: If the soil status is up to required level, motor remains off.
  • 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 2979 Step 5: If the soil status is dry then motor gets ON automatically. Step 6: Initialize all the sensor values after completion of step 5.Process is completed and moves to original state. 4. RESULTS The output can be analysed in the Thingspeak cloud, which is an open source IoT application. Thingspeak gives the graphical notation of the values collected. Thingspeak gives the real time data visualization. Fig 3.shows LCD displaying when soil is dry, corresponding graph for dry status of soil is plotted in chart 1a. Fig 3.LCD Display Dry status of soil. Chart 1a .Analysis of soil status, when dry. The graph in chart 1a is plotted with soil status value v/s date by analyzing the soil status using IoT. It shows fixed value 200 when dry state. Fig 4.shows LCD displaying when soil is wet, corresponding graph for wet status of soil is plotted in chart 1b. Fig 4. LCD Display Wet status of soil. Chart 1b .Analysis of soil status, when wet. The graph in chart 1b is plotted with soil status value v/s date by analyzing the soil status using IoT. It shows fixed value 20 when wet state. Chart 2 .Analysis of Humidity Value. The graph in chart 2 is plotted with humidity value v/s date by analyzing the humidity value using IoT.
  • 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 2980 Chart 3 .Analysis of Temperature Value. The graph in chart 3 is plotted with temperature value v/s date by analyzing the temperature value using IoT. Fig 5 .shows The Display of soil status when dry and motor started is sent to user mobile as message through GSM. Fig 5 .Message display in user mobile. 5. CONCLUSION To increase the crop productivity in countries like India, it is necessary to improve the technological knowledge. Here, it is proposed with IoT technology to make the crop yield better and make user convenient to know the field status wherever he is, by analyzing the soil parameters. The data is collected from the sensors and stored in cloud with time, date and month. Results here shows the system is optimal and accuracy for controlling and maintaining the collected data and processing it to user. REFERENCES [1]Vitthal S Saptasagare, Basappa B Kodada, Real-Time Implementation and Analysis of Crop-Field for Agriculture Management System based on Microcontroller with GPRS (M-GPRS) and SMS, International Journal of Computer Applications (0975 – 8887) Volume 98– No.5, July 2014. [2] Ravi Kishore Kodali and Archana Sahu, An IoT Based Soil Moisture Monitoring on Losant Platform, 2016 2nd International Conference on Contemporary Computing and Informatics (ic3i). [3] G. Parameswaran, K.Sivaprasath, Arduino Based Smart Drip Irrigation System Using Internet of Things, DOI 10.4010/2016.1348 ISSN 2321 3361 ©2016 IJESC [4] Suhas Athani, CH Tejeshwar, Mayur M Patil,Priyadarshini Patil, Rahul Kulkarni, Soil moisture monitoring using IoT enabled arduino sensors with neural networks for improving soil management for farmers and predict seasonal rainfall for planning future harvest in North Karnataka - India Conference Paper February 2017. [5] Rajalakshmi. PMrs.S.Devi Mahalakshmi, IOT Based Crop-Field Monitoring And Irrigation Automation 2016. [6] Arindam Giri, Subrata Dutta, Sarmistha Neogy Enabling Agricultural Automation to Optimize Utilization of Water, Fertilizer and Insecticides by implementing Internet of Things (IoT) 2016 International Conference on Information Technology(InCITe). [7] Abdullah Na, William Isaac, Shashank Varshney ,Ekram Khan An IoT Based System for Remote Monitoring of Soil Characteristics 2016 International Conference on Information Technology(InCITe). [8] Sandip Rukhmode, Gayatri Vyavhare, Sharda Banot, Abhilash Narad, Dr. R.M.Tugnayat, IOT Based Agriculture Monitoring System Using WemosInternational Conference On Emanations in Modern Engineering Science and Management (ICEMESM-2017) ISSN: 2321-8169.Volume: 5 Issue: 3 14 – 19 IJRITCC | March 2017. [9] Shruti A Jaishetty, Rekha Patil, IOT SENSOR NETWORK BASED APPROACH FOR AGRICULTURAL FIELD MONITORING AND CONTROL IJRET: International Journal of Research in Engineering and Technology eISSN: 2319- 1163 | pISSN: 2321 7308Volume: 05 Issue: 06 | Jun-2016. [10] V.Vijay hari ram, H.Vishal, Dr.S.Dhanalakshmi, P.Meenakshi Vidya, Regulation of Water in Agriculture Field Using Internet Of Things 2015 IEEE International Conference on Technological Innovations in ICT for Agriculture and Rural Development (TIAR 2015).