SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 397
INTELLIGENT FARMS
KASTURI JAMALE1, PRATIKSHA HANDORE2, VAISHNAVI KALE3, SAYALI JADHAV4,
SHAMLI GADEKAR5, PROF. S. C. SURYAWANSHI6
1,2,3,4,5,6 Department of Computer Engineering, Sinhgad College of Engineering
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Agriculture is the backbone of Indian economy.
There has been a rapid increase in population hence
qualitative and quantitative production of crops is expected.
Along with this there are other problems in agriculture like
water shortage, less man powerandexcessiveuseofpesticides.
Therefore automation has been introduced in agriculture to
boost the traditional methods. Thistypeofagricultureiscalled
precision agriculture using IoT. The project involves the use of
various technologies. Wireless Sensor Networks(WSN), Cloud
Computing, Data Mining and Androidapplicationareinvolved
within the project. Basically a Wemos D1 Mini (ESP8266)
along with sensors is installed in the farm. It senses the
environmental parameters and sends data over WiFi to Cloud
storage. This data is later mined to generate predictions. The
predictions in turn will be used toinformthefarmeramountof
water or pesticide to be sprayed andtime intervalsafterwhich
it has to be repeated. There will be an Android app to inform
farmer about these things. Thus the farmer will be able to
remotely control operations on the farm. This will also reduce
his frequent visits for these activities to the farm.
Key Words: IoT, Cloud computing, WSN, Wemos D1
Mini, Agriculture, Data Mining, Android.
1. INTRODUCTION
Agriculture is the backbone of Indian Economy. Due to
increase in population a large amount of quality & quantity
production of crops is expected from small areas. There is
shortage of water and it is necessary to increase the
efficiency & reduce man-power. Excessive use of pesticides,
injections & carpet leads to health issue and so it is
necessary to promote technology in agriculture through
which control over irrigation and usage of pesticides can be
monitored & actuated. This can be achieved by the
technologies such as IoT, Wireless Sensor Networks (WSN),
Android & Data Mining.
2. LITERATURE SURVEY
Mohanraj I, Kirthika Ashokumar, Naren J have proposed
Field monitoring and Automation using IOT in Agriculture
Domain.
The paper suggests that there is scarcity of water and
manpower in agriculture. So we need to automate
agriculture to effectively use available resources. System
design and realization are using knowledge base, which
stores information to create the advisory service.
The steps in knowledge base are:
1. Realized inputs: It contains informationaboutcostofcrop,
diseases, geographical conditions, weather and water.
2. Data Acquisition: it contains collecting information from
different sources under one roof for analysis purpose.
3. Knowledge Flow: It describes data flowamongmodulesof
the system.
It explains the software and hardware requirements also.
The System Architecture is mentioned thereafter which
contains:
1. Monitoring Plant Growth: Review of growth stages.
2. Irrigation Planner: To manage the irrigation plans andthe
flow of water as per need of crop and environmental
conditions.
3. Problem identification: Reports problems.
4. Well Dry Checks: Well water level is checked and refilled
as required.
5. Field Dry Check: To check the moisture in field.
It provides drawbacks and comparative study of developed
and existing system. [1]
Raheela Shahzadi, Muhammad Tausif, Muhammad Asif
Suryani, Javed Ferzund proposed Internet of things based
Expert Systems for Smart Agriculture. The concept of IoT is
the introductory part. It also tells problem in farming due to
which we are adopting IoT in agriculture. It talks about
creating an expert system (ES) for different crops which
pinpoints the problems as well as suggests the solution.This
system gathers lot of knowledge from different sources.
Sensors operated in the field send data to base station. The
ES processes data and generates results or decisions for
farmer on their phone. This helps monitoring and timely
decision for better production. It names a few ES developed
earlier. There are these sensors in the field on an agriculture
board where Xbee module is present. They send the data
over gateway to the computer. The Expert System analyses
and sends the predictions to farmer’s mobile.[2]
T. Satish, T. Bhavani, Shameena Begumproposed Agriculture
Productivity Enhancement System using IoT.
The third paper discusses abouttheAgricultureProductivity
Environment System using IoT. It explains the importance
and meaning of IOT in agriculture. IOT provides a way to
manage and control the activities in farm. There can be
various management systems like irrigation management,
pesticide management etc. It gives an example of pesticide
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 398
management system whichincludesobservation,inspection,
identification and record tracking. It aimsatincreasing plant
productivity, identifying harmful diseases for crops and
utilizing pesticides effectively. It further explains
technologies to be used like mobile app, data analytics using
R-programming, Raspberry Pi 3, sensors etc. The further
part is prototype architecture of proposed system which
consists of nodes in field having 4 sensors each which sense
the data, collect it and send it to clouddatabase(serverside).
The client side accesses this data and generates interesting
patterns. For this the server side uses decision tree
algorithm. The result is sent to client side/ mobile app as
desired output. The algorithm of decision tree is explained,
how it works along with pseudo code & flow chart provided
for explanation. Pruning of DT is also explained. Basically,
these predictions are made to help the farmer.[3]
3. METHODOLOGY
A. Representation of Components and Setup:
Fig -1: Setup and Components
Wemos D1 Mini and sensors are embedded on the board.
Sensors used are soil sensors (for moisture), DTH11 sensor
(temperature and humidity) or other sensorspecific tocrop.
A power supply is provided to the board. A water pump
motor and pesticide sprayer arepresentalong withbridgeto
drive them. Wi-fi module is also present on the board for
internet connectivity.
B. System Overview and Implementation Details:
Various boards will be deployed at different location in the
farm. With the help of Wi-Fi modules on each board the
sensor data collected will be transferred to the cloud
(database).The data stored on cloud will be analyzed using
specific algorithm for large amount of sensor data. The
sensor data will be sent on the cloud through the Wi-Fi
module. Further data mining will be performed on the data.
C4.5 algorithm is used for predictions.Data analysiswill help
to determine the current state of farm, crop and
environment. After predictions are made, suggestive
measures will be generated. Standard knowledge base has
ideal water-level requirement and list of specific infections
to crop. Suppose the prediction indicated that the water
supplied to the crop is not sufficient then we can determine
the extra water that should be supplied to crop by referring
the knowledge base values. Similar thing can be done for
pesticide system.
Fig -2: System Overview
This amount of water required will be sent to thefarmer asa
suggestive measure and he can decide whether to switch on
the water supply at that time to meet the crop’s water
requirement. Opposite operation is suggested if water level
is excessive. Farmergetssuggestionsandnotificationson the
Android app provided. Wemos D1 Mini is compatible with
Arduino software where codesforsensorsarewritten.Inthe
android app, when farmer presses on/off button for any of
these two systems, the respective action is taken
accordingly.
C. Modules:
Web Based GUI:
Server will be web based application and this module will
be responsible to take inputs from admin. The GUI is
developed in HTML and Java-script. Our server input will
be taken through this GUI where proper validations are
supported. This includes new farmer registration, viewing
field values and details of the farm, etc.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 399
Database Manager:
This module will help to handle all database related activity.
All the SQL queries will be taken care in this module. A
database connection polling system will be present to avoid
repeatedly opening and closing database connection. The
JDBC driver manager ensures that the correct driver is used
to access each data source. The driver manager is capable of
supporting multiple concurrent drivers connected to
multiple heterogeneous databases.
Android Application:
Android application is developed for the farmer through
which he can connect to the server. After that he can login or
sign up. Upon login he can see the farm details like soil
moisture, temperature and humidity. He can even switch
ON/OFF the motor and pesticide sprayer system upon
suggestions received through data mining
Other than this Arduino Uno software is used for sensor
coding. On the console of this app the sensor values
currently sensed are visible.
D. Algorithm:
C4.5 Decision Tree
Decision trees are most widely usedclassifier,consistofa set
of rules which are applied in a sequential way and finally
yield a decision.
The steps in C4.5 Decision tree classifier are as follows:
Step 1: To classify a new item, the C4.5 classifier first creates
a decision tree based on the attribute value contained in the
training data.
Step 2: Each time when it finds a set of items in the training
set it recognizes the attribute that segregate the various
instances in the set.
Step 3: In order to specify the best attribute that distinguish
the given tuples, we use attribute_selection_method.
Step 4: The attribute_selection_method employs the
Information Gain.
Step 5: The information still needed to do an exact
classification is given by:
Info(D)= −Σ𝑝𝑖𝑚𝑖=1𝑙𝑜𝑔2 (𝑝𝑖)
𝐼𝑛𝑓𝑜𝐴 (𝐷)= Σ𝐷𝑗𝐷×𝐼𝑛𝑓𝑜(𝐷𝑗)
The term 𝐷𝑗𝐷 is the weight of the 𝑗𝑡𝑕 partition.
InfoA (D) is the expected information required.
Step 6: Computing Gain (A) tells us how much we gained by
branching on A
Gain(A)=𝐼𝑛𝑓𝑜(𝐷)−𝐼𝑛𝑓𝑜(𝐷𝑗)
Information gain measure is biased towards attributes with
a large number of values
Hence C4.5 is used which uses gain ratio to overcome the
problem.
Step 7: Computing Gain Ratio (A) tells us how much we
gained by branching on A
Step 8: Attribute having the highest gain ratio is considered
as the splitting attribute.
Step 9: Continue in this manner to get a clear decision of
which combination of attributes gives a particular target
value.
4. RESULTS AND DISCUSSIONS:
The Results of the proposed system are:
1. Server is run first along with Android code. Then farmer
and admin both can register and login. After that admin gets
welcome page. He can view particular farmer details, his
field details and sensor values. Similarly after farmer logsin,
he gets welcome page, he can add farm details, view farm
details and view sensor details. This is shown in figure
below.
Fig -3: Server image
2. As far as Android app is considered, the farmer connects
to the server address. After that he can login and signup. On
login he can view farm sensor values and suggestions
provided by data mining. Later he can press ON/OFF button
on the app to switch ON/OFF the irrigation and pesticide
system
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 400
Fig -4: Android Menu
Fig -5: Android Sensor Values Image
Fig -6: Android Disease Information Page
5. CONCLUSION:
To increase the production of crops in agriculture and
improve quality and quantity, technological support should
be used. Integrating traditional methods of farming with
latest technologies like IoT, Cloud, Android, WSN and Data
mining will benefit the field of agriculture greatly. Hencethe
Intelligent Farms system has been proposed. It will help the
farmers to provide timely irrigation and pesticide control to
the crops. This will in turn increase efficiency and
production in agriculture while also reducing unnecessary
water wastage and damage to crops due to diseases.
REFERENCES
[1] Agriculture Productivity Enhancement System using
IoT: International Journal of Theoretical and Applied
Mechanics.ISSN 0973-6085 Volume 12, Number 3 (2017)
pp.543-554. Research India Publications.
[2] iFarm: Development of Cloud-based System of
Cultivation Management for Precision Agriculture,2013
IEEE Global Conference Electronics(GCCE).
[3] Field Monitoring and Automation using IoT in
Agriculture Domain. 6th International Conference on
Advances in Computing & Communication, ICACC 2016,6-
8 September 2016,Cochin,India
[4] Internet of Things by Expert System for Smart
Agriculture, International Journal of Advanced Computer
Science and Applications, January 2016.
[5] https://en.wikipedia.org.

