SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 592
IOT in Agriculture
Prashaunsa J. Nachankar1, Mayur G. Somani2, Deeksha M. Singh3, Prof. Sunil N. Katkar4
1,2,3,4 Dept. of Computer Engineering, Vidyavardhini’s College of Engineering and Technology, Maharashtra, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This project is introduced to demonstrate the use
of Internet of Things (IOT) in the field of agriculture. In this
project, sensors are used to measure various parameters of
the field such as temperature, humidity, soil moisture . This
data from the field is collated and stored onto the server. On
this available data, analysis is done to calculate the water
requirement of a crop. The crop water requirement is
calculated by the system using the Penman Monteith
algorithm. Based on the soil nitrogen, phosphorous and
potassium (NPK) values, the system recommendsfertilizersto
achieve optimum crop production. The system also generates
the irrigation schedule of a crop based on input parameters
such as date of sowing, soil moisture percent and calculated
water need of the crop. This project is implemented on a local
scale where local farmers can utilize this IOT based analytics
which provides new insights and improves decision making.
Key Words: Internet of Things, Penman Monteith,
fertilizer recommendation, irrigation schedule.
1. INTRODUCTION
The Internet of Things (IOT) helps various devices and
sensors to send data over the internet in a near real time
manner. A sensor based system is developed to monitor the
field. The conditions of the field can be viewed by the
farmers from anywhere. Local farms can utilize this
information to quickly analyze the data combinedwiththird
party information, such as weather services, to improve
decision making [1][2][3].
The crop must be supplied water in proper quantity. Too
much water can suffocate the plant roots and too little may
not be able to sustain the plants. Identifying the correct crop
water requirement is essential. Field data gathered from
sensors can help to achieve a high level of accuracy in the
calculation of water requirement.
Well-planned irrigation is very critical for obtaining
optimal crop yields. For proper irrigation scheduling, sound
knowledge of the soil moisture status, crop water
requirements, soil density, pH value of soil is prerequisite to
maximize profits and optimize the use of water and
energy[4][5].
2. RELATED WORK
 CropIn Technology Solutions Pvt. Ltd
CropIn provides Farm-Businesses/Growers with farm
management software and mobile apps, which enable them
to do connect and data driven farming . Thesolutionsoffered
by CropIn are:
1. Smart Farm: Make every farm traceable and
increase your per acre value.
2. Smart Sales: Increase your sales by more than
15%.
3. mWarehouse: End to end traceability of
Inventory and Packhouse.
Their idea is to make every farm and farmer traceable and
get information regarding the plot, area, date of plantation,
pesticides used, etc. Also to increase per acre value for
growers/farmers [6].
 SMART!
SMART! Fertilizer Management began its services in 2014,
and has made huge strides in production. They provide
fertilizer management toolsthatagriculturalistsandfarmers
can make use of to attain better, high quality yield and
effectively decrease their production costs [7].
3. PROPOSED SYSTEM
The scope of our project is currentlylimitedtofivecrops
namely wheat, cotton, groundnut, sorghum and rice. Actual
working and design of the proposed system, with the help of
flow diagram is described and explained in this section. The
system consists of three main modules:
1) Calculation of crop water requirement.
2) Fertilizer recommendation based on soil NPK
values.
3) Generation of the irrigation schedule.
The first module consists of the following steps:
 Select the crop and its stage.
 Climate information based on location will be
displayed [8].
 Input the land available for cultivation for the
particular crop in m2.
 Based on above input parameters, the crop water
requirement is calculated using the Penman
Monteith algorithm [9].
a) Penman Monteith:
Crop water requirements are calculated by
using a three-stage procedure:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 593
1. Effect of climate: Climatic data needed for
this method is temperature, humidity,
wind, sunshine hours, and radiation. The
wind speed, sunshine hours and radiation
values can be obtained from Apixu API for
our desired location.
2. Effect of crop characteristics.
3. Effect of local conditions.
 The water requirement can be calculated for all
