SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1498
SMART WATER MANAGEMENT
Vishal Pawar1, Shriyata Kashyap2, Deepak Singh3, Srinath Baby4, Prof. Prachi Gadhire5
1,2,3,4 Student, EXTC Department, DILKAP College, MAHATASHTRA, INDIA
5Professor, EXTC Department, DILKAP College, MAHATASHTRA, INDIA
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Water supply has become a big problem over
past few years due to overpopulation, climate change,
pollution, deforestation. In such scenario, everyone should
contribute to save water and effectively usage of water must
be encouraged. Proposed system will be the best use of
technology over this social issue. In the proposed system, we
will use the Atmega 328p status of water availability on 16x2
alphanumeric LCD display. In this way, by installing this low
cost automated system water saving can be encouraged by
dividing the annual water taxation according to usage of
water. Society secretary can even manage the water supply to
specific member on occasion of any event or celebration or
celebration makes the system flexible for daily use.
Microcontroller which is belongs to Arduino platform . Along
with the arduino 328 flow sensor will measure the amount of
water is supplied to each society member, if limit exceeds,
solenoid valve will interrupt the water. Sensor units installed
at overhead and underground water tank will update the real
time status of water availability on 16*2 alphanumeric LCD
display.
Key Words: ATMEGA 328, FLOW SENSOR, FSR, GSM
MODEM, IOT, ARDUINO, etc.
I. INTRODUCTION
Water is a limited resource and is essential for
agriculture, industry and for creature existence on earth
including human beings. Lots of people don’t realize thetrue
importance of drinking enough water every day. Morewater
are wasted by many uncontrolled way. This problem is
quietly related to poor water allocation, inefficient use, and
lack of adequate and integrated water management.
Therefore, efficient use and water monitoring are potential
constraint for home or office water management system. So
to avoid this sever problem of water we have developed the
system. This system will keep the account of water usage of
every person or home. This system consist of two water
tanks. The tank 1 act asa main resource of water storage,the
tank 2 act as distributer of water to every home. This system
includes flow sensors which will keep the track of amount of
water given to the user. In the proposed system, we will use
the Atmega 328p microcontroller which is belongs to
Arduino platform. Along with the arduino 328 flow sensor
will measure the amount of water is supplied toeach society
member, if limit exceeds, solenoid valve will interrupt the
water. Sensor units installed at overhead and underground
water tank will update the real time status of water
availability on 16x2 alphanumeric LCD display. In this way,
by installing this low cost automated system water saving
can be encouraged by dividing the annual water taxation
according to usage of water. Society secretary can even
manage the water supply to specific member on occasion of
any event or celebration makes the system flexible for daily
use.
II. PROBLEM STATEMENT
Water demand is exponentially growing high with the
increase in population of the urban areas. Lots of people
don’t realize the real importance of water. Due to this the
water is wasted on a large scale by the people. So we have
developed the system which will keep the track ofamountof
usage of water by the people. Most of the societies have
manual supply of water whichleadsto spilling ofwaterfrom
overhead tank. So overcome this issue wehaveimplemented
the idea of smart water management with the help of IOT,
flow sensor, cloud monitoring etc. we can avoid wastage of
water. This system has effective impact on the usage of
water since it will keep the audit of usage of water.
III. LITRATURE SURVEY
[1]In the year june 2014 the authors had published the
paper on the concept of the water resource problem and
how to overcome this problem by using smart water
management. Secondly, we have discussed about
adavantages and applications of smart water management.
This paper deals with various problems faced in day to day
life and has exact solution to overcome the problems.
[2]In the year july 2015 the authors came with very
innovative idea on water management system. They had
published the paper on the concept of level sensors and the
use of microcontroller. Using this concept we have
implemented the use of level sensorsand microcontrollerin
this system. This paper deals with the various aspects of
level sensors and microcontroller.
[3]In the year 2016 the authorscamewiththeconceptof
limiting the amount of water used daily. This paper mainly
focusseson developing an efficient andcosteffectivemethod
which will limit the amount of water used by the person. In
this paper they have developed the faucet device which has
two modes of operations: running mode and filling mode.
IV. BLOCK DIAGRAM
This paper consist of following blocksArduinoUNO
controller act as a centralized controller for all the
components. Then it consist of flow sensorswhichwillsense
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1499
the flow of water. The water tank available at ground actasa
resource which provides the water to the upper tank.
Fig. 1: Block Diagram
The upper tank contains the flow sensors in it which will
track the amount of water flows through it. The flow sensor
will send the data to the Arduino. Then the Arduinowillsend
the data as a command through the GSM module to upload
on cloud server. Cloud server is the conceptofINTERNETOF
THING. The ThingSpeak.com will provide us 500 mb free
data storage to store our data used as a cloud server.
V. FUNCTION OF COMPONENTS
[1]ARDUINO: It is an open source computer hardware &
software & software company project & user community
that designs & manufactures single-board microcontrollers
& microcontroller kit. Hardware means arduino circuit &
software means where we can type our program or
command the arduino. So basically it has two sides like
programing to control the project & hardware means
arduino device.
Fig. 2: ARDUINO UNO
It is tool for control the project or givethe instruction to the
circuit or project. Arduino UNO is very easy to use & it iscost
efficient & easily available in the market. The simple c
programing language is used & very easy to implement the
program like just connect the arduino to computer using
connector cable & implement the program.
[2]GSM MODULE: GSM is a mobile communicationmodemit
stands for Global System for Mobile communication. A GSM
modem is a specialized type of modem which accepts a SIM
card & operates just like a mobile phone. From the mobile
operator perspective a GSM modem looks just like a mobile
phones. When a GSM modem is connected to acomputerthis
allowsthe computer to use the GSM modem tocommunicate
over mobile network.
Fig. 3: GSM modem
While this GSM modemsare most frequentlyusedtoprovide
mobile internet, internet connectivity many of themcanalso
be used for sending & receiving SMS. It is used for
transmitting mobile voice & data service operate at the 850
MHz , 900 MHz, 1800 MHz & 1900 MHz frequency bands.
[3]LCD: Most common LCD’s connected to the
microcontroller are 16 x 2 & 20 x 2. This means 16 character
per line by 2 line & 20 character per line by 2 line
respectively.
Fig. 4: LCD
An LCD or Liquid Crystal Display, is a type of screen that is
used in many computers, TV’s, digital cameras, tablets & cell
phones.
[4]RELAY: It is electrically operated switch. Relay are used
where it is a necessary to control a circuit by a low power
signal or where several circuit must be control by onesignal.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1500
Fig. 5: RELAY
Relays with calibrated operating characteristics &
sometimes multiple operating points are used to protect
electrical circuits from overload or faults. It used to shutting
off power supply when due limit is over.
[5]POWER SUPPLY: Power supply is a circuit it converts
unregulated DC into constant DC with the help of rectifier. It
converts AC supply into DC.
Fig.6: POWER SUPPLY
Its function is to supply a stable voltage to a circuit or device
that must be operated within certain power supply limits.
The output from the regulated power supply maybe
alternating or unidirectional, but is nearly always DC.
[6]Internet Of Things (IOT):Using the ThingSpeak.com we
get a free cloud server. This cloud server provides500Mbas
a storage.
Fig. 7: IOT
Sign Up for a Thing Speak account then Create a new
Channel by going to your Channels page and clicking Create
New channel & update your Channel via URL. View your
Channel feed & Follow a tutorial for common devices and
applications.
[7]FLOW SENSOR:Accurate flow measurement is an
essential step both in the terms of qualitative and economic
points of view. Flow meters have proven excellent devices
for measuring water flow, and now it is very easy to build a
water management system using the renowned water flow
sensor YF-S201.
Fig. 8: FLOW SENSOR
This sensor sits in line with the water line and contains a
pinwheel sensor to measure how much water has moved
through it. The “YFS201 Hall Effect Water Flow Sensor”
comes with three wires: Red/VCC (5-24V DC Input),
Black/GND (0V) and Yellow/OUT (Pulse Output). By
counting the pulses from the output of the sensor, we can
easily calculate the water flow rate (in litre/hour – L/hr)
using a suitable conversion formula.
[8]SOLENOID VALVE: A solenoid valve is an
electromechanically operated valve. The valve is controlled
by an electric current through a solenoid: in the case of a
two-port valve the flow is switched on or off; in the case of a
three-port valve, the outflow is switched between the two
outlet ports. Multiple solenoid valvescan be placed together
on a manifold. Solenoid valves are the most frequently used
control elements in fluidics.
Fig. 9: SOLENOID VALVE
Their tasks are to shut off, release, dose, distribute or mix
fluids. They are found in many application areas. Solenoids
offer fast and safe switching, high reliability, longservicelife,
good medium compatibility of the materials used, low
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1501
control power and compact design. Besidestheplunger-type
actuator which is used most frequently, pivoted-armature
actuators and rocker actuators are also used.
VI. WORKING
The following system contains AVR Arduinoatmega
328, GSM Module, Flow sensor they are well synchronized
with each other. GSM module will trigger the Atmega 328
microcontroller which will get +5 volt DC supply from the
supply voltage. AVR will trigger the relay and relayy will
triggered DC motor pump an on indicationwillbeshowedon
16 x 2 LCD screen. As soon asthe motor starts the motorwill
start pumping water from ground tank to overhead tank
until the overhead level, senses the level of water. As the
level is achieved the flow sensor will send the command to
AVR to cut off the power supply of DC motor to avoid
overflowing of water from overhead tank an off command is
send to the LCD screen. A buzzer is used to show indication
sound as motor is on. Water is supply to the home through
overhead tank with the help of solenoid pipe which contains
control valve and flow sensor. Flow sensor will indicate the
amount of water supply through it whereasthe flow value is
used to restrict the access amount of water supply. This
whole data of water supply will be stored in cloud
monitoring system and can be managethroughGSMmodule.
This GSM module will send this data to cloud system using
packet data. The flow sensor sense the level of water tank in
overhead tank and when it reach to the level it sense the
level and send the on command to the relay and on
indication will be show on LCD then this data will be sendon
cloud server which would be made by us. The thing speak
gives us 500mb free cloud storage to store our data so our
data will be send on this cloud server with the help of GSM
module. GSM module consist of 3G/4G internet access with
the help of internet the data will be send on cloud server.
VII. ADVANTAGES
[1]This model is implemented for overhead tanks.
[2]No human labour required to check water level.
[3]Reducing manpower involved in monitoring.
[4]It has the display screen which shows the status of the
water level indicating not only the minimum and maximum
level of the water but also the intermediate level of the
water.
VIII. CONCLUSION
[1] In our proposed system, water level can be monitored
continuously from anywhere using android application.
[2]Motor can be controlled automatically full smart
automation is achieved.
[3]It is a robust system & small in size.
[4]This system can be implemented using Level sensors
which would render an accurate water level and it can be
operated using Smart Phones.
IX. REFERENCES
[1] Yogita patil, rampratap singh , smart water management
for residential coloniesusing Amega 128icrocontroller”
International journal of scientific & engineering
research,Volume 5, Issue: 06| July-2014 ISSN 2229-
5518
[2] Smart Water Monitoring System Using Wireless Sensor
Network at Home/Office MsT.Deepiga, Ms
A.Sivasankari,” Smart Water Monitoring System Using
Wireless Sensor Network at Home/Office,
“,International Research Journal of Engineering and
Technology (IRJET) e-ISSN: 2395-0056 Volume: 02
Issue: 04 | July-2015 ISSN: 2395-0072
[3] Tomas Robles1, Ramon Alcarria2, Diego Martin1,” An
Internet of Things-based model for smart water
management”, 2014 28th International Conference on
Advanced Information Networking and Applications
Workshops.

