SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 768
Automated Water Irrigation System using Arduino Uno and Raspberry
Pi with Android Interface
Aditya Padyal1, Saylee Shitole2, Sagar Tilekar3, Pratik Raut4
1,2,3,4 Student, Computer Department, NBN Sinhgad School Of Engineering , Pune
--------------------------------------------------------------------------------***-------------------------------------------------------------------------
Abstract: The project presents the use of correct soil
moisture sensors which helps to ease out the pain to monitor
and keep records about the changes in soil moisture. Using
the Arduino-Uno micro controller with hygrometer moisture
sensor and temperature sensor, humidity and temperature
are measured and analyzed. The hygrometer is sensor
which, when placed in a soil for a certain duration, provides
information related to the moisture status of the soil. The
Arduino Uno will collect and process the data received from
the hygrometer. When a threshold moisture level of the soil
is reached, the water will supplied accordingly. This is
essential because water must be provided to the plant at a
particular time for a good yield. Time stamps and humidity
levels will be recorded in a CSV (Comma Separated Values)
file throughout the process using raspberry pi. Raspberry pi
will then store this CSV file over the internet. User can access
this file from any remote location to keep a track of his
crops or plants. This system efficiently manages both, water
and energy, it also analyses the collected data by sensors
and gives specific suggestions about suitable crop to grow
on the basis of the properties of that land. This system
ensures the healthy growth of the plant without the
presence of the user.
Keywords: Arduino-Uno; Hygrometer, Raspberry Pi,
CSV file.
1. Introduction:
Agriculture has been a excellence primary occupation in
many countries but it has got a main role
in Indian economies. Despite there is necessary to
improve development in this sector. But it mostly depends
on the a rainfall and its exposure. Less quantity of rainfall
and Extensive rainfall can be generating various problems
to the farmer. Hence farming process is mostly depends on
the quantity of rainfall. Considering this problems,
irrigation systems were introduced to manage the water
efficiently. In modern development smart irrigation
system mange level of the water and make assurance that
the water is reached at the root of the plant.
In India farmer irrigate the land time to time using
irrigation system through manual control. This process
sometimes exhausts water. Automatic irrigation
scheduling consistently has shown to be valuable in water
use efficiency with respect to manual irrigation based on
direct soil water measurements. Its requires more time for
Irrigation of plants in reasonable amount of time; it needs
a large amount of human resources. All the steps were
executed by humans traditionally.
So for that one by one discuss the following important
points:
A. Hygrometer
Various types of sensors can be used for the measurement
of soil humidity. In that project, this sensors are used for
soil moisture. Hygrometer is one type of humity sensor
whch has ability of measuring the water vapour in the
atmosphere. Its used for both digital and analog. Output of
the sensor gives as a input of a Arduino Uno.
Soil Humidity Sensor Hygrometer
B. Arduino Uno
Its is flat-form independence open source hardware and
software which has the ability to control the water
purveyance from hygrometer. Its an also called as
microcontroller. It also handles the ‘On’ and ‘Off’
insrtuctions from the raspberry pi. Its also collects the
analog input form hygrometer using analog to digital and
it is stored using any variable.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 769
C. The Raspberry Pi
The Raspberry Pi is a hardware kit define as a series of
small single-board computers developed in the United
Kingdom by the Raspberry Pi Foundation to promote the
teaching of basic computer science in schools and in
developing countries.
The Raspberry Pi is a cheap, rectangular, small sized
computer that plugged onto a display, and uses standard
input devices like keyboard and mouse. It is a little device
but powerful enough that enables people of all age groups
to explore computing, and to learn how to program in
different languages like Scratch and Python.It is doing
anything whatever you expect from computer like
browsing internet, playing HD video ,audio ,making spread
sheet, playing games, word processing.
D. CSV FILE
In computing a CSV is called as comma-separated
values file store data in plain text .Each line of the file is a
data record. Each and every record consists of one or
more fields, separated by commas. In particular file format
uses comma for separating specific fields it refers as
source of a file.
CSV FILE DIAGRAM
File record tabular data (numbers and characters)
in simple text by using comma-separated values (CSV) .
Each line of the file is a data store. Each record consists of
one or more fields, separated by commas. File format uses
comma as a field separator refers as a source. The use of
the comma as a field separator is the source of the name
for this file format.
2. Proposed System:
Considering the current scenario and the need for
automation, introduction of a computer controlled
microcontroller system is inevitable. The proposed system
uses a microcontroller Arduino Uno along with compact
sized computer, Raspberry Pi. Hygrometer is used to sense
moisture level of soil, and a temperature sensor is used to
sense intensity of light, are attached to Arduino Uno.
When moisture level of soil goes below a particular value
and temperature remains at low value, Arduino triggers
water supply to the soil. These particular values
(threshold values) are set after experimentation on
different plants in different types of soil under varying
temperature conditions. Raspberry Pi monitors the
working of this system and keeps log of the moisture
levels of the soil. Raspberry pi, when connected to the
internet, uploads the log file to a server and hence, can be
viewed from any remote location by the user
3. Hardware and Software Implementation
Data logging and remote accessing requires Raspberry pi.
Raspberry pi is configured using commands in terminal
when raspberry pi display is available via HDMI or Remote
Desktop connection. To run and use Arduino Uno, Arduino
IDE is installed on the raspberry pi. A program on Arduino
IDE known as sketch is used to read inputs and prints
required outputs. This program (sketch) has different
variables to store the received input values.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 770
Flow Chart Diagram
For Checking moisture level of soil basically need
Hygrometer sensor moisture it maps result in 10 bits of
data. Hygrometer is connected to the analog pin of
Arduino Uno. Temperature sensor senses intensity level of
light and maps output to another analog pin on Arduino
Uno. Calibrations can be made after trial- and-error
attempts. A threshold value of moisture is set (different for
different types of plants) for allowing the flow of water
according to the reading of the hygrometer. If input
reading is less than threshold value then water will be
supplied whereas the supply will be cut when reading
goes above threshold value. Since these values are
numerical, program is written such that when desired
inputs are received and suitable digital pins are used to
give outputs. Output from the sensor is also printed over
serial port to Raspberry Pi.
This is new moisture sensor the main improvement to the
sensor is that we need to execute the current both forward
and reverse. This allows us to use our cheap two probe
soil moisture sensor without electrolysis more or less.
4. Conclusion:
The need for automation and remote understand ability
particularly increase the importance of this system in the
field of research .this system requires only one time
implementation. Also user need not report at the site
usually for watering the plant. In case of any default such
as water in reservoir is consume and any fault in the
circuit. The user will get report by an electronic mail. Thus,
this system ensures the following:
 Efficient management of water
 Healthy growth of plant
 Very less frequency of human effort
 Remote access and monitoring.
