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: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1229
SMART IRRIGATION AND DRAINING SYSTEM USING IOT
L.N.B. Jyotsna1, K. Rajyaguru Sai Sri2, K. Aakanksha3, A. Sai Narmada4, B. Simhadri5
1Assistant Professor, Dept. Of Computer Science and Engineering, Dhanekula Institute of Engineering and
Technology, Andhra Pradesh, India
2,3,4,5Bachelor of Technology, Dept. Of Computer Science and Engineering, Dhanekula Institute of Engineering and
Technology, Andhra Pradesh, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Water is an essential component used for
agriculture . Agriculture plays a vital role in the development
of agricultural country . A farmer docultivationby monitoring
the fields day and night for watering the plants if the field is
dry and draining of water when water is in excess quantities
which causes harm to the crop and the soil . To reduce burden
to the farmer we come up with a solution called Smart
Irrigation and draining system .Earlier system deals withonly
watering the crop without draining and ourproject dealswith
watering crop by checking soil moisture conditions and also
draining of excess water from fieldsautomatically byusingthe
concept of IOT with the help of sensors and Arduino . The
equipments that are used in this system helps farmer to know
about the status of fields . This project reduces human effort
and avoids human monitoring in case of watering the crop
and draining of excess water.
Key Words: NodeMCU, Arduino, Soilmoisture sensor, Rain
Sensor, Relay, Mini Submersible motors.
1. INTRODUCTION
Farmer spend most of his time and effort in monitoring
the fields to water his plants and also drainingof extra water
.Now a days there arises scarcity of water. Since water is the
most essential component that every needs for longer and
longer, we need to save water i.e we have to use water is an
efficient manner.
The objective of this system is to overcome unnecessary
water wastage in the fields and also to reduce burden on the
farmer. The system proposed is an innovative system which
automatically pumps the water to the plants when the soil
moisture is dry and drains out the excess water when water
is in excesss quantities automatically. The systemmakesuse
of NodeMCU, Arduino UNO, Soil moisture Sensor, Rain
Sensor, 2 Channel relay, mini submersible motors.
2. RELATED WORKS
Many applications have been designed for smart
irrigation. Smart irrigation have features like smart control
of water pump i.e automatically turning on/off the pump
after acquiring required moisture level in auto mode.
Switching water pump on/off remotely via mobile or
computer in manual mode,and continuousmonitoringofsoil
moisture. These are the featuresofdifferentexistingsystems.
The main drawbacks with the current systems (existing
systems) are if farmer uses his mobile phone and made the
pump on i.e motor on with the intention of keeping more
water than usual then currently existing systems does not
support since they does not have this feature and also that
the status is not updated in farmer mobile.
3. PROPOSED SYSTEM
In our proposed system we have combined the ideasthat
are implemented on various systems and we developed a
single system for the first time which provides all the
features of the previously existingsystemsandtheextension
to existing systems is draining system that we proposed
based on the phenomenon of irrigation motor.
We proposed a reliable system which can overcome the
unnecessary wastage of water. This system deals with
automatic supply of water to the plants when the soil
moisture is dry. When farmer wants to increase the level of
water then at that situation even if the soil has moisture
content, irrigation motor gets on by using mobile and water
stops automatically after reaching certain level which is
done with the help of soil moisture sensor.
The extension to the existing systems is that, in case of
excess water, the draining motor gets on automatically and
drains the excess water. In the proposed system we use rain
sensor to inform the farmer about the status of rain in his
fields which is very useful when farmer is in out of station.
Not only about rain but also each and every time to time
status about the fields is shown in the IoT platform we are
using.
The block diagram of our proposed system is shown in
Fig 1.It consists of soil moisture sensor , Arduino
UNO,nodeMCU,2 relay module, motors, rain sensor.
The moisturecontentvalues fromsoilmoisturesensoris
passed to the node MCU and according to the values
nodeMCU passes the signal to the relay which turns the
motors on/off.
Here there are two motors called irrigation motor and
draining motor which are switched on/off by the relay
according to the signal passed from nodeMCU.
NodeMCU updates the status in the Blynk IoT platform
that we are using here.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1230
Fig 1: Block Diagram
4. HARDWARE COMPONENTS
4.1. Arduino UNO:
Arduino is a board on which microcontroller is present
which is programmed by usingArduinoIDEinwhichthecode
can be written and dumped into the board. Arduino board is
also used to supply powertoothercomponentsinthesystem.
We can also use python language to code arduino. In general
we use embedded c language to code arduino. It is able to
read inputs like a finger placed on a button, lighton a sensor
or a twitter message and turn it into output like activating a
motor, turning on an LED etc. The purpose of arduino UNO
board in our system is to supply power.
Fig 2: Arduino UNO
4.2. NodeMCU:
Node MCU is a WiFi module.It acts also as a
microcontroller.NodeMCUis having4MBytesofROM(blaze)
and UNO is only 32 KB, NodeMCU can store more code
contrast with UNO.ESP8266thatcomesalongwith nodeMCU
can be programmed by using Arduino IDE.WeusenodeMCU
in our system as both WiFi module and also microcontroller.
The code written by using arduino IDE is dumped into this
board.
Fig 3: NodeMCU
4.3. Soil moisture sensor:
A soil moisture sensor measures the quantity of water
present in a material i.e soil. Moisture content should be
optimum for plant growth. Soil moisture sensor helps to
maintain the soil moisture in a proper way by monitoring it.
The soil moisture sensor senses the soil and the value
measured is sent to the controller to process the data. The
controller based on the value sent bythesoilmoisturesensor
performs necessary actions by passing the input to the relay
based on which motors get on/off.
Fig 4:soil moisture sensor
4.4. Rain sensor:
Rain sensor is a device that is activated by rainfall. Rain
sensor senses the rain and passes the signal to the
microcontroller which update the status in the mobile
application.
Fig 5: Rain sensor
4.5. 2 Channel Relay:
Relay is an electrically operated switch that gets the
input from the microcontroller. Basedontheinputitreceive,
the relay turn the motor ON or OFF.But relay is capable of
supplying only 5v which it gets from arduino board but that
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1231
power is not sufficient to turn themotorson.Sothatexternal
power is supplied to the motors from 9V batteries.
Fig 6: 2 relay module
4.6 Mini Submersible Motors:
This Mini Submersible motor is a low cost, small size
submersible pump motor .It can take up to 120 liters per
hour with very low current consumption of 220mA.Just
connect tube( pipe) to the motor oulet, submerge it in water
and power it.
Fig 7: Submersible motor
5. WORKING PRINICIPLE
The functionality of this system is detection of soil
moisture content and perform irrigation or draining
according to it.
Soil moisture sensor is placed in the soil. This sensor
sense the moisture content which is present in the soil,
whatever the value that the sensor gets will be passed to the
nodeMCU and there will be a comparision done betweenthe
threshold value and existing value. After this node MCU will
pass the input to the relay(which acts as a electromagnetic
switch).Relay switches the motors on or off according to the
signal passed by nodeMCU.
When soil moisture is low, node MCU pass the signal to
the relay to on the irrigation motor, when moisture is
sufficient then both irrigation and draining motors are in off
state which is done by nodeMCU and when soil moisture is
high nodeMCU pass signal to the relay to on the draining
motor and it gets off automatically when moisture reaches
sufficient level.
6. RESULTS
If a soil moisture content is less than the thresholdvalue
i.e dry then irrigation motor gets on.
Fig 8: Irrigation result
If moisture content is very high than the thresholdvalue
then draining motor gets on and remove the excess water
from the field and this in parallel is also notified in blynk
app.
Fig 9: Draining result
If the moisture content is in medium range, then boththe
motors gets off. Whenever there is rain fall then rain sensor
immediately pass input tothenodeMCUandhencethestatus
of rain is intimated in blynk app.
Fig 10:All off Fig 11:Raining
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1232
Since we are using water in an efficient manner, in case
if farmer wants to increase the level of water then he can
make manual on through the blynk app and this ispossible if
water content is below all off condition. All the notification
regarding field status will be viewed by the farmer through
the blynk app and the status of the field is shown in the
Blynk app.
Fig 12: water the plants from app
7. CONCLUSION
The main objective of the project is to control the water
wastage. Smart irrigation and draining system is controlled
automatically as well as manually whenever required
without the presence of farmer in field. This system is used
to reduce the burden and time of farmer and also this is
more efficient than the existing systems. By measuring
moisture content in the soil, system starts working
automatically and also with the help of blynk appimmediate
notification about the field condition is passed to the farmer
including the status of rain in the fields.
ACKNOWLEDGEMENT
We were very thankful to our guide Mrs.L.N.B.JYOTSNA
(Assistant Professor, Department of Computer Science and
Engineering)fortheguidance,supportand encouragementin
every aspect towards the project by providing required
suggestions to get the accurate results for the project.
REFERENCES
[1]Geetha.V and Marshiana.D, “Sensor based Wate
Management for Irrigation System Using IoT” presented
at International Jouranl of Scientific and Technology
Research, vol-8,issue-8,Aug-2019.
[2]PavanKumar Naik and ArunKumbi, “Automation of
Irrigation System Using IoT” presented at International
Journal of Engineering and Manufacturing Science, vol-
08,2018.
[3]Arif Gori and Anupam Vishwakarma, “Smart Irrigation
System Using IoT” presented at International Journal of
Advanced Research in Computer and Communication
Engineering,vol-06,issue-9,Sep-2017.
[4]Archana and Priya, “Design and Implementation of
Automatic Plant Watering System” presented at
International Journal ofAdvancedEngineeringandGlobal
technology, vol-04, Issue-01, Jan-2016.
[5]Karan Kansara and Vishal Zaweri, “Sensor Based
Automated Irrigation System with IOT” presented in
International Journal of Computer Science and
Information Technologies, vol-06, 2015.
[6]R.Nandhini, S.Poovizhi, “Arduino based Smart Irrigation
system using Iot” presented at 3rd National Conference
on Intelligent Information and Computing Technologies,
IICT ’17,March-2017.