More Related Content

What's hot

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 IoTIRJET Journal
 
IRJET - Automatic Water Billing System
IRJET -  	  Automatic Water Billing SystemIRJET -  	  Automatic Water Billing System
IRJET - Automatic Water Billing SystemIRJET Journal
 
IEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring SystemIEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring SystemIJARIIE JOURNAL
 
IRJET- A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
IRJET-  	  A Study on IOT Approach for Monitoring Water Quality using MQTT Al...IRJET-  	  A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
IRJET- A Study on IOT Approach for Monitoring Water Quality using MQTT Al...IRJET Journal
 
IRJET- Smart Irrigation System
IRJET- Smart Irrigation SystemIRJET- Smart Irrigation System
IRJET- Smart Irrigation SystemIRJET Journal
 
Low Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring SystemLow Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring Systemijtsrd
 
Smart Water Metering
Smart Water MeteringSmart Water Metering
Smart Water Meteringijtsrd
 
IOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For LakeIOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For LakeIRJET 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
 
IRJET - Smart Irrigation and Draining System using IoT
IRJET -  	  Smart Irrigation and Draining System using IoTIRJET -  	  Smart Irrigation and Draining System using IoT
IRJET - Smart Irrigation and Draining System using IoTIRJET Journal
 
IRJET - Smart Irrigation System using Bluetooth Module and Arduino
IRJET -  	  Smart Irrigation System using Bluetooth Module and ArduinoIRJET -  	  Smart Irrigation System using Bluetooth Module and Arduino
IRJET - Smart Irrigation System using Bluetooth Module and ArduinoIRJET Journal
 
IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesYogeshIJTSRD
 
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
 
IRJET - IoT based Smart Water Lifting Control as well as Tracking from Da...
IRJET -  	  IoT based Smart Water Lifting Control as well as Tracking from Da...IRJET -  	  IoT based Smart Water Lifting Control as well as Tracking from Da...
IRJET - IoT based Smart Water Lifting Control as well as Tracking from Da...IRJET Journal
 
IRJET - A Survey on Automation of Manually Operated Devices
IRJET - A Survey on Automation of Manually Operated DevicesIRJET - A Survey on Automation of Manually Operated Devices
IRJET - A Survey on Automation of Manually Operated DevicesIRJET 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
 
IRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water SystemIRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water SystemIRJET Journal
 
IRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET Journal
 
IoT Based Smart Water Monitoring and Distribution System For An Apartments
IoT Based Smart Water Monitoring and Distribution System For An ApartmentsIoT Based Smart Water Monitoring and Distribution System For An Apartments
IoT Based Smart Water Monitoring and Distribution System For An ApartmentsYogeshIJTSRD
 
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 IoTIRJET Journal
 

What's hot (20)

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
 
IRJET - Automatic Water Billing System
IRJET -  	  Automatic Water Billing SystemIRJET -  	  Automatic Water Billing System
IRJET - Automatic Water Billing System
 
IEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring SystemIEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring System
 
IRJET- A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
IRJET-  	  A Study on IOT Approach for Monitoring Water Quality using MQTT Al...IRJET-  	  A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
IRJET- A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
 
IRJET- Smart Irrigation System
IRJET- Smart Irrigation SystemIRJET- Smart Irrigation System
IRJET- Smart Irrigation System
 
Low Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring SystemLow Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring System
 
Smart Water Metering
Smart Water MeteringSmart Water Metering
Smart Water Metering
 
IOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For LakeIOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For Lake
 
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
 
IRJET - Smart Irrigation and Draining System using IoT
IRJET -  	  Smart Irrigation and Draining System using IoTIRJET -  	  Smart Irrigation and Draining System using IoT
IRJET - Smart Irrigation and Draining System using IoT
 
IRJET - Smart Irrigation System using Bluetooth Module and Arduino
IRJET -  	  Smart Irrigation System using Bluetooth Module and ArduinoIRJET -  	  Smart Irrigation System using Bluetooth Module and Arduino
IRJET - Smart Irrigation System using Bluetooth Module and Arduino
 
IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart Cities
 
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
 
IRJET - IoT based Smart Water Lifting Control as well as Tracking from Da...
IRJET -  	  IoT based Smart Water Lifting Control as well as Tracking from Da...IRJET -  	  IoT based Smart Water Lifting Control as well as Tracking from Da...
IRJET - IoT based Smart Water Lifting Control as well as Tracking from Da...
 
IRJET - A Survey on Automation of Manually Operated Devices
IRJET - A Survey on Automation of Manually Operated DevicesIRJET - A Survey on Automation of Manually Operated Devices
IRJET - A Survey on Automation of Manually Operated Devices
 
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-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water SystemIRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water System
 
IRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring System
 