stages of the crop, namely initial, development,mid,
late and harvest.
The second module consists of the following steps:
 After carrying out a soil test, input soil NPK values
from the soil test report [10][11][12][13].
 The recommended dose of NPK for the crops is
stored in the database. Based on the input, the
system recommends fertilizers so that the
recommended dose can be achieved.
 The name of the fertilizer and the quantity of the
fertilizer to be applied per acre is displayed.
The recommendation system is created by considering 64
input possibilities for each crop. The input values of N,P,K
respectively can lie within any of the four ranges: Very low,
Low, Moderate, High, Very High. Fertilizers are selected
accordingly based on their unique compositions [11].
The third module consists of the following steps:
 Select the crop.
 Enter the date of sowing.
 Enter the value of required crop water (L)
calculated in module 1.
 Select the number of irrigation.
The system calculates the interval of days between the
irrigations by taking into consideration parameters such as
available soil moisture, dry density of the soil, daily
consumptive use of water and soil pH [5][14]. The date of
the next irrigation depends on the date of the previous
irrigation entered by the farmer. It is not mandatory to
follow the schedule generated by the system. Thus, the
system is completely flexible. The schedule generated
contains detailed information about the crop such as land
preparation, seed treatment, crop establishment, nutrient
management, crop harvesting, etc [12].
Figure 1: Shows the flow diagram of the proposed system.
4. RESULT
Our system has integrated three different modules
together to make the agriculture process simpler and easier.
Following are some screenshots of the system:
Figure 2: Home Page. Farmer can select the action he
wants to perform.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 594
Figure 3: Shows the Crop Water page. The user has to
select the crop and the stage of the crop.
Figure 4: Farmer enters the land available for cultivation.
Figure 5: System has calculated the crop water
requirement.
Figure 6: Shows the Fertilizers page. Farmer enters the
soil NPK values per acre.
Figure 7: Shows the fertilizers recommended by the
system.
Figure 8: List of fertilizers stored in the database.
Figure 9: Shows the Irrigation page. Farmer enters the date
of sowing / selects the irrigation number.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 595
Figure 10: Irrigation Schedule generated by the system.
Figure 11: Events are stored in the system and can be
viewed by the farmer.
Figure 12: Farmer selects the next irrigation and enters the
date of previous irrigation for accurate results.
Figure 13: System generates the next irrigation date.
5. CONCLUSION
Comparing conventional and IOT based method of
farming, the efficiency of farming based on IOT is high.
Collecting real time meaningful data is possible due to IOT
based applications. Our project has been developed for five
crops and has incorporated information which will meetthe
needs of experienced as well as inexperienced farmers. The
problems of excess water application, improper application
of fertilizers can be avoided to limit water usage and obtain
optimal yield. The irrigation schedule generated is dynamic
and flexible as it allows the farmer to plan irrigations
according to his needs.
ACKNOWLEDGEMENT
We would like to express a deep sense of gratitude
towards our HOD and our project guide of the Computer
Engineering Department for their constant encouragement
and valuable suggestions. The work that we are able to
present is possible because of their timely guidance. We are
also grateful to the teaching staff of the Computer
Engineering Department who lent their helping hand in
providing continuous support.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 596
REFERENCES
1) Snigdha Sen, Madhu B, “SMART AGRICULTURE: A BLISS
TO FARMERS”, International Journal of Engineering
Sciences & Research Technology, April, 2017.
2) Jeetendra Shenoy, Yogesh Pingle, “IOT in Agriculture",
Proceedings of the 10th INDIACom:INDIACom-2016.
3) https://www.iotforall.com/iot-applications-in-
agriculture/
4) Yadvinder Singh, Surinder S. Kukal, Mangi Lal Jat,
Harminder S. Sidhu,” Improving Water Productivity of
Wheat-Based Cropping Systems in South Asia for
Sustained Productivity”, volume 127, 2014.
5) “Irrigation Engineering And Hydraulic Structures” by
Santosh Kumar Garg, 32nd revised edition, Khanna
Publishers.
6) http://cropin.co.in/
7) https://app.smart-fertilizer.com/login
8) https://www.apixu.com/api-
explorer.aspx?key=4153d0a630f54aa6b6f7283417151
0
9) J Doorenbos, W.O Prult, A. Aboukhaled, J Damagnez, N.G
Dastane, C. Van Den Berg, P.E Rijterna, O.M Ashford, M.
Frere, FAO Field Staff,” Crop Water Requirements”, FAO
Irrigation and Drainage paper 24.
10) UNDERSTANDING YOUR SOIL ANALYSIS REPORT,
Compiled & Edited by Peaceful Valley Farm Supply.
11) http://www1.agric.gov.ab.ca/$department/deptdocs.ns
f/all/crop1273
12) http://www.ikisan.com
13) http://www.apnikheti.com/home
14) http://www.fao.org/docrep/t7202e/t7202e06.htm