More Related Content

What's hot

IRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNOIRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNOIRJET Journal
 
IRJET- IOT based Agriculture System using NodeMCU
IRJET- IOT based Agriculture System using NodeMCUIRJET- IOT based Agriculture System using NodeMCU
IRJET- IOT based Agriculture System using NodeMCUIRJET Journal
 
Automation of irrigatioonitoring using tcp server app
Automation of irrigatioonitoring using tcp server appAutomation of irrigatioonitoring using tcp server app
Automation of irrigatioonitoring using tcp server appSandeepMaurya88
 
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 technologythamil arasan
 
IRJET- Smart Plant Pot
IRJET-  	  Smart Plant PotIRJET-  	  Smart Plant Pot
IRJET- Smart Plant PotIRJET Journal
 
IRJET - Smart Village: Betterment Planning and Innovative Strategy using IoT
IRJET - Smart Village: Betterment Planning and Innovative Strategy using IoTIRJET - Smart Village: Betterment Planning and Innovative Strategy using IoT
IRJET - Smart Village: Betterment Planning and Innovative Strategy using IoTIRJET Journal
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. IRJET Journal
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water ManagementIRJET Journal
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIJMTST Journal
 
Arduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoTArduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoTPRAVEEN KANSARI
 
A Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android ApplicationA Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android ApplicationIRJET Journal
 
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 technologythamil arasan
 