5. References:
[1] Soil Hygrometer sensor (smartprototyping.comlSoil-
Hygrometer- Detection-Module-Soil-Moisture-Sensor-For-
Arduino.html)
[2]Raspberry-pi(raspberrypi.org/help/what-is-
araspberry-pi/)
[3] Mr. Deepak Kumar Roy and Mr. Murtaza Hassan Ansari
"Smart Irrigation Control System" , International Journal
of Environmental Research and Development. ISSN 2249-
3131 Volume 4, Number 4 (2014), pp. 371-374
[4] Ardunio Uno (arduino.cc/en/MainlArduinoBoardUno)

More Related Content

What's hot

An automated low cost IoT based Fertilizer Intimation System forsmart agricul...
An automated low cost IoT based Fertilizer Intimation System forsmart agricul...An automated low cost IoT based Fertilizer Intimation System forsmart agricul...
An automated low cost IoT based Fertilizer Intimation System forsmart agricul...
sakru naik
 

What's hot (20)

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
 
IRJET- A Nobel Report on Smart Irrigation System using IoT
IRJET- A Nobel Report on Smart Irrigation System using IoTIRJET- A Nobel Report on Smart Irrigation System using IoT
IRJET- A Nobel Report on Smart Irrigation System using IoT
 
IRJET- Water Management in Agricultural Field using IoT
IRJET- Water Management in Agricultural Field using IoTIRJET- Water Management in Agricultural Field using IoT
IRJET- Water Management in Agricultural Field 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- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET- Smart Farming using IoT
IRJET- Smart Farming using IoT
 
An automated low cost IoT based Fertilizer Intimation System forsmart agricul...
An automated low cost IoT based Fertilizer Intimation System forsmart agricul...An automated low cost IoT based Fertilizer Intimation System forsmart agricul...
An automated low cost IoT based Fertilizer Intimation System forsmart agricul...
 
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- 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
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
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- Object Detection based Garbage Collection Robot (E-Swachh)
IRJET-  	  Object Detection based Garbage Collection Robot (E-Swachh)IRJET-  	  Object Detection based Garbage Collection Robot (E-Swachh)
IRJET- Object Detection based Garbage Collection Robot (E-Swachh)
 
IRJET- Air Pollution Monitporing System with IoT
IRJET- Air Pollution Monitporing System with IoTIRJET- Air Pollution Monitporing System with IoT
IRJET- Air Pollution Monitporing System with IoT
 
IRJET-Development of Smart Irrigation System
IRJET-Development of Smart Irrigation SystemIRJET-Development of Smart Irrigation System
IRJET-Development of Smart Irrigation System
 
IRJET - oT based Poultry House Monitoring System
IRJET - oT based Poultry House Monitoring SystemIRJET - oT based Poultry House Monitoring System
IRJET - oT based Poultry House Monitoring System
 
