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: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 57
Water consumption by self-watering
Tejaswini R.jawale1, Prajkta R.Surwase2, Khaleda I. Maneri3, Pathan H. A.4
123 Students, Fabtech Technical Campus College of Engg. And Research Sangola.
4 Professor, Dept. of ENTC Engineering, Fabtech Technical Campus College of Engg. And Reaserch Sangola,
Maharashtra, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – This paper proposes a design for smart
irrigation system using raspberry pi. It is cost effective, simple
and easy to use to farmers. This system consists of the
temperature sensor, humidity sensor, LDR and soil moisture
sensor which displays result on screen by using python
language to raspberry pi and motor will onbyclickingbutton
on web page.at the time of night the bulb will glow
automatically with the help of LDR .Automation allows us to
control the appliances automatically. This system will be a
substitute to traditional farming method.
Key Words: Raspberry Pi, Temperature sensor, humidity
sensor and soil moisture sensor, relay, LDR, Web page etc.
1. INTRODUCTION
India is largest country in the world, but only 58
million hectors of land was actually irrigated in India.
Because of farmers faces many problems, one of the big
problem is scarcity of water because of that farmers unable
to manage their crop cycle. For this problem we done this
project it is useful for farmers to manage the water and it is
less cost.
Agriculture is the worldwide prime occupation of human
being, 64% of total available land is occupied by the
agriculture, and it contains 85% freshwater. This figure of
water consumption increaseseveryyearduetoglobalization
and population of growth.
This paper presents the smart irrigation system for garden
or small area irrigation with the use of devices like
raspberry pi 3+ model b, python programming language
and also creates a web page for automation purpose. Each
type of crops needs different soil moisture for smooth
growth. Hence the soil moisture is a keyvariablethatcanbe
used to determine the quantity of water needed. Besides,
the availability of the amount of temperature is also very
crucial for crops. Wrong timing of watering can cause more
harm rather than benefit.
Moisture sensor was installed near the roots and
temperature sensor is installed further away to clearly
detect the sunbeam. These sensors send their data to the
raspberry pi to analyse. If a predetermined condition is
found, then the Raspberry Pi would command a
microcontroller to open the gate of water supply until the
moisture value becomes greater than thethresholdvalue.If
there is a problem in the main water supply, then the
computer will notify the administrator. Besides, the
administrator can control the system’s functionality using
the same protocol sending a particular keyword command.
This scientific method of water supply can be expanded to
use in any agricultural sector.
2. BLOCK DIAGRAM
The block diagram of the project consist of
Raspberry pi3 model, Temperaturesensor,Humiditysensor,
Soil moisture sensor, LDR, Driver circuit, Relay, Motor. The
temperature sensor [DTH11] detects the temperature in
environment; moisture sensor measure thecontentofwater
in soil and humidity sensor detects the presence of water in
air. All this information is send to the Raspberry Pi model.
According to the information the Raspberry Pi model turns
ON OR OFF the water motor and LDR.
3. IMPLEMENTED METHODLOGY
3.1 Hardware Description
A. RASPBERRY PI 3
Raspberry pi 3+ model b is the new version of raspberry pi3
model b was launched in 2018. It has faster 1.4 GHz
processor and a three- times faster gigabit Ethernet. It has
also on board WI-FI, Bluetooth and USB boot capability. The
Raspberry Pi is a low cost, credit-card sized computer. Its
capable of doing everything you’dexpectadesktopcomputer
to do, from browsing the internet and playinghigh-definition
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 58
video, making spreadsheets, and playing games. There are
different models of Raspberry Pi from Raspberry Pi 0 to
Raspberry Pi 3.
B SENSORS
Sensors are the device which converts physical parameter
into the electric signal. The system consists of soil moisture
sensor, temperature sensor, humidity sensor.
B.1 Temperature sensor
The DHT11 is a basic, low-cost digital temperature and
humidity sensor. It gives out digital value and hence we can
give its output directly to data pin instead of ADC. It has a
capacitive sensor for measuring humidity. The only real
shortcoming of this sensor is that one can only get new data
from it only after every 2 seconds.
The DHT11 is a basic, low-cost digital temperature and
humidity sensor. It gives out digital value and hence we can
give its output directly to data pin instead of ADC. It has a
capacitive sensor for measuring humidity. The only real
shortcoming of this sensor is that one can only get new data
from it only after every 2 seconds.
B.2 Soil moisture sensor
The Moisture sensor is used to measure the water content
(moisture) of soil. When the soil is having water shortage,
the module output is at high level; else the output is at low
level. This sensor reminds the user to water their plants
and also monitors the moisture content of soil. It has been
widely used in agriculture, land irrigation and botanical
gardening.
 Working Voltage:5V
 Working Current:<20mA
 Working Temperature:10°C~30°C