More Related Content

What's hot

IoT for indian agriculture
IoT for indian agricultureIoT for indian agriculture
IoT for indian agriculture
Ravi Mundada
 
Iot in agriculture
Iot in agricultureIot in agriculture
Iot in agriculture
haranadhreddy2
 
IoT in Agriculture
IoT in AgricultureIoT in Agriculture
IoT in Agriculture
Tibbo
 
Iot based smart agriculture
Iot based smart agricultureIot based smart agriculture
Iot based smart agriculture
Binayakreddy
 
Agriculture iot
Agriculture iotAgriculture iot
Agriculture iot
vertencetechnology
 
IoT applications in agriculture(iot avenue)
IoT applications in agriculture(iot avenue)IoT applications in agriculture(iot avenue)
IoT applications in agriculture(iot avenue)
mousumiiot
 
IoT Application in Agriculture
IoT Application in AgricultureIoT Application in Agriculture
IoT Application in Agriculture
UTKARSH DWIVEDI
 
SMART FARMING USING IOT
SMART FARMING USING IOTSMART FARMING USING IOT
SMART FARMING USING IOT
IAEME Publication
 
Advance Agro Farm Design With Smart Farming, Irrigation and Rain Water Harves...
Advance Agro Farm Design With Smart Farming, Irrigation and Rain Water Harves...Advance Agro Farm Design With Smart Farming, Irrigation and Rain Water Harves...
Advance Agro Farm Design With Smart Farming, Irrigation and Rain Water Harves...
IJOAEM
 
IRJET- IoT based Smart Poultry Farm
IRJET- IoT based Smart Poultry FarmIRJET- IoT based Smart Poultry Farm
IRJET- IoT based Smart Poultry Farm
IRJET Journal
 
IoT Based Smart Agriculture by UbiBot
IoT Based Smart Agriculture by UbiBotIoT Based Smart Agriculture by UbiBot
IoT Based Smart Agriculture by UbiBot
UbiBot
 
Automation in Agriculture and IoT
Automation in Agriculture and IoTAutomation in Agriculture and IoT
Automation in Agriculture and IoT
CloudTechnologies
 
GIS Taiwan 2015 U++ competition
GIS Taiwan 2015 U++ competitionGIS Taiwan 2015 U++ competition
GIS Taiwan 2015 U++ competition
ting11222001
 
Precision Agriculture for Water Management Using IOT
Precision Agriculture for Water Management Using IOTPrecision Agriculture for Water Management Using IOT
Precision Agriculture for Water Management Using IOT
rahulmonikasharma
 
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 Journal
 
IOT based smart security and monitoring devices for agriculture
IOT based smart security and monitoring devices for agriculture IOT based smart security and monitoring devices for agriculture
IOT based smart security and monitoring devices for agriculture
sneha daise paulson
 
Smart agriculture system
Smart agriculture systemSmart agriculture system
Smart agriculture system
AyushGupta743
 