IoT Based Smart Water Monitoring and Distribution System For An Apartments
IoT Based Smart Water Monitoring and Distribution System For An ApartmentsIoT Based Smart Water Monitoring and Distribution System For An Apartments
IoT Based Smart Water Monitoring and Distribution System For An Apartments
 
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
 

Similar to Smart Water Management System

IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIRJET Journal
 
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 WSNIRJET Journal
 
IRJET- Smart Irrigation Control System
IRJET- Smart Irrigation Control SystemIRJET- Smart Irrigation Control System
IRJET- Smart Irrigation Control SystemIRJET Journal
 
Water Supply Measurement and Management System Based on IoT with Water Leakag...
Water Supply Measurement and Management System Based on IoT with Water Leakag...Water Supply Measurement and Management System Based on IoT with Water Leakag...
Water Supply Measurement and Management System Based on IoT with Water Leakag...IRJET Journal
 
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTERWIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTERIRJET Journal
 
Smart Irrigation System Using IOT
Smart Irrigation System Using IOTSmart Irrigation System Using IOT
Smart Irrigation System Using IOTIRJET Journal
 
Smart Rainwater Harvesting System
Smart Rainwater Harvesting SystemSmart Rainwater Harvesting System
Smart Rainwater Harvesting SystemIRJET Journal
 
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...IRJET Journal
 
IRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using ArduinoIRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using ArduinoIRJET Journal
 
IRJET - IoT based Smart Irrigation System using Raspberry Pi3
IRJET - IoT based Smart Irrigation System using Raspberry Pi3IRJET - IoT based Smart Irrigation System using Raspberry Pi3
IRJET - IoT based Smart Irrigation System using Raspberry Pi3IRJET Journal
 
IRJET- Smart Meter for Water Utilization using IoT
IRJET- Smart Meter for Water Utilization using IoTIRJET- Smart Meter for Water Utilization using IoT
IRJET- Smart Meter for Water Utilization using IoTIRJET Journal
 
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET 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 Poly-House Irrigation System
IRJET-  	  Smart Poly-House Irrigation SystemIRJET-  	  Smart Poly-House Irrigation System
IRJET- Smart Poly-House Irrigation SystemIRJET Journal
 
IRJET- Automation and Optimization of Multiple Gate Control for Canals
IRJET-  	  Automation and Optimization of Multiple Gate Control for CanalsIRJET-  	  Automation and Optimization of Multiple Gate Control for Canals
IRJET- Automation and Optimization of Multiple Gate Control for CanalsIRJET Journal
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET Journal
 
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET Journal
 
IRJET- Automated Household Water Monitoring and Billing System
IRJET- Automated Household Water Monitoring and Billing SystemIRJET- Automated Household Water Monitoring and Billing System
IRJET- Automated Household Water Monitoring and Billing SystemIRJET Journal
 
IRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET Journal
 

Similar to Smart Water Management System (20)

IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
 
IRJET- 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- Smart Irrigation Control System
IRJET- Smart Irrigation Control SystemIRJET- Smart Irrigation Control System
IRJET- Smart Irrigation Control System
 
Water Supply Measurement and Management System Based on IoT with Water Leakag...
Water Supply Measurement and Management System Based on IoT with Water Leakag...Water Supply Measurement and Management System Based on IoT with Water Leakag...
Water Supply Measurement and Management System Based on IoT with Water Leakag...
 
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTERWIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
 
Smart Irrigation System Using IOT
Smart Irrigation System Using IOTSmart Irrigation System Using IOT
Smart Irrigation System Using IOT
 
Smart Rainwater Harvesting System
Smart Rainwater Harvesting SystemSmart Rainwater Harvesting System
Smart Rainwater Harvesting System
 
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...
 
IRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using ArduinoIRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using Arduino
 
IRJET - IoT based Smart Irrigation System using Raspberry Pi3
IRJET - IoT based Smart Irrigation System using Raspberry Pi3IRJET - IoT based Smart Irrigation System using Raspberry Pi3
IRJET - IoT based Smart Irrigation System using Raspberry Pi3
 