Water Level Monitoring System using IOT
Water Level Monitoring System using IOTWater Level Monitoring System using IOT
Water Level Monitoring System using IOT
 
Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation ppt
 
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...
 
Smart Irrigation System Using IoT
Smart Irrigation System Using IoTSmart Irrigation System Using IoT
Smart Irrigation System Using IoT
 
IRJET- Iot Based Smart Management
IRJET- Iot Based Smart ManagementIRJET- Iot Based Smart Management
IRJET- Iot Based Smart Management
 
IRJET- Raspberry-Pi Based Automated Greenhouse
IRJET- Raspberry-Pi Based Automated GreenhouseIRJET- Raspberry-Pi Based Automated Greenhouse
IRJET- Raspberry-Pi Based Automated Greenhouse
 

Similar to IRJET-Automated Water Irrigation System using Arduino Uno and Raspberry Pi with Android Interface

Similar to IRJET-Automated Water Irrigation System using Arduino Uno and Raspberry Pi with Android Interface (20)

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
 
IRJET- Smart Water Monitoring System using IoT
IRJET- Smart Water Monitoring System using IoTIRJET- Smart Water Monitoring System using IoT
IRJET- Smart Water Monitoring System using IoT
 
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- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
 
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- 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
 
Smart ppt2
Smart ppt2Smart ppt2
Smart ppt2
 
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
 
IRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSN
 
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
 
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...
 
IRJET-IOT Based Garbage Monitoring and Sorting System
IRJET-IOT Based Garbage Monitoring and Sorting SystemIRJET-IOT Based Garbage Monitoring and Sorting System
IRJET-IOT Based Garbage Monitoring and Sorting System
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
 
IRJET- IoT based Greenhouse Automation
IRJET- IoT based Greenhouse AutomationIRJET- IoT based Greenhouse Automation
IRJET- IoT based Greenhouse Automation
 
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
 
Smart Agricultural Robot Using Raspberry Pi
Smart Agricultural Robot Using Raspberry PiSmart Agricultural Robot Using Raspberry Pi
Smart Agricultural Robot Using Raspberry Pi
 
IRJET - Smart Refrigerator using IoT
IRJET -  	  Smart Refrigerator using IoTIRJET -  	  Smart Refrigerator using IoT
IRJET - Smart Refrigerator using IoT
 
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
 

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

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
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
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
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
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
 

Recently uploaded (20)

S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
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
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
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
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 