IRJET- IoT Based Automated Irrigation System for Agriculture
IRJET-  	  IoT Based Automated Irrigation System for AgricultureIRJET-  	  IoT Based Automated Irrigation System for Agriculture
IRJET- IoT Based Automated Irrigation System for AgricultureIRJET Journal
 
Automatic irrigation and flood controlling system by using GSM
Automatic irrigation and flood controlling system by using GSM Automatic irrigation and flood controlling system by using GSM
Automatic irrigation and flood controlling system by using GSM SANDEEP BASVA
 
54 a automatic irrigation system
54 a automatic irrigation system54 a automatic irrigation system
54 a automatic irrigation systemWave Digitech
 
IRJET- Gsm Based Smart Home Automation using Sensors
IRJET-  	  Gsm Based Smart Home Automation using SensorsIRJET-  	  Gsm Based Smart Home Automation using Sensors
IRJET- Gsm Based Smart Home Automation using SensorsIRJET Journal
 
Automatic irrigation system by using 89s52
Automatic irrigation system by using 89s52Automatic irrigation system by using 89s52
Automatic irrigation system by using 89s52rajat pundir
 

What's hot (20)

IRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNOIRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNO
 
IRJET- IOT based Agriculture System using NodeMCU
IRJET- IOT based Agriculture System using NodeMCUIRJET- IOT based Agriculture System using NodeMCU
IRJET- IOT based Agriculture System using NodeMCU
 