A Survey on Wireless Sensor Network based Technologies for Precision Agricul...
A Survey on Wireless Sensor Network based Technologies for  Precision Agricul...A Survey on Wireless Sensor Network based Technologies for  Precision Agricul...
A Survey on Wireless Sensor Network based Technologies for Precision Agricul...
IJMER
 
Applications of iot
Applications of iotApplications of iot
Applications of iot
Pushkar_Raj17395
 
IoT in Agriculture
IoT in AgricultureIoT in Agriculture
IoT in Agriculture
Dishant James
 

What's hot (20)

IoT for indian agriculture
IoT for indian agricultureIoT for indian agriculture
IoT for indian agriculture
 
Iot in agriculture
Iot in agricultureIot in agriculture
Iot in agriculture
 
IoT in Agriculture
IoT in AgricultureIoT in Agriculture
IoT in Agriculture
 
Iot based smart agriculture
Iot based smart agricultureIot based smart agriculture
Iot based smart agriculture
 
Agriculture iot
Agriculture iotAgriculture iot
Agriculture iot
 
IoT applications in agriculture(iot avenue)
IoT applications in agriculture(iot avenue)IoT applications in agriculture(iot avenue)
IoT applications in agriculture(iot avenue)
 
IoT Application in Agriculture
IoT Application in AgricultureIoT Application in Agriculture
IoT Application in Agriculture
 
SMART FARMING USING IOT
SMART FARMING USING IOTSMART FARMING USING IOT
SMART FARMING USING IOT
 
Advance Agro Farm Design With Smart Farming, Irrigation and Rain Water Harves...
Advance Agro Farm Design With Smart Farming, Irrigation and Rain Water Harves...Advance Agro Farm Design With Smart Farming, Irrigation and Rain Water Harves...
Advance Agro Farm Design With Smart Farming, Irrigation and Rain Water Harves...
 
IRJET- IoT based Smart Poultry Farm
IRJET- IoT based Smart Poultry FarmIRJET- IoT based Smart Poultry Farm
IRJET- IoT based Smart Poultry Farm
 
IoT Based Smart Agriculture by UbiBot
IoT Based Smart Agriculture by UbiBotIoT Based Smart Agriculture by UbiBot
IoT Based Smart Agriculture by UbiBot
 
Automation in Agriculture and IoT
Automation in Agriculture and IoTAutomation in Agriculture and IoT
Automation in Agriculture and IoT
 
GIS Taiwan 2015 U++ competition
GIS Taiwan 2015 U++ competitionGIS Taiwan 2015 U++ competition
GIS Taiwan 2015 U++ competition
 
Precision Agriculture for Water Management Using IOT
Precision Agriculture for Water Management Using IOTPrecision Agriculture for Water Management Using IOT
Precision Agriculture for Water Management Using IOT
 
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
 
IOT based smart security and monitoring devices for agriculture
IOT based smart security and monitoring devices for agriculture IOT based smart security and monitoring devices for agriculture
IOT based smart security and monitoring devices for agriculture
 
Smart agriculture system
Smart agriculture systemSmart agriculture system
Smart agriculture system
 
A Survey on Wireless Sensor Network based Technologies for Precision Agricul...
A Survey on Wireless Sensor Network based Technologies for  Precision Agricul...A Survey on Wireless Sensor Network based Technologies for  Precision Agricul...
A Survey on Wireless Sensor Network based Technologies for Precision Agricul...
 
Applications of iot
Applications of iotApplications of iot
Applications of iot
 
IoT in Agriculture
IoT in AgricultureIoT in Agriculture
IoT in Agriculture
 

Similar to IRJET- IOT in Agriculture

Soil Profile Based Crop Prediction System
Soil Profile Based Crop Prediction SystemSoil Profile Based Crop Prediction System
Soil Profile Based Crop Prediction System
IRJET Journal
 
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
IRJET Journal
 
IRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine LearningIRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET Journal
 