More Related Content

What's hot

Design of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoDesign of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoIRJET Journal
 
Artificial Intelligence in Agricultural R&D: Issues related to capacity building
Artificial Intelligence in Agricultural R&D: Issues related to capacity buildingArtificial Intelligence in Agricultural R&D: Issues related to capacity building
Artificial Intelligence in Agricultural R&D: Issues related to capacity buildingSudhir Kumar Soam
 
Analysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOTAnalysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOTIRJET Journal
 
Visual Product Identification For Blind Peoples
Visual Product Identification For Blind PeoplesVisual Product Identification For Blind Peoples
Visual Product Identification For Blind PeoplesIRJET Journal
 
IRJET- Research Paper on Inventory Management System
IRJET-  	  Research Paper on Inventory Management SystemIRJET-  	  Research Paper on Inventory Management System
IRJET- Research Paper on Inventory Management SystemIRJET Journal
 
IRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET Journal
 
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image ProcessingIRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image ProcessingIRJET Journal
 
IRJET - Eloquent Salvation and Productive Outsourcing of Big Data
IRJET -  	  Eloquent Salvation and Productive Outsourcing of Big DataIRJET -  	  Eloquent Salvation and Productive Outsourcing of Big Data
IRJET - Eloquent Salvation and Productive Outsourcing of Big DataIRJET Journal
 