Automation of irrigatioonitoring using tcp server app
Automation of irrigatioonitoring using tcp server appAutomation of irrigatioonitoring using tcp server app
Automation of irrigatioonitoring using tcp server app
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
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- Smart Plant Pot
IRJET-  	  Smart Plant PotIRJET-  	  Smart Plant Pot
IRJET- Smart Plant Pot
 
IRJET - Smart Village: Betterment Planning and Innovative Strategy using IoT
IRJET - Smart Village: Betterment Planning and Innovative Strategy using IoTIRJET - Smart Village: Betterment Planning and Innovative Strategy using IoT
IRJET - Smart Village: Betterment Planning and Innovative Strategy using IoT
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. 
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water Management
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly System
 
Arduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoTArduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoT
 
A Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android ApplicationA Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android Application
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
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 Automated Irrigation System for Agriculture
IRJET-  	  IoT Based Automated Irrigation System for AgricultureIRJET-  	  IoT Based Automated Irrigation System for Agriculture
IRJET- IoT Based Automated Irrigation System for Agriculture
 
Automatic irrigation and flood controlling system by using GSM
Automatic irrigation and flood controlling system by using GSM Automatic irrigation and flood controlling system by using GSM
Automatic irrigation and flood controlling system by using GSM
 
54 a automatic irrigation system
54 a automatic irrigation system54 a automatic irrigation system
54 a automatic irrigation system
 
IRJET- Gsm Based Smart Home Automation using Sensors
IRJET-  	  Gsm Based Smart Home Automation using SensorsIRJET-  	  Gsm Based Smart Home Automation using Sensors
IRJET- Gsm Based Smart Home Automation using Sensors
 
Automatic irrigation system by using 89s52
Automatic irrigation system by using 89s52Automatic irrigation system by using 89s52
Automatic irrigation system by using 89s52
 

Similar to IRJET - Smart Irrigation and Draining System using IoT

IRJET- Real Time Automatic Irrigation System with Mobile Alert
IRJET- Real Time Automatic Irrigation System with Mobile AlertIRJET- Real Time Automatic Irrigation System with Mobile Alert
IRJET- Real Time Automatic Irrigation System with Mobile AlertIRJET Journal
 
Automated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoTAutomated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoTIRJET 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
 
Smart Agriculture and Farming
Smart Agriculture and FarmingSmart Agriculture and Farming
Smart Agriculture and FarmingSUVIKRAM PRADHAN
 
IoT Based Solar Water Pump Controller
IoT Based Solar Water Pump ControllerIoT Based Solar Water Pump Controller
IoT Based Solar Water Pump ControllerIJSRED
 
An Intelligent Solar water pump monitoring system using IOT technology
An Intelligent Solar water pump monitoring system using IOT technologyAn Intelligent Solar water pump monitoring system using IOT technology
An Intelligent Solar water pump monitoring system using IOT technologyIRJET Journal
 
IRJET - IoT based Agricultural System
IRJET - IoT based Agricultural SystemIRJET - IoT based Agricultural System
IRJET - IoT based Agricultural SystemIRJET Journal
 
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOTA RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOTIRJET Journal
 
IRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring SystemIRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring SystemIRJET Journal
 
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEMIOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEMIRJET Journal
 
IRJET- Soil Irrigation System using Moisture Content
IRJET-  	  Soil Irrigation System using Moisture ContentIRJET-  	  Soil Irrigation System using Moisture Content
IRJET- Soil Irrigation System using Moisture ContentIRJET Journal
 
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET Journal
 
Smart Irrigation System Using IOT
Smart Irrigation System Using IOTSmart Irrigation System Using IOT
Smart Irrigation System Using IOTIRJET Journal
 
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...IRJET Journal
 
A Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLA Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLIRJET Journal
 
Solar Power Based Auto Irrigation System
Solar Power Based Auto Irrigation SystemSolar Power Based Auto Irrigation System
Solar Power Based Auto Irrigation SystemSAGNIKMUKHERJEE24
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET Journal
 