IRJET- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET- Smart Farming using IoT
IRJET- Smart Farming using IoT
IRJET Journal
 
A Review paper on wireless sensor network and GPRS module for automated irrig...
A Review paper on wireless sensor network and GPRS module for automated irrig...A Review paper on wireless sensor network and GPRS module for automated irrig...
A Review paper on wireless sensor network and GPRS module for automated irrig...
IRJET Journal
 
Crop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine LearningCrop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine Learning
IRJET Journal
 
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemAutomatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
Eswar Publications
 
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
IRJET Journal
 
IRJET- Survey on Crop Suggestion using Weather Analysis
IRJET- Survey on Crop Suggestion using Weather AnalysisIRJET- Survey on Crop Suggestion using Weather Analysis
IRJET- Survey on Crop Suggestion using Weather Analysis
IRJET Journal
 
IRJET- SMART KRISHI- A Proposed System for Farmers
IRJET-  	  SMART KRISHI- A Proposed System for FarmersIRJET-  	  SMART KRISHI- A Proposed System for Farmers
IRJET- SMART KRISHI- A Proposed System for Farmers
IRJET Journal
 
IRJET-Development of Smart Irrigation System
IRJET-Development of Smart Irrigation SystemIRJET-Development of Smart Irrigation System
IRJET-Development of Smart Irrigation System
IRJET Journal
 
IRJET- A Review on E- Health Agricultural Monitoring System through WSN
IRJET- A Review on E- Health Agricultural Monitoring System through WSNIRJET- A Review on E- Health Agricultural Monitoring System through WSN
IRJET- A Review on E- Health Agricultural Monitoring System through WSN
IRJET Journal
 
IRJET-Phytomonitoring System for Plant Growth using Microcontroller and Senso...
IRJET-Phytomonitoring System for Plant Growth using Microcontroller and Senso...IRJET-Phytomonitoring System for Plant Growth using Microcontroller and Senso...
IRJET-Phytomonitoring System for Plant Growth using Microcontroller and Senso...
IRJET Journal
 
IRJET- Soil Analysis and Crop Fertility Prediction
IRJET- Soil Analysis and Crop Fertility PredictionIRJET- Soil Analysis and Crop Fertility Prediction
IRJET- Soil Analysis and Crop Fertility Prediction
IRJET Journal
 
IRJET- A Novel Approach to Smart Farming
IRJET- A Novel Approach to Smart FarmingIRJET- A Novel Approach to Smart Farming
IRJET- A Novel Approach to Smart Farming
IRJET Journal
 
IRJET- A Novel Approach to Smart Farming
IRJET- A Novel Approach to Smart FarmingIRJET- A Novel Approach to Smart Farming
IRJET- A Novel Approach to Smart Farming
IRJET Journal
 
Crop Selection Method Based on Various Environmental Factors Using Machine Le...
Crop Selection Method Based on Various Environmental Factors Using Machine Le...Crop Selection Method Based on Various Environmental Factors Using Machine Le...
Crop Selection Method Based on Various Environmental Factors Using Machine Le...
IRJET Journal
 
IRJET- Review Paper on Agricultural Drought and Crop Failure Data Acquisi...
IRJET-  	  Review Paper on Agricultural Drought and Crop Failure Data Acquisi...IRJET-  	  Review Paper on Agricultural Drought and Crop Failure Data Acquisi...
IRJET- Review Paper on Agricultural Drought and Crop Failure Data Acquisi...
IRJET Journal
 
Digital Soil Mapping using Machine Learning
Digital Soil Mapping using Machine LearningDigital Soil Mapping using Machine Learning
Digital Soil Mapping using Machine Learning
IRJET Journal
 
IRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET-Intelligent Farms
IRJET-Intelligent Farms
IRJET Journal
 

Similar to IRJET- IOT in Agriculture (20)

