SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3106
Soil Analysis and Crop Fertility Prediction
Komal Abhang1, Surabhi Chaughule2, Pranali Chavan3, Shraddha Ganjave4
1,2,3,4Student VIII Sem B.E., Computer Engg. , RGIT, Mumbai, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In India, farming is done by traditional method,
farmerโ€™s plant crops traditionally without knowing the
content of soil and quality of that soil. As a result farmers
will not gain sufficient profit from there farming. The
existing method of soil testing is manual method which
starts by taking soil samples and then sends to laboratories
for testing. This manual process is time consuming and not
so feasible. Due to human intervention there are chances of
human errors so farmers may receive incorrect report. So
there is need of automated process for soil testing and crop
prediction. Testing of soil is important because soil testing
helps to determine fertility of soil and thus crop prediction
can be done. So we proposed a system which will have a
handheld device which gives pH value and we will estimate
Nitrogen (N), Phosphorus (P) and Potassium (K) from the
pH of that soil. We are using classification algorithm to
predict suitable crops based on the values we get from our
device and we will also provide suitable fertilizers required
for that land.
Key Words: Soil Fertility Analysis, Machine Learning,
pH meter, NPK, Crop Prediction, Fertilizer Suggestion.
1.INTRODUCTION
In India, agriculture is one of the important sectors as 50%
workforce is involved in agricultural activities. India
accounts for 7.68% of total global agricultural output. GDP
of Industry sector is $495.62 billion and world rank is 12.
In Services sector, India world rank is 11 and GDP is
$1185.79 billion. Contribution of Agriculture sector in
Indian economy is much higher than world's average
(6.1%). But Traditional farms in India still have some of
lowest per capita productivity and farmer incomes[8].
This sector also require a lot of human efforts to do
different kind of task like watering crop, cultivating crop,
spreading pesticides etc. Soil analysis is important
methodology as it gives nutrients present in soil such as
NPK values and pH value. In automated soil testing human
efforts will be reduced by monitoring the quality of soil
using soil sensor. Depending on the values we get from our
device suitable list of crops is predicted. Crop prediction is
also important parameter in order to increase the yield
production. So on the basis of NPK and pH value we
predict the appropriate crop along with the required
fertilizers so that farmers will overcome the exiting
method drawback.
2. Literature Survey
Paper 1:
In this paper, their proposed system determined the basic
constituents of soil like pH and electrical conductivity
which majorly affect the quality of soil. This system
includes portable device which is made up using pH and
EC sensors and Arduino board along with the analog to
digital converter. Sensors sensed the pH and EC of
particular soil sample gives the value to the Arduino
board in real time. Analog to Digital Converter is used to
convert analog ph value to digital value. Arduino board
requires 9V power supply which is given by adapter and
sensors require 3.3V-5V power. With the help of Arduino,
pH value is converted into Nitrogen , Phosphorus and
potassium which determines the soil quality. Arduino
displayed NPK values on display screen and farmer have
to manually enter NPK values in his own remote device
application. Application will give digitally generated
fertility report which contain suitable crops and required
fertilizer[1].
Paper 2:
In this paper, data mining algorithms are used on
agriculture data. They collected the dataset from
agriculture university which contain various attributes
like sample no., block no., soil type, pH value, EC, NPK.
Initially datasets was in excel sheets are converted in .CSV
file format to be accessed in WEKA. They used WEKA tool
which is open source software for data mining. Data sets
contain instances with missing attribute value, noisy data
and miss-match therefore they used WEKA filter
techniques. Now the soil sample will be classified into two
classes either suitable soil or non-suitable soil. The major
condition for this classification is if the value of pH is
greater than 8.5 then soil is non-suitable otherwise it is
suitable for crop cultivation. Now they apply four different
classification algorithms on preprocessed dataset and
compare all the results and choose one classifier which
gives best result. According to their system, J48 classifier
gives best result with highest accuracy. Here we conclude
that data mining plays a major role to improve the crop
prediction in agriculture[2].
3 System Analysis
3.1 Problem Definition
Farmer must have knowledge about soil fertility for better
crop yield. Farmers must be aware of macronutrients and
micronutrients present in soil to gain maximum yield of
particular crop and to know which fertilizer to use.
Therefore Soil Testing is major factor in Farming. In
current scenario soil testing in Central government Labs
takes 2 to 3 months to test particular soil sample. There
are chances that Soil samples may get misplaced and
farmers may get wrong reports. So we are proposing a
model to automate Manual soil testing process.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3107
3.2 Scope
Our system will analyze the soil parameters and nutrients
present in soil like NPK which will help to determine
fertility level of that soil. Along with soil analysis our
system will also predict the crops. System will also
suggest list of fertilizers for that crop according to NPK
values. Farmers can test the soil multiple number of times
during cultivation process and take necessary precaution
to get good yield. At the end reports will be generated so
farmers can keep record of their fertility.
3.3 Proposed System
The main aim of our System is to Atomize current manual
soil testing procedure. In our system we are building
handheld device using pH meter which will give pH value
of soil. pH is negative log of hydronium ion mole per liter
pH = - log [H3O+].[9] With help of this pH value we will
estimate NPK of that soil, which are necessary
Macronutrients of soil.
Fig -1: Nutrients present at particular pH value[1]
These will decide fertility of soil. For our software model
we will be training crop database and we will classify that
particular soil sample into particular class using
classification algorithm. Depending on class determined
by our system we will give list of crops suitable for that
particular soil sample. Also provide suggestion of fertilizer
for particular crop.
3.4 Working
Proposed System includes pH meter, Arduino board,
ESP8266, MySQL server. Arduino board requires 9V
power and ESP8266 also requires 5V power which is
provided using adapter.
Fig -2: Soil Analysis Model
Our System consists of handheld device which is build
using pH meter whose one wire is connected to ground
and another to A0 pin of Arduino board. Initially when we
insert pH meter into soil then it senses value and sends to
arduino, where analog pH range is converted into actual
pH range. Now this actual pH value of soil is sent to server
using Wi-fi module (ESP8266). At server side we will
convert pH to NPK and depending on these values we
decide fertility level of soil and classify into either LOW,
MEDIUM, HIGH class.
Chart -1: Crop Dataset[3]
This fertility class is decided by Machine Learning
Classification Algorithm. Now list of crops suitable for that
fertility class will be displayed. We will also provide a
module where farmer can enter crop he want to grow and
depending on that we will suggest fertilizer to improve
yield of that crop in his soil.
4. CONCLUSIONS
In this project we implement automated soil testing
method using a handheld device which will determine the
pH of that soil. Then on basis of pH we will give values of
nutrients i.e. NPK present in soil. On the basis of values we
get from our device we predict list of suitable crops and
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
ยฉ 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3108
fertilizers. We will overcome drawback of manual soil
testing process by replacing the process with our model
which gives real time result. The proposed method is very
efficient to use.
REFERENCES
[1] Dharesh Vadalia, Minal Vaity, Krutika Tawate,
Dynaneshwar Kapse, โ€œReal Time soil fertility analyzer
and crop predictionโ€, IRJET, Volume 4, Issue 3, March
17.
[2] Mrs. N. Hemageetha, Dr. G.M. Nasira, โ€œAnalysis of soil
condition Based on pH value using Classification
Techniqueโ€, IOSR-JCE, Volume 18, Issue 6, Nov 16.
[3] DBSKKV, Agriculture Information Technology Centre,
Dapoli
[4] http://fert.nic.in/sites/default/files/Indian%20Fertili
zer%20SCENARIO-2014_0.pdf
[5] https://www.researchgate.net/figure/The-effect-of-
soil-pH-on-nutrient-availability_fig2_277669269
[6] https://www.arduino.cc/en/Guide/HomePage
[7] https://en.wikipedia.org/wiki/ESP8266
[8] https://en.wikipedia.org/wiki/Agriculture_in_India
[9] https://www.chem.purdue.edu/gchelp/howtosolveit/
.../Calculating_pHandpOH.htm