IRJET- Smart Agriculture using Clustering and IOT
IRJET-  	  Smart Agriculture using Clustering and IOTIRJET-  	  Smart Agriculture using Clustering and IOT
IRJET- Smart Agriculture using Clustering and IOTIRJET Journal
 
Home Automation using Wi-Fi Interconnection
Home Automation using  Wi-Fi InterconnectionHome Automation using  Wi-Fi Interconnection
Home Automation using Wi-Fi InterconnectionIRJET Journal
 
IRJET- Live Stock Monitoring in Agriculture using IoT
IRJET-  	  Live Stock Monitoring in Agriculture using IoTIRJET-  	  Live Stock Monitoring in Agriculture using IoT
IRJET- Live Stock Monitoring in Agriculture using IoTIRJET Journal
 
IRJET- Arduino Based Child Tracking System Using GPS and GSM
IRJET-  	  Arduino Based Child Tracking System Using GPS and GSMIRJET-  	  Arduino Based Child Tracking System Using GPS and GSM
IRJET- Arduino Based Child Tracking System Using GPS and GSMIRJET Journal
 
IoT Based Autonomous Irrigation System
IoT Based Autonomous Irrigation SystemIoT Based Autonomous Irrigation System
IoT Based Autonomous Irrigation Systemijtsrd
 