IRJET - Automatic Water Billing System
IRJET -  	  Automatic Water Billing SystemIRJET -  	  Automatic Water Billing System
IRJET - Automatic Water Billing SystemIRJET Journal
 
IRJET- Study the Fundamental Survey of Solar based Water Management System An...
IRJET- Study the Fundamental Survey of Solar based Water Management System An...IRJET- Study the Fundamental Survey of Solar based Water Management System An...
IRJET- Study the Fundamental Survey of Solar based Water Management System An...IRJET Journal
 

Similar to IRJET - Smart Irrigation and Draining System using IoT (20)

Irjet v7 i3120
Irjet v7 i3120Irjet v7 i3120
Irjet v7 i3120
 
IRJET- Real Time Automatic Irrigation System with Mobile Alert
IRJET- Real Time Automatic Irrigation System with Mobile AlertIRJET- Real Time Automatic Irrigation System with Mobile Alert
IRJET- Real Time Automatic Irrigation System with Mobile Alert
 
Automated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoTAutomated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoT
 
IRJET - 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
 
Smart Agriculture and Farming
Smart Agriculture and FarmingSmart Agriculture and Farming
Smart Agriculture and Farming
 
IoT Based Solar Water Pump Controller
IoT Based Solar Water Pump ControllerIoT Based Solar Water Pump Controller
IoT Based Solar Water Pump Controller
 
An Intelligent Solar water pump monitoring system using IOT technology
An Intelligent Solar water pump monitoring system using IOT technologyAn Intelligent Solar water pump monitoring system using IOT technology
An Intelligent Solar water pump monitoring system using IOT technology
 
IRJET - IoT based Agricultural System
IRJET - IoT based Agricultural SystemIRJET - IoT based Agricultural System
IRJET - IoT based Agricultural System
 
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOTA RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
 
IRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring SystemIRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring System
 
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEMIOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
 
IRJET- Soil Irrigation System using Moisture Content
IRJET-  	  Soil Irrigation System using Moisture ContentIRJET-  	  Soil Irrigation System using Moisture Content
IRJET- Soil Irrigation System using Moisture Content
 
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
 
Smart Irrigation System Using IOT
Smart Irrigation System Using IOTSmart Irrigation System Using IOT
Smart Irrigation System Using IOT
 
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
IRJET- Design and Implementation of Wireless based Water Level Monitoring Sys...
 
A Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLA Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and ML
 
Solar Power Based Auto Irrigation System
Solar Power Based Auto Irrigation SystemSolar Power Based Auto Irrigation System
Solar Power Based Auto Irrigation System
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring System
 
IRJET - Automatic Water Billing System
IRJET -  	  Automatic Water Billing SystemIRJET -  	  Automatic Water Billing System
IRJET - Automatic Water Billing System
 
IRJET- Study the Fundamental Survey of Solar based Water Management System An...
IRJET- Study the Fundamental Survey of Solar based Water Management System An...IRJET- Study the Fundamental Survey of Solar based Water Management System An...
IRJET- Study the Fundamental Survey of Solar based Water Management System An...
 

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

IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
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
 
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
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 

Recently uploaded (20)

IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
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
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
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
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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...
 
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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
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...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 