IRJET- Smart Meter for Water Utilization using IoT
IRJET- Smart Meter for Water Utilization using IoTIRJET- Smart Meter for Water Utilization using IoT
IRJET- Smart Meter for Water Utilization using IoT
 
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. 
 
IRJET- Smart Poly-House Irrigation System
IRJET-  	  Smart Poly-House Irrigation SystemIRJET-  	  Smart Poly-House Irrigation System
IRJET- Smart Poly-House Irrigation System
 
IRJET- Automation and Optimization of Multiple Gate Control for Canals
IRJET-  	  Automation and Optimization of Multiple Gate Control for CanalsIRJET-  	  Automation and Optimization of Multiple Gate Control for Canals
IRJET- Automation and Optimization of Multiple Gate Control for Canals
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoT
 
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
 
Agriculture diet
Agriculture dietAgriculture diet
Agriculture diet
 
IRJET- Automated Household Water Monitoring and Billing System
IRJET- Automated Household Water Monitoring and Billing SystemIRJET- Automated Household Water Monitoring and Billing System
IRJET- Automated Household Water Monitoring and Billing System
 
IRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy MeterIRJET- Smart Wireless Electronic Energy Meter
IRJET- Smart Wireless Electronic Energy Meter
 

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

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
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
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
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
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
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
 