An effective identification of crop diseases using faster region based convol...
An effective identification of crop diseases using faster region based convol...An effective identification of crop diseases using faster region based convol...
An effective identification of crop diseases using faster region based convol...IJECEIAES
 
IRJET- End to End Analysis of Agronomy using IoT and Bigdata
IRJET-  	  End to End Analysis of Agronomy using IoT and BigdataIRJET-  	  End to End Analysis of Agronomy using IoT and Bigdata
IRJET- End to End Analysis of Agronomy using IoT and BigdataIRJET Journal
 
ICAR initiatives on Application of Artificial Intelligence and Internet of Th...
ICAR initiatives on Application of Artificial Intelligence and Internet of Th...ICAR initiatives on Application of Artificial Intelligence and Internet of Th...
ICAR initiatives on Application of Artificial Intelligence and Internet of Th...Sudhir Kumar Soam
 
IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)IRJET Journal
 
IRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLCIRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLCIRJET Journal
 
IRJET- Design and Fabrication of Manually Operated Seed Sowing Machine
IRJET- Design and Fabrication of Manually Operated Seed Sowing MachineIRJET- Design and Fabrication of Manually Operated Seed Sowing Machine
IRJET- Design and Fabrication of Manually Operated Seed Sowing MachineIRJET Journal
 
IRJET - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
IRJET -  	  Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...IRJET -  	  Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
IRJET - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...IRJET Journal
 

What's hot (20)

Design of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoDesign of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
 
Artificial Intelligence in Agricultural R&D: Issues related to capacity building
Artificial Intelligence in Agricultural R&D: Issues related to capacity buildingArtificial Intelligence in Agricultural R&D: Issues related to capacity building
Artificial Intelligence in Agricultural R&D: Issues related to capacity building
 
Analysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOTAnalysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOT
 
Visual Product Identification For Blind Peoples
Visual Product Identification For Blind PeoplesVisual Product Identification For Blind Peoples
Visual Product Identification For Blind Peoples
 
IRJET- Research Paper on Inventory Management System
IRJET-  	  Research Paper on Inventory Management SystemIRJET-  	  Research Paper on Inventory Management System
IRJET- Research Paper on Inventory Management System
 
IRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoT
 
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image ProcessingIRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
 
IRJET - Eloquent Salvation and Productive Outsourcing of Big Data
IRJET -  	  Eloquent Salvation and Productive Outsourcing of Big DataIRJET -  	  Eloquent Salvation and Productive Outsourcing of Big Data
IRJET - Eloquent Salvation and Productive Outsourcing of Big Data
 
IRJET- Smart Agriculture using Clustering and IOT
IRJET-  	  Smart Agriculture using Clustering and IOTIRJET-  	  Smart Agriculture using Clustering and IOT
IRJET- Smart Agriculture using Clustering and IOT
 
Home Automation using Wi-Fi Interconnection
Home Automation using  Wi-Fi InterconnectionHome Automation using  Wi-Fi Interconnection
Home Automation using Wi-Fi Interconnection
 
IRJET- Live Stock Monitoring in Agriculture using IoT
IRJET-  	  Live Stock Monitoring in Agriculture using IoTIRJET-  	  Live Stock Monitoring in Agriculture using IoT
IRJET- Live Stock Monitoring in Agriculture using IoT
 
IRJET- Arduino Based Child Tracking System Using GPS and GSM
IRJET-  	  Arduino Based Child Tracking System Using GPS and GSMIRJET-  	  Arduino Based Child Tracking System Using GPS and GSM
IRJET- Arduino Based Child Tracking System Using GPS and GSM
 
IoT Based Autonomous Irrigation System
IoT Based Autonomous Irrigation SystemIoT Based Autonomous Irrigation System
IoT Based Autonomous Irrigation System
 
An effective identification of crop diseases using faster region based convol...
An effective identification of crop diseases using faster region based convol...An effective identification of crop diseases using faster region based convol...
An effective identification of crop diseases using faster region based convol...
 