Soil Profile Based Crop Prediction System
Soil Profile Based Crop Prediction SystemSoil Profile Based Crop Prediction System
Soil Profile Based Crop Prediction System
 
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
 
IRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine LearningIRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine Learning
 
IRJET- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET- Smart Farming using IoT
IRJET- Smart Farming using IoT
 
A Review paper on wireless sensor network and GPRS module for automated irrig...
A Review paper on wireless sensor network and GPRS module for automated irrig...A Review paper on wireless sensor network and GPRS module for automated irrig...
A Review paper on wireless sensor network and GPRS module for automated irrig...
 
Crop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine LearningCrop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine Learning
 
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemAutomatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
 
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
 
IRJET- Survey on Crop Suggestion using Weather Analysis
IRJET- Survey on Crop Suggestion using Weather AnalysisIRJET- Survey on Crop Suggestion using Weather Analysis
IRJET- Survey on Crop Suggestion using Weather Analysis
 
IRJET- SMART KRISHI- A Proposed System for Farmers
IRJET-  	  SMART KRISHI- A Proposed System for FarmersIRJET-  	  SMART KRISHI- A Proposed System for Farmers
IRJET- SMART KRISHI- A Proposed System for Farmers
 
IRJET-Development of Smart Irrigation System
IRJET-Development of Smart Irrigation SystemIRJET-Development of Smart Irrigation System
IRJET-Development of Smart Irrigation System
 
IRJET- A Review on E- Health Agricultural Monitoring System through WSN
IRJET- A Review on E- Health Agricultural Monitoring System through WSNIRJET- A Review on E- Health Agricultural Monitoring System through WSN
IRJET- A Review on E- Health Agricultural Monitoring System through WSN
 
IRJET-Phytomonitoring System for Plant Growth using Microcontroller and Senso...
IRJET-Phytomonitoring System for Plant Growth using Microcontroller and Senso...IRJET-Phytomonitoring System for Plant Growth using Microcontroller and Senso...
IRJET-Phytomonitoring System for Plant Growth using Microcontroller and Senso...
 
IRJET- Soil Analysis and Crop Fertility Prediction
IRJET- Soil Analysis and Crop Fertility PredictionIRJET- Soil Analysis and Crop Fertility Prediction
IRJET- Soil Analysis and Crop Fertility Prediction
 
IRJET- A Novel Approach to Smart Farming
IRJET- A Novel Approach to Smart FarmingIRJET- A Novel Approach to Smart Farming
IRJET- A Novel Approach to Smart Farming
 
IRJET- A Novel Approach to Smart Farming
IRJET- A Novel Approach to Smart FarmingIRJET- A Novel Approach to Smart Farming
IRJET- A Novel Approach to Smart Farming
 
Crop Selection Method Based on Various Environmental Factors Using Machine Le...
Crop Selection Method Based on Various Environmental Factors Using Machine Le...Crop Selection Method Based on Various Environmental Factors Using Machine Le...
Crop Selection Method Based on Various Environmental Factors Using Machine Le...
 
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...
 
Digital Soil Mapping using Machine Learning
Digital Soil Mapping using Machine LearningDigital Soil Mapping using Machine Learning
Digital Soil Mapping using Machine Learning
 
IRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET-Intelligent Farms
IRJET-Intelligent Farms
 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 

Recently uploaded (20)

BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 