(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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
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
 
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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
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
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
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
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
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🔝
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
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
 
(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...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
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
 
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...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
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...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 

Smart Water Management System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1498 SMART WATER MANAGEMENT Vishal Pawar1, Shriyata Kashyap2, Deepak Singh3, Srinath Baby4, Prof. Prachi Gadhire5 1,2,3,4 Student, EXTC Department, DILKAP College, MAHATASHTRA, INDIA 5Professor, EXTC Department, DILKAP College, MAHATASHTRA, INDIA ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Water supply has become a big problem over past few years due to overpopulation, climate change, pollution, deforestation. In such scenario, everyone should contribute to save water and effectively usage of water must be encouraged. Proposed system will be the best use of technology over this social issue. In the proposed system, we will use the Atmega 328p status of water availability on 16x2 alphanumeric LCD display. In this way, by installing this low cost automated system water saving can be encouraged by dividing the annual water taxation according to usage of water. Society secretary can even manage the water supply to specific member on occasion of any event or celebration or celebration makes the system flexible for daily use. Microcontroller which is belongs to Arduino platform . Along with the arduino 328 flow sensor will measure the amount of water is supplied to each society member, if limit exceeds, solenoid valve will interrupt the water. Sensor units installed at overhead and underground water tank will update the real time status of water availability on 16*2 alphanumeric LCD display. Key Words: ATMEGA 328, FLOW SENSOR, FSR, GSM MODEM, IOT, ARDUINO, etc. I. INTRODUCTION Water is a limited resource and is essential for agriculture, industry and for creature existence on earth including human beings. Lots of people don’t realize thetrue importance of drinking enough water every day. Morewater are wasted by many uncontrolled way. This problem is quietly related to poor water allocation, inefficient use, and lack of adequate and integrated water management. Therefore, efficient use and water monitoring are potential constraint for home or office water management system. So to avoid this sever problem of water we have developed the system. This system will keep the account of water usage of every person or home. This system consist of two water tanks. The tank 1 act asa main resource of water storage,the tank 2 act as distributer of water to every home. This system includes flow sensors which will keep the track of amount of water given to the user. In the proposed system, we will use the Atmega 328p microcontroller which is belongs to Arduino platform. Along with the arduino 328 flow sensor will measure the amount of water is supplied toeach society member, if limit exceeds, solenoid valve will interrupt the water. Sensor units installed at overhead and underground water tank will update the real time status of water availability on 16x2 alphanumeric LCD display. In this way, by installing this low cost automated system water saving can be encouraged by dividing the annual water taxation according to usage of water. Society secretary can even manage the water supply to specific member on occasion of any event or celebration makes the system flexible for daily use. II. PROBLEM STATEMENT Water demand is exponentially growing high with the increase in population of the urban areas. Lots of people don’t realize the real importance of water. Due to this the water is wasted on a large scale by the people. So we have developed the system which will keep the track ofamountof usage of water by the people. Most of the societies have manual supply of water whichleadsto spilling ofwaterfrom overhead tank. So overcome this issue wehaveimplemented the idea of smart water management with the help of IOT, flow sensor, cloud monitoring etc. we can avoid wastage of water. This system has effective impact on the usage of water since it will keep the audit of usage of water. III. LITRATURE SURVEY [1]In the year june 2014 the authors had published the paper on the concept of the water resource problem and how to overcome this problem by using smart water management. Secondly, we have discussed about adavantages and applications of smart water management. This paper deals with various problems faced in day to day life and has exact solution to overcome the problems. [2]In the year july 2015 the authors came with very innovative idea on water management system. They had published the paper on the concept of level sensors and the use of microcontroller. Using this concept we have implemented the use of level sensorsand microcontrollerin this system. This paper deals with the various aspects of level sensors and microcontroller. [3]In the year 2016 the authorscamewiththeconceptof limiting the amount of water used daily. This paper mainly focusseson developing an efficient andcosteffectivemethod which will limit the amount of water used by the person. In this paper they have developed the faucet device which has two modes of operations: running mode and filling mode. IV. BLOCK DIAGRAM This paper consist of following blocksArduinoUNO controller act as a centralized controller for all the components. Then it consist of flow sensorswhichwillsense
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1499 the flow of water. The water tank available at ground actasa resource which provides the water to the upper tank. Fig. 1: Block Diagram The upper tank contains the flow sensors in it which will track the amount of water flows through it. The flow sensor will send the data to the Arduino. Then the Arduinowillsend the data as a command through the GSM module to upload on cloud server. Cloud server is the conceptofINTERNETOF THING. The ThingSpeak.com will provide us 500 mb free data storage to store our data used as a cloud server. V. FUNCTION OF COMPONENTS [1]ARDUINO: It is an open source computer hardware & software & software company project & user community that designs & manufactures single-board microcontrollers & microcontroller kit. Hardware means arduino circuit & software means where we can type our program or command the arduino. So basically it has two sides like programing to control the project & hardware means arduino device. Fig. 2: ARDUINO UNO It is tool for control the project or givethe instruction to the circuit or project. Arduino UNO is very easy to use & it iscost efficient & easily available in the market. The simple c programing language is used & very easy to implement the program like just connect the arduino to computer using connector cable & implement the program. [2]GSM MODULE: GSM is a mobile communicationmodemit stands for Global System for Mobile communication. A GSM modem is a specialized type of modem which accepts a SIM card & operates just like a mobile phone. From the mobile operator perspective a GSM modem looks just like a mobile phones. When a GSM modem is connected to acomputerthis allowsthe computer to use the GSM modem tocommunicate over mobile network. Fig. 3: GSM modem While this GSM modemsare most frequentlyusedtoprovide mobile internet, internet connectivity many of themcanalso be used for sending & receiving SMS. It is used for transmitting mobile voice & data service operate at the 850 MHz , 900 MHz, 1800 MHz & 1900 MHz frequency bands. [3]LCD: Most common LCD’s connected to the microcontroller are 16 x 2 & 20 x 2. This means 16 character per line by 2 line & 20 character per line by 2 line respectively. Fig. 4: LCD An LCD or Liquid Crystal Display, is a type of screen that is used in many computers, TV’s, digital cameras, tablets & cell phones. [4]RELAY: It is electrically operated switch. Relay are used where it is a necessary to control a circuit by a low power signal or where several circuit must be control by onesignal.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1500 Fig. 5: RELAY Relays with calibrated operating characteristics & sometimes multiple operating points are used to protect electrical circuits from overload or faults. It used to shutting off power supply when due limit is over. [5]POWER SUPPLY: Power supply is a circuit it converts unregulated DC into constant DC with the help of rectifier. It converts AC supply into DC. Fig.6: POWER SUPPLY Its function is to supply a stable voltage to a circuit or device that must be operated within certain power supply limits. The output from the regulated power supply maybe alternating or unidirectional, but is nearly always DC. [6]Internet Of Things (IOT):Using the ThingSpeak.com we get a free cloud server. This cloud server provides500Mbas a storage. Fig. 7: IOT Sign Up for a Thing Speak account then Create a new Channel by going to your Channels page and clicking Create New channel & update your Channel via URL. View your Channel feed & Follow a tutorial for common devices and applications. [7]FLOW SENSOR:Accurate flow measurement is an essential step both in the terms of qualitative and economic points of view. Flow meters have proven excellent devices for measuring water flow, and now it is very easy to build a water management system using the renowned water flow sensor YF-S201. Fig. 8: FLOW SENSOR This sensor sits in line with the water line and contains a pinwheel sensor to measure how much water has moved through it. The “YFS201 Hall Effect Water Flow Sensor” comes with three wires: Red/VCC (5-24V DC Input), Black/GND (0V) and Yellow/OUT (Pulse Output). By counting the pulses from the output of the sensor, we can easily calculate the water flow rate (in litre/hour – L/hr) using a suitable conversion formula. [8]SOLENOID VALVE: A solenoid valve is an electromechanically operated valve. The valve is controlled by an electric current through a solenoid: in the case of a two-port valve the flow is switched on or off; in the case of a three-port valve, the outflow is switched between the two outlet ports. Multiple solenoid valvescan be placed together on a manifold. Solenoid valves are the most frequently used control elements in fluidics. Fig. 9: SOLENOID VALVE Their tasks are to shut off, release, dose, distribute or mix fluids. They are found in many application areas. Solenoids offer fast and safe switching, high reliability, longservicelife, good medium compatibility of the materials used, low
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1501 control power and compact design. Besidestheplunger-type actuator which is used most frequently, pivoted-armature actuators and rocker actuators are also used. VI. WORKING The following system contains AVR Arduinoatmega 328, GSM Module, Flow sensor they are well synchronized with each other. GSM module will trigger the Atmega 328 microcontroller which will get +5 volt DC supply from the supply voltage. AVR will trigger the relay and relayy will triggered DC motor pump an on indicationwillbeshowedon 16 x 2 LCD screen. As soon asthe motor starts the motorwill start pumping water from ground tank to overhead tank until the overhead level, senses the level of water. As the level is achieved the flow sensor will send the command to AVR to cut off the power supply of DC motor to avoid overflowing of water from overhead tank an off command is send to the LCD screen. A buzzer is used to show indication sound as motor is on. Water is supply to the home through overhead tank with the help of solenoid pipe which contains control valve and flow sensor. Flow sensor will indicate the amount of water supply through it whereasthe flow value is used to restrict the access amount of water supply. This whole data of water supply will be stored in cloud monitoring system and can be managethroughGSMmodule. This GSM module will send this data to cloud system using packet data. The flow sensor sense the level of water tank in overhead tank and when it reach to the level it sense the level and send the on command to the relay and on indication will be show on LCD then this data will be sendon cloud server which would be made by us. The thing speak gives us 500mb free cloud storage to store our data so our data will be send on this cloud server with the help of GSM module. GSM module consist of 3G/4G internet access with the help of internet the data will be send on cloud server. VII. ADVANTAGES [1]This model is implemented for overhead tanks. [2]No human labour required to check water level. [3]Reducing manpower involved in monitoring. [4]It has the display screen which shows the status of the water level indicating not only the minimum and maximum level of the water but also the intermediate level of the water. VIII. CONCLUSION [1] In our proposed system, water level can be monitored continuously from anywhere using android application. [2]Motor can be controlled automatically full smart automation is achieved. [3]It is a robust system & small in size. [4]This system can be implemented using Level sensors which would render an accurate water level and it can be operated using Smart Phones. IX. REFERENCES [1] Yogita patil, rampratap singh , smart water management for residential coloniesusing Amega 128icrocontroller” International journal of scientific & engineering research,Volume 5, Issue: 06| July-2014 ISSN 2229- 5518 [2] Smart Water Monitoring System Using Wireless Sensor Network at Home/Office MsT.Deepiga, Ms A.Sivasankari,” Smart Water Monitoring System Using Wireless Sensor Network at Home/Office, “,International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 02 Issue: 04 | July-2015 ISSN: 2395-0072 [3] Tomas Robles1, Ramon Alcarria2, Diego Martin1,” An Internet of Things-based model for smart water management”, 2014 28th International Conference on Advanced Information Networking and Applications Workshops.