IRJET- End to End Analysis of Agronomy using IoT and Bigdata
IRJET-  	  End to End Analysis of Agronomy using IoT and BigdataIRJET-  	  End to End Analysis of Agronomy using IoT and Bigdata
IRJET- End to End Analysis of Agronomy using IoT and Bigdata
 
ICAR initiatives on Application of Artificial Intelligence and Internet of Th...
ICAR initiatives on Application of Artificial Intelligence and Internet of Th...ICAR initiatives on Application of Artificial Intelligence and Internet of Th...
ICAR initiatives on Application of Artificial Intelligence and Internet of Th...
 
IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)
 
IRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLCIRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLC
 
IRJET- Design and Fabrication of Manually Operated Seed Sowing Machine
IRJET- Design and Fabrication of Manually Operated Seed Sowing MachineIRJET- Design and Fabrication of Manually Operated Seed Sowing Machine
IRJET- Design and Fabrication of Manually Operated Seed Sowing Machine
 
IRJET - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
IRJET -  	  Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...IRJET -  	  Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
IRJET - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
 

Similar to IRJET-Intelligent Farms

IRJET - Prototype Android based Real Time Crop Information Collection System
 IRJET - Prototype Android based Real Time Crop Information Collection System IRJET - Prototype Android based Real Time Crop Information Collection System
IRJET - Prototype Android based Real Time Crop Information Collection SystemIRJET Journal
 
A Review Paper on Optimize Yield Production Using Data from Sensors
A Review Paper on Optimize Yield Production Using Data from SensorsA Review Paper on Optimize Yield Production Using Data from Sensors
A Review Paper on Optimize Yield Production Using Data from SensorsIRJET Journal
 
IRJET- Smart Irrigation System and Crop Prediction
IRJET-  	  Smart Irrigation System and Crop PredictionIRJET-  	  Smart Irrigation System and Crop Prediction
IRJET- Smart Irrigation System and Crop PredictionIRJET Journal
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. IRJET Journal
 
SMART AGRICULTURE – AUTOMATIC IRRIGATION USING IOT AND GSM
SMART AGRICULTURE – AUTOMATIC IRRIGATION USING IOT AND GSMSMART AGRICULTURE – AUTOMATIC IRRIGATION USING IOT AND GSM
SMART AGRICULTURE – AUTOMATIC IRRIGATION USING IOT AND GSMIRJET Journal
 
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 FarmingIRJET Journal
 
IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...
IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...
IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...IRJET Journal
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine LearningIRJET Journal
 
Cotton Mitra – An Agricultural Advisory System for Cotton Crop
Cotton Mitra – An Agricultural Advisory System for Cotton CropCotton Mitra – An Agricultural Advisory System for Cotton Crop
Cotton Mitra – An Agricultural Advisory System for Cotton CropIRJET Journal
 
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIRJET Journal
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...Journal For Research
 
IoT based Smart Agriculture Monitoring System
IoT based Smart Agriculture Monitoring SystemIoT based Smart Agriculture Monitoring System
IoT based Smart Agriculture Monitoring SystemIRJET Journal
 
AI-Powered Smart Plant Management System
AI-Powered Smart Plant Management SystemAI-Powered Smart Plant Management System
AI-Powered Smart Plant Management SystemIRJET Journal
 
Smart Machine and Application for Rural Development
Smart Machine and Application for Rural DevelopmentSmart Machine and Application for Rural Development
Smart Machine and Application for Rural DevelopmentIRJET Journal
 
IRJET - Live and Smart Agriculture
IRJET - Live and Smart AgricultureIRJET - Live and Smart Agriculture
IRJET - Live and Smart AgricultureIRJET Journal
 
Smart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsSmart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsIRJET Journal
 
IRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoTIRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoTIRJET Journal
 
IRJET- IoT based Smart Greenhouse Automation System
IRJET-  	  IoT based Smart Greenhouse Automation SystemIRJET-  	  IoT based Smart Greenhouse Automation System
IRJET- IoT based Smart Greenhouse Automation SystemIRJET Journal
 
IRJET- The Future of Farming through the IoT Perspective
IRJET- The Future of Farming through the IoT PerspectiveIRJET- The Future of Farming through the IoT Perspective
IRJET- The Future of Farming through the IoT PerspectiveIRJET Journal
 
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...IRJET Journal
 

Similar to IRJET-Intelligent Farms (20)

IRJET - Prototype Android based Real Time Crop Information Collection System
 IRJET - Prototype Android based Real Time Crop Information Collection System IRJET - Prototype Android based Real Time Crop Information Collection System
IRJET - Prototype Android based Real Time Crop Information Collection System
 