IRJET- IOT in Agriculture

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 592 IOT in Agriculture Prashaunsa J. Nachankar1, Mayur G. Somani2, Deeksha M. Singh3, Prof. Sunil N. Katkar4 1,2,3,4 Dept. of Computer Engineering, Vidyavardhini’s College of Engineering and Technology, Maharashtra, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This project is introduced to demonstrate the use of Internet of Things (IOT) in the field of agriculture. In this project, sensors are used to measure various parameters of the field such as temperature, humidity, soil moisture . This data from the field is collated and stored onto the server. On this available data, analysis is done to calculate the water requirement of a crop. The crop water requirement is calculated by the system using the Penman Monteith algorithm. Based on the soil nitrogen, phosphorous and potassium (NPK) values, the system recommendsfertilizersto achieve optimum crop production. The system also generates the irrigation schedule of a crop based on input parameters such as date of sowing, soil moisture percent and calculated water need of the crop. This project is implemented on a local scale where local farmers can utilize this IOT based analytics which provides new insights and improves decision making. Key Words: Internet of Things, Penman Monteith, fertilizer recommendation, irrigation schedule. 1. INTRODUCTION The Internet of Things (IOT) helps various devices and sensors to send data over the internet in a near real time manner. A sensor based system is developed to monitor the field. The conditions of the field can be viewed by the farmers from anywhere. Local farms can utilize this information to quickly analyze the data combinedwiththird party information, such as weather services, to improve decision making [1][2][3]. The crop must be supplied water in proper quantity. Too much water can suffocate the plant roots and too little may not be able to sustain the plants. Identifying the correct crop water requirement is essential. Field data gathered from sensors can help to achieve a high level of accuracy in the calculation of water requirement. Well-planned irrigation is very critical for obtaining optimal crop yields. For proper irrigation scheduling, sound knowledge of the soil moisture status, crop water requirements, soil density, pH value of soil is prerequisite to maximize profits and optimize the use of water and energy[4][5]. 2. RELATED WORK  CropIn Technology Solutions Pvt. Ltd CropIn provides Farm-Businesses/Growers with farm management software and mobile apps, which enable them to do connect and data driven farming . Thesolutionsoffered by CropIn are: 1. Smart Farm: Make every farm traceable and increase your per acre value. 2. Smart Sales: Increase your sales by more than 15%. 3. mWarehouse: End to end traceability of Inventory and Packhouse. Their idea is to make every farm and farmer traceable and get information regarding the plot, area, date of plantation, pesticides used, etc. Also to increase per acre value for growers/farmers [6].  SMART! SMART! Fertilizer Management began its services in 2014, and has made huge strides in production. They provide fertilizer management toolsthatagriculturalistsandfarmers can make use of to attain better, high quality yield and effectively decrease their production costs [7]. 3. PROPOSED SYSTEM The scope of our project is currentlylimitedtofivecrops namely wheat, cotton, groundnut, sorghum and rice. Actual working and design of the proposed system, with the help of flow diagram is described and explained in this section. The system consists of three main modules: 1) Calculation of crop water requirement. 2) Fertilizer recommendation based on soil NPK values. 3) Generation of the irrigation schedule. The first module consists of the following steps:  Select the crop and its stage.  Climate information based on location will be displayed [8].  Input the land available for cultivation for the particular crop in m2.  Based on above input parameters, the crop water requirement is calculated using the Penman Monteith algorithm [9]. a) Penman Monteith: Crop water requirements are calculated by using a three-stage procedure:
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 593 1. Effect of climate: Climatic data needed for this method is temperature, humidity, wind, sunshine hours, and radiation. The wind speed, sunshine hours and radiation values can be obtained from Apixu API for our desired location. 2. Effect of crop characteristics. 3. Effect of local conditions.  The water requirement can be calculated for all stages of the crop, namely initial, development,mid, late and harvest. The second module consists of the following steps:  After carrying out a soil test, input soil NPK values from the soil test report [10][11][12][13].  The recommended dose of NPK for the crops is stored in the database. Based on the input, the system recommends fertilizers so that the recommended dose can be achieved.  The name of the fertilizer and the quantity of the fertilizer to be applied per acre is displayed. The recommendation system is created by considering 64 input possibilities for each crop. The input values of N,P,K respectively can lie within any of the four ranges: Very low, Low, Moderate, High, Very High. Fertilizers are selected accordingly based on their unique compositions [11]. The third module consists of the following steps:  Select the crop.  Enter the date of sowing.  Enter the value of required crop water (L) calculated in module 1.  Select the number of irrigation. The system calculates the interval of days between the irrigations by taking into consideration parameters such as available soil moisture, dry density of the soil, daily consumptive use of water and soil pH [5][14]. The date of the next irrigation depends on the date of the previous irrigation entered by the farmer. It is not mandatory to follow the schedule generated by the system. Thus, the system is completely flexible. The schedule generated contains detailed information about the crop such as land preparation, seed treatment, crop establishment, nutrient management, crop harvesting, etc [12]. Figure 1: Shows the flow diagram of the proposed system. 4. RESULT Our system has integrated three different modules together to make the agriculture process simpler and easier. Following are some screenshots of the system: Figure 2: Home Page. Farmer can select the action he wants to perform.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 594 Figure 3: Shows the Crop Water page. The user has to select the crop and the stage of the crop. Figure 4: Farmer enters the land available for cultivation. Figure 5: System has calculated the crop water requirement. Figure 6: Shows the Fertilizers page. Farmer enters the soil NPK values per acre. Figure 7: Shows the fertilizers recommended by the system. Figure 8: List of fertilizers stored in the database. Figure 9: Shows the Irrigation page. Farmer enters the date of sowing / selects the irrigation number.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 595 Figure 10: Irrigation Schedule generated by the system. Figure 11: Events are stored in the system and can be viewed by the farmer. Figure 12: Farmer selects the next irrigation and enters the date of previous irrigation for accurate results. Figure 13: System generates the next irrigation date. 5. CONCLUSION Comparing conventional and IOT based method of farming, the efficiency of farming based on IOT is high. Collecting real time meaningful data is possible due to IOT based applications. Our project has been developed for five crops and has incorporated information which will meetthe needs of experienced as well as inexperienced farmers. The problems of excess water application, improper application of fertilizers can be avoided to limit water usage and obtain optimal yield. The irrigation schedule generated is dynamic and flexible as it allows the farmer to plan irrigations according to his needs. ACKNOWLEDGEMENT We would like to express a deep sense of gratitude towards our HOD and our project guide of the Computer Engineering Department for their constant encouragement and valuable suggestions. The work that we are able to present is possible because of their timely guidance. We are also grateful to the teaching staff of the Computer Engineering Department who lent their helping hand in providing continuous support.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 596 REFERENCES 1) Snigdha Sen, Madhu B, “SMART AGRICULTURE: A BLISS TO FARMERS”, International Journal of Engineering Sciences & Research Technology, April, 2017. 2) Jeetendra Shenoy, Yogesh Pingle, “IOT in Agriculture", Proceedings of the 10th INDIACom:INDIACom-2016. 3) https://www.iotforall.com/iot-applications-in- agriculture/ 4) Yadvinder Singh, Surinder S. Kukal, Mangi Lal Jat, Harminder S. Sidhu,” Improving Water Productivity of Wheat-Based Cropping Systems in South Asia for Sustained Productivity”, volume 127, 2014. 5) “Irrigation Engineering And Hydraulic Structures” by Santosh Kumar Garg, 32nd revised edition, Khanna Publishers. 6) http://cropin.co.in/ 7) https://app.smart-fertilizer.com/login 8) https://www.apixu.com/api- explorer.aspx?key=4153d0a630f54aa6b6f7283417151 0 9) J Doorenbos, W.O Prult, A. Aboukhaled, J Damagnez, N.G Dastane, C. Van Den Berg, P.E Rijterna, O.M Ashford, M. Frere, FAO Field Staff,” Crop Water Requirements”, FAO Irrigation and Drainage paper 24. 10) UNDERSTANDING YOUR SOIL ANALYSIS REPORT, Compiled & Edited by Peaceful Valley Farm Supply. 11) http://www1.agric.gov.ab.ca/$department/deptdocs.ns f/all/crop1273 12) http://www.ikisan.com 13) http://www.apnikheti.com/home 14) http://www.fao.org/docrep/t7202e/t7202e06.htm