More Related Content

What's hot

What's hot (8)

IRJET-Development of Smart Irrigation System
IRJET-Development of Smart Irrigation SystemIRJET-Development of Smart Irrigation System
IRJET-Development of Smart Irrigation System
ย 
IOT BASED SMART IRRIGATION SYSTEM BY EXPLOITING DISTRIBUTED SENSORIAL NETWORK
IOT BASED SMART IRRIGATION SYSTEM BY  EXPLOITING DISTRIBUTED SENSORIAL NETWORK IOT BASED SMART IRRIGATION SYSTEM BY  EXPLOITING DISTRIBUTED SENSORIAL NETWORK
IOT BASED SMART IRRIGATION SYSTEM BY EXPLOITING DISTRIBUTED SENSORIAL NETWORK
ย 
IRJET- Crop Yield Prediction based on Climatic Parameters
IRJET- Crop Yield Prediction based on Climatic ParametersIRJET- Crop Yield Prediction based on Climatic Parameters
IRJET- Crop Yield Prediction based on Climatic Parameters
ย 
An Efficient and Novel Crop Yield Prediction Method using Machine Learning Al...
An Efficient and Novel Crop Yield Prediction Method using Machine Learning Al...An Efficient and Novel Crop Yield Prediction Method using Machine Learning Al...
An Efficient and Novel Crop Yield Prediction Method using Machine Learning Al...
ย 
Mechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industriesMechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industries
ย 
Implementation of soil energy harvesting system for agriculture parameters mo...
Implementation of soil energy harvesting system for agriculture parameters mo...Implementation of soil energy harvesting system for agriculture parameters mo...
Implementation of soil energy harvesting system for agriculture parameters mo...
ย 
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
ย 
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
ย 