A Review Paper on Optimize Yield Production Using Data from Sensors
A Review Paper on Optimize Yield Production Using Data from SensorsA Review Paper on Optimize Yield Production Using Data from Sensors
A Review Paper on Optimize Yield Production Using Data from Sensors
 
IRJET- Smart Irrigation System and Crop Prediction
IRJET-  	  Smart Irrigation System and Crop PredictionIRJET-  	  Smart Irrigation System and Crop Prediction
IRJET- Smart Irrigation System and Crop Prediction
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. 
 
SMART AGRICULTURE – AUTOMATIC IRRIGATION USING IOT AND GSM
SMART AGRICULTURE – AUTOMATIC IRRIGATION USING IOT AND GSMSMART AGRICULTURE – AUTOMATIC IRRIGATION USING IOT AND GSM
SMART AGRICULTURE – AUTOMATIC IRRIGATION USING IOT AND GSM
 
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
 
IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...
IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...
IRJET- Android based Instinctive Nutrition Add-On & Intensive Care for Smart ...
 
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET -  	  A Study on Smart Irrigation System using IoT & Machine LearningIRJET -  	  A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
 
Cotton Mitra – An Agricultural Advisory System for Cotton Crop
Cotton Mitra – An Agricultural Advisory System for Cotton CropCotton Mitra – An Agricultural Advisory System for Cotton Crop
Cotton Mitra – An Agricultural Advisory System for Cotton Crop
 
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
 
IoT based Smart Agriculture Monitoring System
IoT based Smart Agriculture Monitoring SystemIoT based Smart Agriculture Monitoring System
IoT based Smart Agriculture Monitoring System
 
AI-Powered Smart Plant Management System
AI-Powered Smart Plant Management SystemAI-Powered Smart Plant Management System
AI-Powered Smart Plant Management System
 
Smart Machine and Application for Rural Development
Smart Machine and Application for Rural DevelopmentSmart Machine and Application for Rural Development
Smart Machine and Application for Rural Development
 
IRJET - Live and Smart Agriculture
IRJET - Live and Smart AgricultureIRJET - Live and Smart Agriculture
IRJET - Live and Smart Agriculture
 
Smart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsSmart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning Algorithms
 
IRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoTIRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoT
 
IRJET- IoT based Smart Greenhouse Automation System
IRJET-  	  IoT based Smart Greenhouse Automation SystemIRJET-  	  IoT based Smart Greenhouse Automation System
IRJET- IoT based Smart Greenhouse Automation System
 
IRJET- The Future of Farming through the IoT Perspective
IRJET- The Future of Farming through the IoT PerspectiveIRJET- The Future of Farming through the IoT Perspective
IRJET- The Future of Farming through the IoT Perspective
 
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Recently uploaded (20)

★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
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...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