IRJET-Automated Water Irrigation System using Arduino Uno and Raspberry Pi with Android Interface

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 768 Automated Water Irrigation System using Arduino Uno and Raspberry Pi with Android Interface Aditya Padyal1, Saylee Shitole2, Sagar Tilekar3, Pratik Raut4 1,2,3,4 Student, Computer Department, NBN Sinhgad School Of Engineering , Pune --------------------------------------------------------------------------------***------------------------------------------------------------------------- Abstract: The project presents the use of correct soil moisture sensors which helps to ease out the pain to monitor and keep records about the changes in soil moisture. Using the Arduino-Uno micro controller with hygrometer moisture sensor and temperature sensor, humidity and temperature are measured and analyzed. The hygrometer is sensor which, when placed in a soil for a certain duration, provides information related to the moisture status of the soil. The Arduino Uno will collect and process the data received from the hygrometer. When a threshold moisture level of the soil is reached, the water will supplied accordingly. This is essential because water must be provided to the plant at a particular time for a good yield. Time stamps and humidity levels will be recorded in a CSV (Comma Separated Values) file throughout the process using raspberry pi. Raspberry pi will then store this CSV file over the internet. User can access this file from any remote location to keep a track of his crops or plants. This system efficiently manages both, water and energy, it also analyses the collected data by sensors and gives specific suggestions about suitable crop to grow on the basis of the properties of that land. This system ensures the healthy growth of the plant without the presence of the user. Keywords: Arduino-Uno; Hygrometer, Raspberry Pi, CSV file. 1. Introduction: Agriculture has been a excellence primary occupation in many countries but it has got a main role in Indian economies. Despite there is necessary to improve development in this sector. But it mostly depends on the a rainfall and its exposure. Less quantity of rainfall and Extensive rainfall can be generating various problems to the farmer. Hence farming process is mostly depends on the quantity of rainfall. Considering this problems, irrigation systems were introduced to manage the water efficiently. In modern development smart irrigation system mange level of the water and make assurance that the water is reached at the root of the plant. In India farmer irrigate the land time to time using irrigation system through manual control. This process sometimes exhausts water. Automatic irrigation scheduling consistently has shown to be valuable in water use efficiency with respect to manual irrigation based on direct soil water measurements. Its requires more time for Irrigation of plants in reasonable amount of time; it needs a large amount of human resources. All the steps were executed by humans traditionally. So for that one by one discuss the following important points: A. Hygrometer Various types of sensors can be used for the measurement of soil humidity. In that project, this sensors are used for soil moisture. Hygrometer is one type of humity sensor whch has ability of measuring the water vapour in the atmosphere. Its used for both digital and analog. Output of the sensor gives as a input of a Arduino Uno. Soil Humidity Sensor Hygrometer B. Arduino Uno Its is flat-form independence open source hardware and software which has the ability to control the water purveyance from hygrometer. Its an also called as microcontroller. It also handles the ‘On’ and ‘Off’ insrtuctions from the raspberry pi. Its also collects the analog input form hygrometer using analog to digital and it is stored using any variable.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 769 C. The Raspberry Pi The Raspberry Pi is a hardware kit define as a series of small single-board computers developed in the United Kingdom by the Raspberry Pi Foundation to promote the teaching of basic computer science in schools and in developing countries. The Raspberry Pi is a cheap, rectangular, small sized computer that plugged onto a display, and uses standard input devices like keyboard and mouse. It is a little device but powerful enough that enables people of all age groups to explore computing, and to learn how to program in different languages like Scratch and Python.It is doing anything whatever you expect from computer like browsing internet, playing HD video ,audio ,making spread sheet, playing games, word processing. D. CSV FILE In computing a CSV is called as comma-separated values file store data in plain text .Each line of the file is a data record. Each and every record consists of one or more fields, separated by commas. In particular file format uses comma for separating specific fields it refers as source of a file. CSV FILE DIAGRAM File record tabular data (numbers and characters) in simple text by using comma-separated values (CSV) . Each line of the file is a data store. Each record consists of one or more fields, separated by commas. File format uses comma as a field separator refers as a source. The use of the comma as a field separator is the source of the name for this file format. 2. Proposed System: Considering the current scenario and the need for automation, introduction of a computer controlled microcontroller system is inevitable. The proposed system uses a microcontroller Arduino Uno along with compact sized computer, Raspberry Pi. Hygrometer is used to sense moisture level of soil, and a temperature sensor is used to sense intensity of light, are attached to Arduino Uno. When moisture level of soil goes below a particular value and temperature remains at low value, Arduino triggers water supply to the soil. These particular values (threshold values) are set after experimentation on different plants in different types of soil under varying temperature conditions. Raspberry Pi monitors the working of this system and keeps log of the moisture levels of the soil. Raspberry pi, when connected to the internet, uploads the log file to a server and hence, can be viewed from any remote location by the user 3. Hardware and Software Implementation Data logging and remote accessing requires Raspberry pi. Raspberry pi is configured using commands in terminal when raspberry pi display is available via HDMI or Remote Desktop connection. To run and use Arduino Uno, Arduino IDE is installed on the raspberry pi. A program on Arduino IDE known as sketch is used to read inputs and prints required outputs. This program (sketch) has different variables to store the received input values.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 770 Flow Chart Diagram For Checking moisture level of soil basically need Hygrometer sensor moisture it maps result in 10 bits of data. Hygrometer is connected to the analog pin of Arduino Uno. Temperature sensor senses intensity level of light and maps output to another analog pin on Arduino Uno. Calibrations can be made after trial- and-error attempts. A threshold value of moisture is set (different for different types of plants) for allowing the flow of water according to the reading of the hygrometer. If input reading is less than threshold value then water will be supplied whereas the supply will be cut when reading goes above threshold value. Since these values are numerical, program is written such that when desired inputs are received and suitable digital pins are used to give outputs. Output from the sensor is also printed over serial port to Raspberry Pi. This is new moisture sensor the main improvement to the sensor is that we need to execute the current both forward and reverse. This allows us to use our cheap two probe soil moisture sensor without electrolysis more or less. 4. Conclusion: The need for automation and remote understand ability particularly increase the importance of this system in the field of research .this system requires only one time implementation. Also user need not report at the site usually for watering the plant. In case of any default such as water in reservoir is consume and any fault in the circuit. The user will get report by an electronic mail. Thus, this system ensures the following:  Efficient management of water  Healthy growth of plant  Very less frequency of human effort  Remote access and monitoring. 5. References: [1] Soil Hygrometer sensor (smartprototyping.comlSoil- Hygrometer- Detection-Module-Soil-Moisture-Sensor-For- Arduino.html) [2]Raspberry-pi(raspberrypi.org/help/what-is- araspberry-pi/) [3] Mr. Deepak Kumar Roy and Mr. Murtaza Hassan Ansari "Smart Irrigation Control System" , International Journal of Environmental Research and Development. ISSN 2249- 3131 Volume 4, Number 4 (2014), pp. 371-374 [4] Ardunio Uno (arduino.cc/en/MainlArduinoBoardUno)