Figure 6. Soil moisture Sensor
C. A to D converter
The 12-bit A to D Converter (ADC) combines high
performance and low power consumption in a small
package, making it ideal for embedded control
applications.
D. Motor
A Motor is a device which converts electrical power into
mechanical rotationusingtheprincipleofelectromagnetism.
Electro-magnetism: A wire wound on a ferrite core carrying
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 59
electric current generates a magnetic field; this principle is
called Electro-magnetism.
D.1 DC Motor
DC motor in simple words is a device that converts direct
current (electrical energy) into mechanical energy.
E. Relay
The relay module is an electrically operated switch that
allows you to turn on or off a circuit using voltage and/or
current much higher than a microcontroller could handle.
.
3.2 Web Server
In our project we are displayingtheconditionoffarmrelated
to the parameters like the moisture level, temperature level
and humidity in soil in a website. By using the specific IP
address anybody can operate their farm anywhere in the
world by using the laptops, tablets and smartphone.
3.3 METHODOLOGY
Raspberry Pi is the heart of the overall existing system. The
Raspberry Pi 3 incorporates a number of enhancementsand
new features. Improved power consumption, enlarged
connectivity and greater IO are among the improvements to
this powerful, small and lightweight GPIO (General Purpose
Input Output) pins. The Raspberry Pi cannot directly drive
the relay. It has only zero volts or 3.3 V. We need 12V to
drive electromechanical relay. In that case we need a driver
circuit .The driver circuit takes the low level input and gives
the 12V amplitude to drive the relay which operates at 12V
.We are using here 2 relay to switch on Water motor . Soil
moisture sensor, humidity sensor, temperature detection
sensor are connected to Raspberry Pi board through. If the
soil moisture value is low the moisture level and humidity is
low at the given value and also if the temperature is high
then the water motor will be on, whereas if the moisture
level, humidity is high and temperature is low themotorwill
be off through the relay. The application will have a GUI
which will show all the data to user. The modes as specified
can be selected by the user on the app itself.
3.3 Proposed System
The proposed system consists of a one central raspberry pi
model, different types of sensor, motor, relays. The sensors
are placed in various positions on land. This sensors and
their data is provided to the raspberry pi model. After
receiving the data from the various sensors the raspberry pi
sends it to the specific IP address.
With all the received data, the raspberry pi computer makes
the decision whether to supply the water or not. If the
conditions are met, the raspberry pi commands the relay
module to activate the water pumpforspecific durationafter
which the computer commands the relay to stop the water
pump. Water is pumped to specific area not to whole farm
area. The sensors provide all the datafrom whichquantity of
water and which pumps to activate can be inferred
4. RESULT AND OBERVATION
Fig 1: Hardware implementation
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 60
Fig 2: Result on Display
5. CONCLUSIONS
IRJET sample template format, Conclusion content comes
here. Conclusion content comes here Conclusion content
comes here Conclusion content comes here Conclusion
content comes here Conclusion content comes here
Conclusion content comes here Conclusion content comes
here Conclusion content comes here Conclusion content
comes here Conclusion content comes here Conclusion
content comes here Conclusion content comes here .
Conclusion content comes here.
6. REFERANCE
[1] S. Darshna, T.Sangavi, Sheena Mohan, A.Soundharya,
Sukanya Desikan, “Smart Irrigation System”, IOSR
Journal of Electronics and CommunicationEngineering
(IOSR-JECE), Volume 10, Issue 3, Ver. II (May -
Jun.2015), pp 32-36.
[2] Article shared by Smriti Chand, “Essay on Water
Scarcity in India!”(1113 words),
yourarticlelibrary.com.
[3] Bhagyashree K.Chate, Prof.J.G.Rana, “Smart Irrigation
System Using Raspberry Pi” International Research
Journal of Engineering and Technology (IRJET),vol.03,
Issue 05, pp.1, May-2016.
[4] A. Kumar, K. Kamal, M. O. Arshad, S. Mathavan, T.
Vadamala,“Smart Irrigation Using Low-Cost Moisture
Sensors and ZiXBeebased Communication”.
[5] Watering System”, International Journal of Advanced
Research in Computer Science and Software
Engineering, Volume 4, Issue 10, pp. 2-3, October
2014.
[6] S. V. Devika, Sk. Khamuruddeen, Sk.
Khamurunnisa, JayanthThota, Khalesha
Shaik,“Arduino Based Automatic Plant.
[7] Sampath,“Smart Irrigation System Through Wireless
Sensor Networks”,ARPN Journal of Engineering and
Applied Sciences, vol. 10, pp. 1,no. 17, september 2015.
[8] M. Young, the Technical Writer’s Handbook. Mill Valley,
CA: University Science, 1989.
[9] R. Nicole, “Title of paper with only first word
capitalized,” J. Name Stand. Abbrev., in press.
[10] K. Elissa, “Title of paper if known,” unpublished.