IRJET-Intelligent Farms

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 397 INTELLIGENT FARMS KASTURI JAMALE1, PRATIKSHA HANDORE2, VAISHNAVI KALE3, SAYALI JADHAV4, SHAMLI GADEKAR5, PROF. S. C. SURYAWANSHI6 1,2,3,4,5,6 Department of Computer Engineering, Sinhgad College of Engineering ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Agriculture is the backbone of Indian economy. There has been a rapid increase in population hence qualitative and quantitative production of crops is expected. Along with this there are other problems in agriculture like water shortage, less man powerandexcessiveuseofpesticides. Therefore automation has been introduced in agriculture to boost the traditional methods. Thistypeofagricultureiscalled precision agriculture using IoT. The project involves the use of various technologies. Wireless Sensor Networks(WSN), Cloud Computing, Data Mining and Androidapplicationareinvolved within the project. Basically a Wemos D1 Mini (ESP8266) along with sensors is installed in the farm. It senses the environmental parameters and sends data over WiFi to Cloud storage. This data is later mined to generate predictions. The predictions in turn will be used toinformthefarmeramountof water or pesticide to be sprayed andtime intervalsafterwhich it has to be repeated. There will be an Android app to inform farmer about these things. Thus the farmer will be able to remotely control operations on the farm. This will also reduce his frequent visits for these activities to the farm. Key Words: IoT, Cloud computing, WSN, Wemos D1 Mini, Agriculture, Data Mining, Android. 1. INTRODUCTION Agriculture is the backbone of Indian Economy. Due to increase in population a large amount of quality & quantity production of crops is expected from small areas. There is shortage of water and it is necessary to increase the efficiency & reduce man-power. Excessive use of pesticides, injections & carpet leads to health issue and so it is necessary to promote technology in agriculture through which control over irrigation and usage of pesticides can be monitored & actuated. This can be achieved by the technologies such as IoT, Wireless Sensor Networks (WSN), Android & Data Mining. 2. LITERATURE SURVEY Mohanraj I, Kirthika Ashokumar, Naren J have proposed Field monitoring and Automation using IOT in Agriculture Domain. The paper suggests that there is scarcity of water and manpower in agriculture. So we need to automate agriculture to effectively use available resources. System design and realization are using knowledge base, which stores information to create the advisory service. The steps in knowledge base are: 1. Realized inputs: It contains informationaboutcostofcrop, diseases, geographical conditions, weather and water. 2. Data Acquisition: it contains collecting information from different sources under one roof for analysis purpose. 3. Knowledge Flow: It describes data flowamongmodulesof the system. It explains the software and hardware requirements also. The System Architecture is mentioned thereafter which contains: 1. Monitoring Plant Growth: Review of growth stages. 2. Irrigation Planner: To manage the irrigation plans andthe flow of water as per need of crop and environmental conditions. 3. Problem identification: Reports problems. 4. Well Dry Checks: Well water level is checked and refilled as required. 5. Field Dry Check: To check the moisture in field. It provides drawbacks and comparative study of developed and existing system. [1] Raheela Shahzadi, Muhammad Tausif, Muhammad Asif Suryani, Javed Ferzund proposed Internet of things based Expert Systems for Smart Agriculture. The concept of IoT is the introductory part. It also tells problem in farming due to which we are adopting IoT in agriculture. It talks about creating an expert system (ES) for different crops which pinpoints the problems as well as suggests the solution.This system gathers lot of knowledge from different sources. Sensors operated in the field send data to base station. The ES processes data and generates results or decisions for farmer on their phone. This helps monitoring and timely decision for better production. It names a few ES developed earlier. There are these sensors in the field on an agriculture board where Xbee module is present. They send the data over gateway to the computer. The Expert System analyses and sends the predictions to farmer’s mobile.[2] T. Satish, T. Bhavani, Shameena Begumproposed Agriculture Productivity Enhancement System using IoT. The third paper discusses abouttheAgricultureProductivity Environment System using IoT. It explains the importance and meaning of IOT in agriculture. IOT provides a way to manage and control the activities in farm. There can be various management systems like irrigation management, pesticide management etc. It gives an example of pesticide
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 398 management system whichincludesobservation,inspection, identification and record tracking. It aimsatincreasing plant productivity, identifying harmful diseases for crops and utilizing pesticides effectively. It further explains technologies to be used like mobile app, data analytics using R-programming, Raspberry Pi 3, sensors etc. The further part is prototype architecture of proposed system which consists of nodes in field having 4 sensors each which sense the data, collect it and send it to clouddatabase(serverside). The client side accesses this data and generates interesting patterns. For this the server side uses decision tree algorithm. The result is sent to client side/ mobile app as desired output. The algorithm of decision tree is explained, how it works along with pseudo code & flow chart provided for explanation. Pruning of DT is also explained. Basically, these predictions are made to help the farmer.[3] 3. METHODOLOGY A. Representation of Components and Setup: Fig -1: Setup and Components Wemos D1 Mini and sensors are embedded on the board. Sensors used are soil sensors (for moisture), DTH11 sensor (temperature and humidity) or other sensorspecific tocrop. A power supply is provided to the board. A water pump motor and pesticide sprayer arepresentalong withbridgeto drive them. Wi-fi module is also present on the board for internet connectivity. B. System Overview and Implementation Details: Various boards will be deployed at different location in the farm. With the help of Wi-Fi modules on each board the sensor data collected will be transferred to the cloud (database).The data stored on cloud will be analyzed using specific algorithm for large amount of sensor data. The sensor data will be sent on the cloud through the Wi-Fi module. Further data mining will be performed on the data. C4.5 algorithm is used for predictions.Data analysiswill help to determine the current state of farm, crop and environment. After predictions are made, suggestive measures will be generated. Standard knowledge base has ideal water-level requirement and list of specific infections to crop. Suppose the prediction indicated that the water supplied to the crop is not sufficient then we can determine the extra water that should be supplied to crop by referring the knowledge base values. Similar thing can be done for pesticide system. Fig -2: System Overview This amount of water required will be sent to thefarmer asa suggestive measure and he can decide whether to switch on the water supply at that time to meet the crop’s water requirement. Opposite operation is suggested if water level is excessive. Farmergetssuggestionsandnotificationson the Android app provided. Wemos D1 Mini is compatible with Arduino software where codesforsensorsarewritten.Inthe android app, when farmer presses on/off button for any of these two systems, the respective action is taken accordingly. C. Modules: Web Based GUI: Server will be web based application and this module will be responsible to take inputs from admin. The GUI is developed in HTML and Java-script. Our server input will be taken through this GUI where proper validations are supported. This includes new farmer registration, viewing field values and details of the farm, etc.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 399 Database Manager: This module will help to handle all database related activity. All the SQL queries will be taken care in this module. A database connection polling system will be present to avoid repeatedly opening and closing database connection. The JDBC driver manager ensures that the correct driver is used to access each data source. The driver manager is capable of supporting multiple concurrent drivers connected to multiple heterogeneous databases. Android Application: Android application is developed for the farmer through which he can connect to the server. After that he can login or sign up. Upon login he can see the farm details like soil moisture, temperature and humidity. He can even switch ON/OFF the motor and pesticide sprayer system upon suggestions received through data mining Other than this Arduino Uno software is used for sensor coding. On the console of this app the sensor values currently sensed are visible. D. Algorithm: C4.5 Decision Tree Decision trees are most widely usedclassifier,consistofa set of rules which are applied in a sequential way and finally yield a decision. The steps in C4.5 Decision tree classifier are as follows: Step 1: To classify a new item, the C4.5 classifier first creates a decision tree based on the attribute value contained in the training data. Step 2: Each time when it finds a set of items in the training set it recognizes the attribute that segregate the various instances in the set. Step 3: In order to specify the best attribute that distinguish the given tuples, we use attribute_selection_method. Step 4: The attribute_selection_method employs the Information Gain. Step 5: The information still needed to do an exact classification is given by: Info(D)= −Σ𝑝𝑖𝑚𝑖=1𝑙𝑜𝑔2 (𝑝𝑖) 𝐼𝑛𝑓𝑜𝐴 (𝐷)= Σ𝐷𝑗𝐷×𝐼𝑛𝑓𝑜(𝐷𝑗) The term 𝐷𝑗𝐷 is the weight of the 𝑗𝑡𝑕 partition. InfoA (D) is the expected information required. Step 6: Computing Gain (A) tells us how much we gained by branching on A Gain(A)=𝐼𝑛𝑓𝑜(𝐷)−𝐼𝑛𝑓𝑜(𝐷𝑗) Information gain measure is biased towards attributes with a large number of values Hence C4.5 is used which uses gain ratio to overcome the problem. Step 7: Computing Gain Ratio (A) tells us how much we gained by branching on A Step 8: Attribute having the highest gain ratio is considered as the splitting attribute. Step 9: Continue in this manner to get a clear decision of which combination of attributes gives a particular target value. 4. RESULTS AND DISCUSSIONS: The Results of the proposed system are: 1. Server is run first along with Android code. Then farmer and admin both can register and login. After that admin gets welcome page. He can view particular farmer details, his field details and sensor values. Similarly after farmer logsin, he gets welcome page, he can add farm details, view farm details and view sensor details. This is shown in figure below. Fig -3: Server image 2. As far as Android app is considered, the farmer connects to the server address. After that he can login and signup. On login he can view farm sensor values and suggestions provided by data mining. Later he can press ON/OFF button on the app to switch ON/OFF the irrigation and pesticide system
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 400 Fig -4: Android Menu Fig -5: Android Sensor Values Image Fig -6: Android Disease Information Page 5. CONCLUSION: To increase the production of crops in agriculture and improve quality and quantity, technological support should be used. Integrating traditional methods of farming with latest technologies like IoT, Cloud, Android, WSN and Data mining will benefit the field of agriculture greatly. Hencethe Intelligent Farms system has been proposed. It will help the farmers to provide timely irrigation and pesticide control to the crops. This will in turn increase efficiency and production in agriculture while also reducing unnecessary water wastage and damage to crops due to diseases. REFERENCES [1] Agriculture Productivity Enhancement System using IoT: International Journal of Theoretical and Applied Mechanics.ISSN 0973-6085 Volume 12, Number 3 (2017) pp.543-554. Research India Publications. [2] iFarm: Development of Cloud-based System of Cultivation Management for Precision Agriculture,2013 IEEE Global Conference Electronics(GCCE). [3] Field Monitoring and Automation using IoT in Agriculture Domain. 6th International Conference on Advances in Computing & Communication, ICACC 2016,6- 8 September 2016,Cochin,India [4] Internet of Things by Expert System for Smart Agriculture, International Journal of Advanced Computer Science and Applications, January 2016. [5] https://en.wikipedia.org.