Similar to IRJET- Soil Analysis and Crop Fertility Prediction

Similar to IRJET- Soil Analysis and Crop Fertility Prediction (20)

Soil Profile Based Crop Prediction System
Soil Profile Based Crop Prediction SystemSoil Profile Based Crop Prediction System
Soil Profile Based Crop Prediction System
ย 
Real Time soil fertility analyzer and crop prediction
Real Time soil fertility analyzer and crop predictionReal Time soil fertility analyzer and crop prediction
Real Time soil fertility analyzer and crop prediction
ย 
IRJET - Agrotech: Soil Analysis and Crop Prediction
IRJET - Agrotech: Soil Analysis and Crop PredictionIRJET - Agrotech: Soil Analysis and Crop Prediction
IRJET - Agrotech: Soil Analysis and Crop Prediction
ย 
IRJET- IOT in Agriculture
IRJET- IOT in AgricultureIRJET- IOT in Agriculture
IRJET- IOT in Agriculture
ย 
IRJET- Smart Agriculture Assistant and Crop Price Pediction
IRJET-  	  Smart Agriculture Assistant and Crop Price PedictionIRJET-  	  Smart Agriculture Assistant and Crop Price Pediction
IRJET- Smart Agriculture Assistant and Crop Price Pediction
ย 
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- IoT based Leaf Disease Detection and Fertilizer Recommendation
IRJET- IoT based Leaf Disease Detection and Fertilizer RecommendationIRJET- IoT based Leaf Disease Detection and Fertilizer Recommendation
IRJET- IoT based Leaf Disease Detection and Fertilizer Recommendation
ย 
Smart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsSmart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning Algorithms
ย 
Automated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoTAutomated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoT
ย 
IRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLC
ย 
IRJET- Android Mobile based Spatial Evaluation of Physio Chemical Parameters ...
IRJET- Android Mobile based Spatial Evaluation of Physio Chemical Parameters ...IRJET- Android Mobile based Spatial Evaluation of Physio Chemical Parameters ...
IRJET- Android Mobile based Spatial Evaluation of Physio Chemical Parameters ...
ย 
IRJET- Crop Prediction and Disease Detection
IRJET-  	  Crop Prediction and Disease DetectionIRJET-  	  Crop Prediction and Disease Detection
IRJET- Crop Prediction and Disease Detection
ย 
IRJET - IoT based Fertilizer Injector for Agricultural Plants
IRJET -  	  IoT based Fertilizer Injector for Agricultural PlantsIRJET -  	  IoT based Fertilizer Injector for Agricultural Plants
IRJET - IoT based Fertilizer Injector for Agricultural Plants
ย 
โ€œPlant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
โ€œPlant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...โ€œPlant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
โ€œPlant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
ย 
IRJET- Farmerโ€™s Friend
IRJET-  	  Farmerโ€™s FriendIRJET-  	  Farmerโ€™s Friend
IRJET- Farmerโ€™s Friend
ย 
โ€œโ€œ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โ€โ€
ย 
Embedded Decision Support System for Smart Farming
Embedded Decision Support System for Smart FarmingEmbedded Decision Support System for Smart Farming
Embedded Decision Support System for Smart Farming
ย 
Crop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine LearningCrop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine Learning
ย 
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- Quality Controller and Notification System for Chemical Manufactur...
IRJET-  	  Quality Controller and Notification System for Chemical Manufactur...IRJET-  	  Quality Controller and Notification System for Chemical Manufactur...
IRJET- Quality Controller and Notification System for Chemical Manufactur...
ย 