More Related Content

What's hot

51790954 green-house-environment-control
51790954 green-house-environment-control51790954 green-house-environment-control
51790954 green-house-environment-control
Gherghescu Gabriel
 

What's hot (20)

Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
IRJET- Smart Farm Fertilizer and Pesticide Prediction using IoT
IRJET-  	  Smart Farm Fertilizer and Pesticide Prediction using IoTIRJET-  	  Smart Farm Fertilizer and Pesticide Prediction using IoT
IRJET- Smart Farm Fertilizer and Pesticide Prediction using IoT
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
51790954 green-house-environment-control
51790954 green-house-environment-control51790954 green-house-environment-control
51790954 green-house-environment-control
 
Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation ppt
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
Smart irrigation system using internet of things
Smart irrigation system using internet of thingsSmart irrigation system using internet of things
Smart irrigation system using internet of things
 
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PI
 
Automatic Irrigation System Project Report
Automatic Irrigation System Project ReportAutomatic Irrigation System Project Report
Automatic Irrigation System Project Report
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
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
 
IRJET- Cloud based Intelligent Plant Monitoring Device
IRJET- Cloud based Intelligent Plant Monitoring DeviceIRJET- Cloud based Intelligent Plant Monitoring Device
IRJET- Cloud based Intelligent Plant Monitoring Device
 
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
 
Smart Irrigation System Using IoT
Smart Irrigation System Using IoTSmart Irrigation System Using IoT
Smart Irrigation System Using IoT
 
B plan
B planB plan
B plan
 
Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation ppt
 
automatic plant irrigation using aurdino and gsm technology
automatic plant irrigation using aurdino and gsm technologyautomatic plant irrigation using aurdino and gsm technology
automatic plant irrigation using aurdino and gsm technology
 
IRJET- IoT based Smart Irrigation System for Precision Agriculture
IRJET- IoT based Smart Irrigation System for Precision AgricultureIRJET- IoT based Smart Irrigation System for Precision Agriculture
IRJET- IoT based Smart Irrigation System for Precision Agriculture
 
IRJET- Polyhouse Technique using Raspberry PI Implemented in IOT
IRJET-  	  Polyhouse Technique using Raspberry PI Implemented in IOTIRJET-  	  Polyhouse Technique using Raspberry PI Implemented in IOT
IRJET- Polyhouse Technique using Raspberry PI Implemented in IOT
 