IRJET - Smart Irrigation and Draining System using IoT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1229 SMART IRRIGATION AND DRAINING SYSTEM USING IOT L.N.B. Jyotsna1, K. Rajyaguru Sai Sri2, K. Aakanksha3, A. Sai Narmada4, B. Simhadri5 1Assistant Professor, Dept. Of Computer Science and Engineering, Dhanekula Institute of Engineering and Technology, Andhra Pradesh, India 2,3,4,5Bachelor of Technology, Dept. Of Computer Science and Engineering, Dhanekula Institute of Engineering and Technology, Andhra Pradesh, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Water is an essential component used for agriculture . Agriculture plays a vital role in the development of agricultural country . A farmer docultivationby monitoring the fields day and night for watering the plants if the field is dry and draining of water when water is in excess quantities which causes harm to the crop and the soil . To reduce burden to the farmer we come up with a solution called Smart Irrigation and draining system .Earlier system deals withonly watering the crop without draining and ourproject dealswith watering crop by checking soil moisture conditions and also draining of excess water from fieldsautomatically byusingthe concept of IOT with the help of sensors and Arduino . The equipments that are used in this system helps farmer to know about the status of fields . This project reduces human effort and avoids human monitoring in case of watering the crop and draining of excess water. Key Words: NodeMCU, Arduino, Soilmoisture sensor, Rain Sensor, Relay, Mini Submersible motors. 1. INTRODUCTION Farmer spend most of his time and effort in monitoring the fields to water his plants and also drainingof extra water .Now a days there arises scarcity of water. Since water is the most essential component that every needs for longer and longer, we need to save water i.e we have to use water is an efficient manner. The objective of this system is to overcome unnecessary water wastage in the fields and also to reduce burden on the farmer. The system proposed is an innovative system which automatically pumps the water to the plants when the soil moisture is dry and drains out the excess water when water is in excesss quantities automatically. The systemmakesuse of NodeMCU, Arduino UNO, Soil moisture Sensor, Rain Sensor, 2 Channel relay, mini submersible motors. 2. RELATED WORKS Many applications have been designed for smart irrigation. Smart irrigation have features like smart control of water pump i.e automatically turning on/off the pump after acquiring required moisture level in auto mode. Switching water pump on/off remotely via mobile or computer in manual mode,and continuousmonitoringofsoil moisture. These are the featuresofdifferentexistingsystems. The main drawbacks with the current systems (existing systems) are if farmer uses his mobile phone and made the pump on i.e motor on with the intention of keeping more water than usual then currently existing systems does not support since they does not have this feature and also that the status is not updated in farmer mobile. 3. PROPOSED SYSTEM In our proposed system we have combined the ideasthat are implemented on various systems and we developed a single system for the first time which provides all the features of the previously existingsystemsandtheextension to existing systems is draining system that we proposed based on the phenomenon of irrigation motor. We proposed a reliable system which can overcome the unnecessary wastage of water. This system deals with automatic supply of water to the plants when the soil moisture is dry. When farmer wants to increase the level of water then at that situation even if the soil has moisture content, irrigation motor gets on by using mobile and water stops automatically after reaching certain level which is done with the help of soil moisture sensor. The extension to the existing systems is that, in case of excess water, the draining motor gets on automatically and drains the excess water. In the proposed system we use rain sensor to inform the farmer about the status of rain in his fields which is very useful when farmer is in out of station. Not only about rain but also each and every time to time status about the fields is shown in the IoT platform we are using. The block diagram of our proposed system is shown in Fig 1.It consists of soil moisture sensor , Arduino UNO,nodeMCU,2 relay module, motors, rain sensor. The moisturecontentvalues fromsoilmoisturesensoris passed to the node MCU and according to the values nodeMCU passes the signal to the relay which turns the motors on/off. Here there are two motors called irrigation motor and draining motor which are switched on/off by the relay according to the signal passed from nodeMCU. NodeMCU updates the status in the Blynk IoT platform that we are using here.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1230 Fig 1: Block Diagram 4. HARDWARE COMPONENTS 4.1. Arduino UNO: Arduino is a board on which microcontroller is present which is programmed by usingArduinoIDEinwhichthecode can be written and dumped into the board. Arduino board is also used to supply powertoothercomponentsinthesystem. We can also use python language to code arduino. In general we use embedded c language to code arduino. It is able to read inputs like a finger placed on a button, lighton a sensor or a twitter message and turn it into output like activating a motor, turning on an LED etc. The purpose of arduino UNO board in our system is to supply power. Fig 2: Arduino UNO 4.2. NodeMCU: Node MCU is a WiFi module.It acts also as a microcontroller.NodeMCUis having4MBytesofROM(blaze) and UNO is only 32 KB, NodeMCU can store more code contrast with UNO.ESP8266thatcomesalongwith nodeMCU can be programmed by using Arduino IDE.WeusenodeMCU in our system as both WiFi module and also microcontroller. The code written by using arduino IDE is dumped into this board. Fig 3: NodeMCU 4.3. Soil moisture sensor: A soil moisture sensor measures the quantity of water present in a material i.e soil. Moisture content should be optimum for plant growth. Soil moisture sensor helps to maintain the soil moisture in a proper way by monitoring it. The soil moisture sensor senses the soil and the value measured is sent to the controller to process the data. The controller based on the value sent bythesoilmoisturesensor performs necessary actions by passing the input to the relay based on which motors get on/off. Fig 4:soil moisture sensor 4.4. Rain sensor: Rain sensor is a device that is activated by rainfall. Rain sensor senses the rain and passes the signal to the microcontroller which update the status in the mobile application. Fig 5: Rain sensor 4.5. 2 Channel Relay: Relay is an electrically operated switch that gets the input from the microcontroller. Basedontheinputitreceive, the relay turn the motor ON or OFF.But relay is capable of supplying only 5v which it gets from arduino board but that
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1231 power is not sufficient to turn themotorson.Sothatexternal power is supplied to the motors from 9V batteries. Fig 6: 2 relay module 4.6 Mini Submersible Motors: This Mini Submersible motor is a low cost, small size submersible pump motor .It can take up to 120 liters per hour with very low current consumption of 220mA.Just connect tube( pipe) to the motor oulet, submerge it in water and power it. Fig 7: Submersible motor 5. WORKING PRINICIPLE The functionality of this system is detection of soil moisture content and perform irrigation or draining according to it. Soil moisture sensor is placed in the soil. This sensor sense the moisture content which is present in the soil, whatever the value that the sensor gets will be passed to the nodeMCU and there will be a comparision done betweenthe threshold value and existing value. After this node MCU will pass the input to the relay(which acts as a electromagnetic switch).Relay switches the motors on or off according to the signal passed by nodeMCU. When soil moisture is low, node MCU pass the signal to the relay to on the irrigation motor, when moisture is sufficient then both irrigation and draining motors are in off state which is done by nodeMCU and when soil moisture is high nodeMCU pass signal to the relay to on the draining motor and it gets off automatically when moisture reaches sufficient level. 6. RESULTS If a soil moisture content is less than the thresholdvalue i.e dry then irrigation motor gets on. Fig 8: Irrigation result If moisture content is very high than the thresholdvalue then draining motor gets on and remove the excess water from the field and this in parallel is also notified in blynk app. Fig 9: Draining result If the moisture content is in medium range, then boththe motors gets off. Whenever there is rain fall then rain sensor immediately pass input tothenodeMCUandhencethestatus of rain is intimated in blynk app. Fig 10:All off Fig 11:Raining
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1232 Since we are using water in an efficient manner, in case if farmer wants to increase the level of water then he can make manual on through the blynk app and this ispossible if water content is below all off condition. All the notification regarding field status will be viewed by the farmer through the blynk app and the status of the field is shown in the Blynk app. Fig 12: water the plants from app 7. CONCLUSION The main objective of the project is to control the water wastage. Smart irrigation and draining system is controlled automatically as well as manually whenever required without the presence of farmer in field. This system is used to reduce the burden and time of farmer and also this is more efficient than the existing systems. By measuring moisture content in the soil, system starts working automatically and also with the help of blynk appimmediate notification about the field condition is passed to the farmer including the status of rain in the fields. ACKNOWLEDGEMENT We were very thankful to our guide Mrs.L.N.B.JYOTSNA (Assistant Professor, Department of Computer Science and Engineering)fortheguidance,supportand encouragementin every aspect towards the project by providing required suggestions to get the accurate results for the project. REFERENCES [1]Geetha.V and Marshiana.D, “Sensor based Wate Management for Irrigation System Using IoT” presented at International Jouranl of Scientific and Technology Research, vol-8,issue-8,Aug-2019. [2]PavanKumar Naik and ArunKumbi, “Automation of Irrigation System Using IoT” presented at International Journal of Engineering and Manufacturing Science, vol- 08,2018. [3]Arif Gori and Anupam Vishwakarma, “Smart Irrigation System Using IoT” presented at International Journal of Advanced Research in Computer and Communication Engineering,vol-06,issue-9,Sep-2017. [4]Archana and Priya, “Design and Implementation of Automatic Plant Watering System” presented at International Journal ofAdvancedEngineeringandGlobal technology, vol-04, Issue-01, Jan-2016. [5]Karan Kansara and Vishal Zaweri, “Sensor Based Automated Irrigation System with IOT” presented in International Journal of Computer Science and Information Technologies, vol-06, 2015. [6]R.Nandhini, S.Poovizhi, “Arduino based Smart Irrigation system using Iot” presented at 3rd National Conference on Intelligent Information and Computing Technologies, IICT ’17,March-2017.