More from 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 project
Tonystark477637
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
rknatarajan
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
KreezheaRecto
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 

Recently uploaded (20)

Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
ย 
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
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
ย 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
ย 
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
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
ย 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
ย 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
ย 
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...
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
ย 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 

IRJET- Soil Analysis and Crop Fertility Prediction

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3106 Soil Analysis and Crop Fertility Prediction Komal Abhang1, Surabhi Chaughule2, Pranali Chavan3, Shraddha Ganjave4 1,2,3,4Student VIII Sem B.E., Computer Engg. , RGIT, Mumbai, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In India, farming is done by traditional method, farmerโ€™s plant crops traditionally without knowing the content of soil and quality of that soil. As a result farmers will not gain sufficient profit from there farming. The existing method of soil testing is manual method which starts by taking soil samples and then sends to laboratories for testing. This manual process is time consuming and not so feasible. Due to human intervention there are chances of human errors so farmers may receive incorrect report. So there is need of automated process for soil testing and crop prediction. Testing of soil is important because soil testing helps to determine fertility of soil and thus crop prediction can be done. So we proposed a system which will have a handheld device which gives pH value and we will estimate Nitrogen (N), Phosphorus (P) and Potassium (K) from the pH of that soil. We are using classification algorithm to predict suitable crops based on the values we get from our device and we will also provide suitable fertilizers required for that land. Key Words: Soil Fertility Analysis, Machine Learning, pH meter, NPK, Crop Prediction, Fertilizer Suggestion. 1.INTRODUCTION In India, agriculture is one of the important sectors as 50% workforce is involved in agricultural activities. India accounts for 7.68% of total global agricultural output. GDP of Industry sector is $495.62 billion and world rank is 12. In Services sector, India world rank is 11 and GDP is $1185.79 billion. Contribution of Agriculture sector in Indian economy is much higher than world's average (6.1%). But Traditional farms in India still have some of lowest per capita productivity and farmer incomes[8]. This sector also require a lot of human efforts to do different kind of task like watering crop, cultivating crop, spreading pesticides etc. Soil analysis is important methodology as it gives nutrients present in soil such as NPK values and pH value. In automated soil testing human efforts will be reduced by monitoring the quality of soil using soil sensor. Depending on the values we get from our device suitable list of crops is predicted. Crop prediction is also important parameter in order to increase the yield production. So on the basis of NPK and pH value we predict the appropriate crop along with the required fertilizers so that farmers will overcome the exiting method drawback. 2. Literature Survey Paper 1: In this paper, their proposed system determined the basic constituents of soil like pH and electrical conductivity which majorly affect the quality of soil. This system includes portable device which is made up using pH and EC sensors and Arduino board along with the analog to digital converter. Sensors sensed the pH and EC of particular soil sample gives the value to the Arduino board in real time. Analog to Digital Converter is used to convert analog ph value to digital value. Arduino board requires 9V power supply which is given by adapter and sensors require 3.3V-5V power. With the help of Arduino, pH value is converted into Nitrogen , Phosphorus and potassium which determines the soil quality. Arduino displayed NPK values on display screen and farmer have to manually enter NPK values in his own remote device application. Application will give digitally generated fertility report which contain suitable crops and required fertilizer[1]. Paper 2: In this paper, data mining algorithms are used on agriculture data. They collected the dataset from agriculture university which contain various attributes like sample no., block no., soil type, pH value, EC, NPK. Initially datasets was in excel sheets are converted in .CSV file format to be accessed in WEKA. They used WEKA tool which is open source software for data mining. Data sets contain instances with missing attribute value, noisy data and miss-match therefore they used WEKA filter techniques. Now the soil sample will be classified into two classes either suitable soil or non-suitable soil. The major condition for this classification is if the value of pH is greater than 8.5 then soil is non-suitable otherwise it is suitable for crop cultivation. Now they apply four different classification algorithms on preprocessed dataset and compare all the results and choose one classifier which gives best result. According to their system, J48 classifier gives best result with highest accuracy. Here we conclude that data mining plays a major role to improve the crop prediction in agriculture[2]. 3 System Analysis 3.1 Problem Definition Farmer must have knowledge about soil fertility for better crop yield. Farmers must be aware of macronutrients and micronutrients present in soil to gain maximum yield of particular crop and to know which fertilizer to use. Therefore Soil Testing is major factor in Farming. In current scenario soil testing in Central government Labs takes 2 to 3 months to test particular soil sample. There are chances that Soil samples may get misplaced and farmers may get wrong reports. So we are proposing a model to automate Manual soil testing process.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3107 3.2 Scope Our system will analyze the soil parameters and nutrients present in soil like NPK which will help to determine fertility level of that soil. Along with soil analysis our system will also predict the crops. System will also suggest list of fertilizers for that crop according to NPK values. Farmers can test the soil multiple number of times during cultivation process and take necessary precaution to get good yield. At the end reports will be generated so farmers can keep record of their fertility. 3.3 Proposed System The main aim of our System is to Atomize current manual soil testing procedure. In our system we are building handheld device using pH meter which will give pH value of soil. pH is negative log of hydronium ion mole per liter pH = - log [H3O+].[9] With help of this pH value we will estimate NPK of that soil, which are necessary Macronutrients of soil. Fig -1: Nutrients present at particular pH value[1] These will decide fertility of soil. For our software model we will be training crop database and we will classify that particular soil sample into particular class using classification algorithm. Depending on class determined by our system we will give list of crops suitable for that particular soil sample. Also provide suggestion of fertilizer for particular crop. 3.4 Working Proposed System includes pH meter, Arduino board, ESP8266, MySQL server. Arduino board requires 9V power and ESP8266 also requires 5V power which is provided using adapter. Fig -2: Soil Analysis Model Our System consists of handheld device which is build using pH meter whose one wire is connected to ground and another to A0 pin of Arduino board. Initially when we insert pH meter into soil then it senses value and sends to arduino, where analog pH range is converted into actual pH range. Now this actual pH value of soil is sent to server using Wi-fi module (ESP8266). At server side we will convert pH to NPK and depending on these values we decide fertility level of soil and classify into either LOW, MEDIUM, HIGH class. Chart -1: Crop Dataset[3] This fertility class is decided by Machine Learning Classification Algorithm. Now list of crops suitable for that fertility class will be displayed. We will also provide a module where farmer can enter crop he want to grow and depending on that we will suggest fertilizer to improve yield of that crop in his soil. 4. CONCLUSIONS In this project we implement automated soil testing method using a handheld device which will determine the pH of that soil. Then on basis of pH we will give values of nutrients i.e. NPK present in soil. On the basis of values we get from our device we predict list of suitable crops and
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 ยฉ 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3108 fertilizers. We will overcome drawback of manual soil testing process by replacing the process with our model which gives real time result. The proposed method is very efficient to use. REFERENCES [1] Dharesh Vadalia, Minal Vaity, Krutika Tawate, Dynaneshwar Kapse, โ€œReal Time soil fertility analyzer and crop predictionโ€, IRJET, Volume 4, Issue 3, March 17. [2] Mrs. N. Hemageetha, Dr. G.M. Nasira, โ€œAnalysis of soil condition Based on pH value using Classification Techniqueโ€, IOSR-JCE, Volume 18, Issue 6, Nov 16. [3] DBSKKV, Agriculture Information Technology Centre, Dapoli [4] http://fert.nic.in/sites/default/files/Indian%20Fertili zer%20SCENARIO-2014_0.pdf [5] https://www.researchgate.net/figure/The-effect-of- soil-pH-on-nutrient-availability_fig2_277669269 [6] https://www.arduino.cc/en/Guide/HomePage [7] https://en.wikipedia.org/wiki/ESP8266 [8] https://en.wikipedia.org/wiki/Agriculture_in_India [9] https://www.chem.purdue.edu/gchelp/howtosolveit/ .../Calculating_pHandpOH.htm