Similar to IRJET- Water Consumption by Self-Watering

Similar to IRJET- Water Consumption by Self-Watering (20)

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
 
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
 
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- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
 
IRJET- IoT based Greenhouse Automation
IRJET- IoT based Greenhouse AutomationIRJET- IoT based Greenhouse Automation
IRJET- IoT based Greenhouse Automation
 
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- Advanced Irrigation System using Arduino and Raspberry Pi as Centr...
IRJET-  	  Advanced Irrigation System using Arduino and Raspberry Pi as Centr...IRJET-  	  Advanced Irrigation System using Arduino and Raspberry Pi as Centr...
IRJET- Advanced Irrigation System using Arduino and Raspberry Pi as Centr...
 
Smart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT ApproachSmart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT Approach
 
IRJET- IoT based Garbage Management System using ARM Cortex-A53 Processor
IRJET- IoT based Garbage Management System using ARM Cortex-A53 ProcessorIRJET- IoT based Garbage Management System using ARM Cortex-A53 Processor
IRJET- IoT based Garbage Management System using ARM Cortex-A53 Processor
 
IRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless TechnologyIRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless Technology
 
Smart Soil Moisture Sensing & Automatic Water Irrigation Robot
Smart Soil Moisture Sensing & Automatic Water Irrigation RobotSmart Soil Moisture Sensing & Automatic Water Irrigation Robot
Smart Soil Moisture Sensing & Automatic Water Irrigation Robot
 
IRJET- Smart Green House using IOT and Cloud Computing
IRJET- Smart Green House using IOT and Cloud ComputingIRJET- Smart Green House using IOT and Cloud Computing
IRJET- Smart Green House using IOT and Cloud Computing
 
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PIWEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
 
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
 
IRJET- Design And Implementation of Smart IoT Farm
IRJET- Design And Implementation of Smart IoT FarmIRJET- Design And Implementation of Smart IoT Farm
IRJET- Design And Implementation of Smart IoT Farm
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water Management
 
IRJET- Smart Drip Irrigation System using IoT
IRJET- Smart Drip Irrigation System using IoTIRJET- Smart Drip Irrigation System using IoT
IRJET- Smart Drip Irrigation System using IoT
 
AI-Powered Smart Plant Management System
AI-Powered Smart Plant Management SystemAI-Powered Smart Plant Management System
AI-Powered Smart Plant Management System
 
IRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using ArduinoIRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using Arduino
 
IRJET- Greenhouse Monitoring using Raspberry Pi
IRJET- Greenhouse Monitoring using Raspberry PiIRJET- Greenhouse Monitoring using Raspberry Pi
IRJET- Greenhouse Monitoring using Raspberry Pi
 

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

Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
meharikiros2
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
hublikarsn
 

Recently uploaded (20)

Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 

IRJET- Water Consumption by Self-Watering

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 57 Water consumption by self-watering Tejaswini R.jawale1, Prajkta R.Surwase2, Khaleda I. Maneri3, Pathan H. A.4 123 Students, Fabtech Technical Campus College of Engg. And Research Sangola. 4 Professor, Dept. of ENTC Engineering, Fabtech Technical Campus College of Engg. And Reaserch Sangola, Maharashtra, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – This paper proposes a design for smart irrigation system using raspberry pi. It is cost effective, simple and easy to use to farmers. This system consists of the temperature sensor, humidity sensor, LDR and soil moisture sensor which displays result on screen by using python language to raspberry pi and motor will onbyclickingbutton on web page.at the time of night the bulb will glow automatically with the help of LDR .Automation allows us to control the appliances automatically. This system will be a substitute to traditional farming method. Key Words: Raspberry Pi, Temperature sensor, humidity sensor and soil moisture sensor, relay, LDR, Web page etc. 1. INTRODUCTION India is largest country in the world, but only 58 million hectors of land was actually irrigated in India. Because of farmers faces many problems, one of the big problem is scarcity of water because of that farmers unable to manage their crop cycle. For this problem we done this project it is useful for farmers to manage the water and it is less cost. Agriculture is the worldwide prime occupation of human being, 64% of total available land is occupied by the agriculture, and it contains 85% freshwater. This figure of water consumption increaseseveryyearduetoglobalization and population of growth. This paper presents the smart irrigation system for garden or small area irrigation with the use of devices like raspberry pi 3+ model b, python programming language and also creates a web page for automation purpose. Each type of crops needs different soil moisture for smooth growth. Hence the soil moisture is a keyvariablethatcanbe used to determine the quantity of water needed. Besides, the availability of the amount of temperature is also very crucial for crops. Wrong timing of watering can cause more harm rather than benefit. Moisture sensor was installed near the roots and temperature sensor is installed further away to clearly detect the sunbeam. These sensors send their data to the raspberry pi to analyse. If a predetermined condition is found, then the Raspberry Pi would command a microcontroller to open the gate of water supply until the moisture value becomes greater than thethresholdvalue.If there is a problem in the main water supply, then the computer will notify the administrator. Besides, the administrator can control the system’s functionality using the same protocol sending a particular keyword command. This scientific method of water supply can be expanded to use in any agricultural sector. 2. BLOCK DIAGRAM The block diagram of the project consist of Raspberry pi3 model, Temperaturesensor,Humiditysensor, Soil moisture sensor, LDR, Driver circuit, Relay, Motor. The temperature sensor [DTH11] detects the temperature in environment; moisture sensor measure thecontentofwater in soil and humidity sensor detects the presence of water in air. All this information is send to the Raspberry Pi model. According to the information the Raspberry Pi model turns ON OR OFF the water motor and LDR. 3. IMPLEMENTED METHODLOGY 3.1 Hardware Description A. RASPBERRY PI 3 Raspberry pi 3+ model b is the new version of raspberry pi3 model b was launched in 2018. It has faster 1.4 GHz processor and a three- times faster gigabit Ethernet. It has also on board WI-FI, Bluetooth and USB boot capability. The Raspberry Pi is a low cost, credit-card sized computer. Its capable of doing everything you’dexpectadesktopcomputer to do, from browsing the internet and playinghigh-definition
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 58 video, making spreadsheets, and playing games. There are different models of Raspberry Pi from Raspberry Pi 0 to Raspberry Pi 3. B SENSORS Sensors are the device which converts physical parameter into the electric signal. The system consists of soil moisture sensor, temperature sensor, humidity sensor. B.1 Temperature sensor The DHT11 is a basic, low-cost digital temperature and humidity sensor. It gives out digital value and hence we can give its output directly to data pin instead of ADC. It has a capacitive sensor for measuring humidity. The only real shortcoming of this sensor is that one can only get new data from it only after every 2 seconds. The DHT11 is a basic, low-cost digital temperature and humidity sensor. It gives out digital value and hence we can give its output directly to data pin instead of ADC. It has a capacitive sensor for measuring humidity. The only real shortcoming of this sensor is that one can only get new data from it only after every 2 seconds. B.2 Soil moisture sensor The Moisture sensor is used to measure the water content (moisture) of soil. When the soil is having water shortage, the module output is at high level; else the output is at low level. This sensor reminds the user to water their plants and also monitors the moisture content of soil. It has been widely used in agriculture, land irrigation and botanical gardening.  Working Voltage:5V  Working Current:<20mA  Working Temperature:10°C~30°C Figure 6. Soil moisture Sensor C. A to D converter The 12-bit A to D Converter (ADC) combines high performance and low power consumption in a small package, making it ideal for embedded control applications. D. Motor A Motor is a device which converts electrical power into mechanical rotationusingtheprincipleofelectromagnetism. Electro-magnetism: A wire wound on a ferrite core carrying
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 59 electric current generates a magnetic field; this principle is called Electro-magnetism. D.1 DC Motor DC motor in simple words is a device that converts direct current (electrical energy) into mechanical energy. E. Relay The relay module is an electrically operated switch that allows you to turn on or off a circuit using voltage and/or current much higher than a microcontroller could handle. . 3.2 Web Server In our project we are displayingtheconditionoffarmrelated to the parameters like the moisture level, temperature level and humidity in soil in a website. By using the specific IP address anybody can operate their farm anywhere in the world by using the laptops, tablets and smartphone. 3.3 METHODOLOGY Raspberry Pi is the heart of the overall existing system. The Raspberry Pi 3 incorporates a number of enhancementsand new features. Improved power consumption, enlarged connectivity and greater IO are among the improvements to this powerful, small and lightweight GPIO (General Purpose Input Output) pins. The Raspberry Pi cannot directly drive the relay. It has only zero volts or 3.3 V. We need 12V to drive electromechanical relay. In that case we need a driver circuit .The driver circuit takes the low level input and gives the 12V amplitude to drive the relay which operates at 12V .We are using here 2 relay to switch on Water motor . Soil moisture sensor, humidity sensor, temperature detection sensor are connected to Raspberry Pi board through. If the soil moisture value is low the moisture level and humidity is low at the given value and also if the temperature is high then the water motor will be on, whereas if the moisture level, humidity is high and temperature is low themotorwill be off through the relay. The application will have a GUI which will show all the data to user. The modes as specified can be selected by the user on the app itself. 3.3 Proposed System The proposed system consists of a one central raspberry pi model, different types of sensor, motor, relays. The sensors are placed in various positions on land. This sensors and their data is provided to the raspberry pi model. After receiving the data from the various sensors the raspberry pi sends it to the specific IP address. With all the received data, the raspberry pi computer makes the decision whether to supply the water or not. If the conditions are met, the raspberry pi commands the relay module to activate the water pumpforspecific durationafter which the computer commands the relay to stop the water pump. Water is pumped to specific area not to whole farm area. The sensors provide all the datafrom whichquantity of water and which pumps to activate can be inferred 4. RESULT AND OBERVATION Fig 1: Hardware implementation
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 60 Fig 2: Result on Display 5. CONCLUSIONS IRJET sample template format, Conclusion content comes here. Conclusion content comes here Conclusion content comes here Conclusion content comes here Conclusion content comes here Conclusion content comes here Conclusion content comes here Conclusion content comes here Conclusion content comes here Conclusion content comes here Conclusion content comes here Conclusion content comes here Conclusion content comes here . Conclusion content comes here. 6. REFERANCE [1] S. Darshna, T.Sangavi, Sheena Mohan, A.Soundharya, Sukanya Desikan, “Smart Irrigation System”, IOSR Journal of Electronics and CommunicationEngineering (IOSR-JECE), Volume 10, Issue 3, Ver. II (May - Jun.2015), pp 32-36. [2] Article shared by Smriti Chand, “Essay on Water Scarcity in India!”(1113 words), yourarticlelibrary.com. [3] Bhagyashree K.Chate, Prof.J.G.Rana, “Smart Irrigation System Using Raspberry Pi” International Research Journal of Engineering and Technology (IRJET),vol.03, Issue 05, pp.1, May-2016. [4] A. Kumar, K. Kamal, M. O. Arshad, S. Mathavan, T. Vadamala,“Smart Irrigation Using Low-Cost Moisture Sensors and ZiXBeebased Communication”. [5] Watering System”, International Journal of Advanced Research in Computer Science and Software Engineering, Volume 4, Issue 10, pp. 2-3, October 2014. [6] S. V. Devika, Sk. Khamuruddeen, Sk. Khamurunnisa, JayanthThota, Khalesha Shaik,“Arduino Based Automatic Plant. [7] Sampath,“Smart Irrigation System Through Wireless Sensor Networks”,ARPN Journal of Engineering and Applied Sciences, vol. 10, pp. 1,no. 17, september 2015. [8] M. Young, the Technical Writer’s Handbook. Mill Valley, CA: University Science, 1989. [9] R. Nicole, “Title of paper with only first word capitalized,” J. Name Stand. Abbrev., in press. [10] K. Elissa, “Title of paper if known,” unpublished.