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 3079
Water Management System Using IoT with WSN
Prof. Savita Lade1, Prathamesh Vyas2, Vikrant Walavalkar3, Bhaiyasab Wankar4, Pranjal Yadav5
1 Professor, Dept. of computer science Engineering, rgit college, mumbai, India.
2,3,4,5 Student, Dept. of computer science Engineering, rgit college, mumbai, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This paper presents an IoT device which helps
to manage/monitor and plan the usage of water by
observing the level of water in the tank. By using The
Internet of Things(IoT), we can regulate the usage of water
in residential/offices. The device uses sensors to record the
level of water in the tank at any instant and sendsthe datato
the cloud using Wi-Fi. The information gatheredcan be read
by users on the integrated website using their
smartphone/laptop device connected to the internet. The
device also controls the automatic functioning of water
motor by turning it on when the water level lies betweenthe
low level and the high level (the specified range) and by
turning it off when the water level falls below the low level
or rises above the high level.
Key Word: IOT device, Water Level sensor, cloud,
Water resources, Arduino Uno, Node ,MCU
1. INTRODUCTION
Internet of Things (IoT) is currently a technology of great
significance worldwide. IoT is a platform whichprovidesthe
physical devices present in the network embedded with
electronics, software, sensors, actuators, and connectivityto
connect and exchange information to addressspecificneeds.
IoT is when the internet and networksexpand themselvesto
domains such as manufacturing, transportation, healthcare
and security. An Embedded system is a combination of
software and hardware which carriesout a specific function
within a larger system. The implementation of IoT with the
help of embedded systems can help vastly with the
management of water. Water management is the complete
management of water resources under set policies and
regulations. It is the activity of planning, developing,
distributing and managing the optimumuse of water. Water
management is important to satisfy demands for water by
allocating water on an equitable basis. The foundationofthis
project is based on Internet of Things (IoT) and Embedded
Systems.
2. OBJECTIVES
Water, once an abundant natural resource, is becoming a
more valuable commodity due to droughts and overuse.
Hence, it is important to use a Tank Water Level Monitoring
system to avoid overflow by intimating the level of water in
the tank. Water controlling system implementation makes
for a potential significance in home applications.Theexisting
automated method of level detection is described as
something which can be used to turn the motor device
on/off to start the feed pump at a low level and allow it to
run until a higher water level is reached in the water tank.
This helps enhance the water management system.
3. LITERATURE SURVEY
[1] Design of a Water EnvironmentMonitoringSystemBased
on Wireless Sensor Networks:
This paper is devoted to the explanation and illustration of
our new design of water environment monitoring system,
based on a wireless sensor network. The system generally
includes three parts: hardware and software of data
monitoring nodes, hardware and software of the data base
station, and software for the remote monitoring centre. The
system's measurement capacity ranges from 0 to 80 C on
water temperature, with an accuracy of 0.5C; and from 0 to
14 on pH value, with an accuracy of 0.05. Sensors, applicable
to different water quality, could be installed at the node to
meet the monitoring demands in different water
environments and to obtain different parameters.
[2] Smart Water Monitoring System Using Wireless Sensor
Network at Home/Office:
This paper is about developing an efficient wireless sensor
network (WSN) based on water monitoring system. There
are two different ways to monitor the water: water level
monitoring and water pipeline leakage monitoring. Finally,
this is water monitoring system of smart homes/office
research concept will be completed by using wirelesssensor
technology. By using the monitoring system, we can find a
more optimal way to preserve the water, hence saving it for
the present and the future generations.
[3] Water Quality Monitoring System Using Zigbee Based
Wireless Sensor Network:
Here, the proposed implementation of high power Zigbee
based WSN for water quality monitoring systemofferinglow
power consumption with high reliability is presented. An
important fact of this system is the easy installation of the
system, where the base station can be placed at the local
residence, close to the target area. And the monitoring task
can be done by any person with minimal training at the
beginning of the system installation.
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 3080
4. PROPOSED SYSTEM
In accordance with the literature survey, we are trying to
make a smart system for controlling the wastage of waterby
using an ultrasonic sensor to sense the level of water intank.
If the water tank is full or up to the maximum level the
sensor will sense it and stop the system automatically. If the
water tank is at the minimum level set by user, the sensor
will sense it, activate the motor pump and stop at the
maximum level. We can control this whole process using
IOT.
5. BLOCK DIAGRAM
Fig.1 Block diagram
6. FUNCTIONS OF COMPONENTS
1. Arduino UNO Board
The hardware consists of an Arduino
microcontroller development board, Ultrasonic Sensorsand
a Wi-Fi module to collect & transfer data to cloud. Data is
collected from ultrasonic sensors using Arduino Uno
microcontroller. Arduino is an open source hardware
platform which is compatible with various sensors and
communication technology. There are different types of
Arduino microcontroller that are used for different
purposes. It not only control devices but also can read data
from all types of sensor. Arduino Uno is a microcontroller
board based on the ATmega328P. It is simple, low cost, easy
to use and easily available in the market. It takes 5V voltage
as input at the speed of 16 MHz. Arduino Uno contains 14
digital input/output pinsand 6 analog input pinsto connect
various sensors that gives analog inputs.
Fig.2 Arduino UNO Board
2. ESP8266-WiFi Module
The ESP8266 Wi-Fi Module is a self-contained SOC
with integrated TCP/IP protocol stack that can give any
microcontroller accessto the Wi-Fi network.TheESP8266is
capable of either hosting an application or offloading all Wi-
Fi networking functions from another applicationprocessor.
Each ESP8266 module comes pre-programmed with an AT
command set firmware, which means, one can simply hook
this up to Arduino device and get about as much Wi-Fi-
ability as a Wi-Fi Shield offers. The ESP8266 module is an
extremely cost-effective board withahugeandevergrowing,
community. This module has a powerful enough on-board
processing and storage capability that allows it to be
integrated with the sensors and other application specific
devices through its GPIOs with minimal development up-
front and minimalloading during runtime. Its high degreeof
on-chip integration allows for minimal external circuitry,
including the front-end module, and is designed to occupy
minimal PCB area.
Fig.3 ESP8266-WiFi Module
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 3081
3. Ultrasonic Sensor
An Ultrasonic sensor is a device that can measure the
distance to the target (water level) using sound waves. It
measures the distance by sending the sound waves at a
specific frequency and then listening for it to bounce back.
This helps keep track of the current level of water between
maximum water level and minimum water level assetbythe
user.
Fig.4 Ultrasonic sensor
4. Motor Pump
Motor Pump is used to move water into the tank. The Motor
Pump is connected to the Ultrasonic sensor via the
embedded system. When the Ultrasonicsensordetectswater
level between the lower range and the upper range, the
motor is switched on. And when the Ultrasonic sensor
detects water level below the lower range and above the
upper range, the motor is switched off.
Fig.5 Motor Pump
7. WORKING
Arduino Uno is connected to an ultrasonicsensor(HC-SRO4),
Wi-Fi module (ESP8266) that processes and transfers
recorded data using sensors to the cloud. Wi-Fi module will
trigger the Atmega 328 microcontroller, which will get +5-
volt DC supply from the supply voltage. Stored data is
accessed by the user through the web. This enables the user
to check the level of water. User logs in to the integrated
website and set the minimum water level and maximum
water level in the tank. Tank Water Level management is
used to avoid overflow by intimating the level of waterinthe
tank. Water controlling system implementation makes a
potential significant presence in homes and offices. The
existing automated method of level detection is based on
measure of minimum and maximum level of water in the
tank which facilitatesthe automaticswitchingON/OFFofthe
motor. If minimum input water level value is reached, the
Motor is turned ON. It begins to fill water in the tank until
maximum input water level value is reached in the water
tank. Once the maximum water level value is reached, the
motor is turned OFF.
8. FLOW CHART
9. CONCLUSIONS
The IoT is an important technological advancement which
takes the internet and networks to everyday life domains
like controlling home appliances, management of water
intake and keeping the overall energy intake under control.
It encapsulates several technologies such as information
technology, cognitive sciences, communication technology,
and low-power electronics. IoT creates a newer information
society and knowledge economy.ThedevelopmentoftheIoT
brought into light many new challengesincluding the lackof
fundamental theory supporting, unclear architecture, and
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 3082
immature standards. This concept has helped improve the
basic outline of water management techniques by keeping
the user up to date by storing the information regularly,
obtained using certain variables with the help of network
sensors. The existing automated method of level detectionis
based on measure of minimum and maximum level of water
in the tank which facilitatesthe automaticswitchingON/OFF
of the motor. If minimum input water level value is reached,
the Motor is turned ON. It begins to fill water in the tank
until maximum input water level value is reached in the
water tank. Once the maximum water level value is reached,
the motor is turned OFF. The user can keep track of the
usage of water and plan accordingly the range of water level
to be administered. Thus, this device helps achieve certain
level of optimal usage of water which in turn makes water
management more effective.
10. ACKNOWLEDGEMENT
We thank Dr.Satish Y. Ket, Head of Department, Computer
Engineering, Rajiv Gandhi Institute of Technology, Mumbai
for his encouragement during progressmeeting and provid-
ing guidelines. We also thank the Entire staff of Rajiv Gandhi
Institute of Technology, Mumbai for their invaluable help
rendered during the course of this work.
11. REFERENCES
[1] 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
[2] “IoT based Water Monitoring System: A Review“Pragati
Damor1, Kirtikumar J Sharma2 International Journal of
Advance Engineering and Research development
(IJAERD) Volume 4 ,Issue 6, june -2017 e-ISSN: 2348 -
4470, print-ISSN: 2348-6406
[3] Perelman L., Arad J, Housh, M., and Ostfeld A. (2012).
"Event detection in water distribution systems from
multivariate water quality time series," Environmental
Science and Technology, ACS, 46, 8212-8219.

More Related Content

What's hot

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
 
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
 
Water quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTWater quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTMayur Rahangdale
 
IRJET- Multi-Sensor based Water Quality Monitoring in IoT Environment
IRJET-  	  Multi-Sensor based Water Quality Monitoring in IoT EnvironmentIRJET-  	  Multi-Sensor based Water Quality Monitoring in IoT Environment
IRJET- Multi-Sensor based Water Quality Monitoring in IoT EnvironmentIRJET Journal
 
Implementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality MonitoringImplementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality Monitoringijtsrd
 
IRJET - Water Monitoring System – IoT
IRJET -  	  Water Monitoring System – IoTIRJET -  	  Water Monitoring System – IoT
IRJET - Water Monitoring System – IoTIRJET Journal
 
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
 
Analysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOTAnalysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOTIRJET Journal
 
Home Automation using Wi-Fi Interconnection
Home Automation using  Wi-Fi InterconnectionHome Automation using  Wi-Fi Interconnection
Home Automation using Wi-Fi InterconnectionIRJET Journal
 
IRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET Journal
 
IRJET- Motion Based Message Conveyor for Physically Disabled People
IRJET-  	  Motion Based Message Conveyor for Physically Disabled PeopleIRJET-  	  Motion Based Message Conveyor for Physically Disabled People
IRJET- Motion Based Message Conveyor for Physically Disabled PeopleIRJET Journal
 
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoDesign of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoIRJET Journal
 
IRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring SystemIRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring SystemIRJET Journal
 
IRJET- Monitoring and Control of Domestic Gardening with Feedback System ...
IRJET-  	  Monitoring and Control of Domestic Gardening with Feedback System ...IRJET-  	  Monitoring and Control of Domestic Gardening with Feedback System ...
IRJET- Monitoring and Control of Domestic Gardening with Feedback System ...IRJET Journal
 
IRJET - oT based Poultry House Monitoring System
IRJET - oT based Poultry House Monitoring SystemIRJET - oT based Poultry House Monitoring System
IRJET - oT based Poultry House Monitoring SystemIRJET Journal
 
IRJET- Arduino Based Baby Incubator using GSM Technology
IRJET- Arduino Based Baby Incubator using GSM TechnologyIRJET- Arduino Based Baby Incubator using GSM Technology
IRJET- Arduino Based Baby Incubator using GSM TechnologyIRJET Journal
 
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...IRJET Journal
 
IRJET- IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
IRJET-  	  IoT – Based Wireless Sensors for Environmental Monitoring and Smar...IRJET-  	  IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
IRJET- IoT – Based Wireless Sensors for Environmental Monitoring and Smar...IRJET Journal
 
Water Level Monitoring System using IOT
Water Level Monitoring System using IOTWater Level Monitoring System using IOT
Water Level Monitoring System using IOTIRJET Journal
 

What's hot (20)

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
 
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
 
Water quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTWater quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOT
 
IRJET- Multi-Sensor based Water Quality Monitoring in IoT Environment
IRJET-  	  Multi-Sensor based Water Quality Monitoring in IoT EnvironmentIRJET-  	  Multi-Sensor based Water Quality Monitoring in IoT Environment
IRJET- Multi-Sensor based Water Quality Monitoring in IoT Environment
 
Implementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality MonitoringImplementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality Monitoring
 
IRJET - Water Monitoring System – IoT
IRJET -  	  Water Monitoring System – IoTIRJET -  	  Water Monitoring System – IoT
IRJET - Water Monitoring System – IoT
 
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
 
Analysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOTAnalysis of Soil Parameters in Agriculture Field using IOT
Analysis of Soil Parameters in Agriculture Field using IOT
 
Home Automation using Wi-Fi Interconnection
Home Automation using  Wi-Fi InterconnectionHome Automation using  Wi-Fi Interconnection
Home Automation using Wi-Fi Interconnection
 
IRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoTIRJET- Soilless Cultivation using IoT
IRJET- Soilless Cultivation using IoT
 
IRJET- Motion Based Message Conveyor for Physically Disabled People
IRJET-  	  Motion Based Message Conveyor for Physically Disabled PeopleIRJET-  	  Motion Based Message Conveyor for Physically Disabled People
IRJET- Motion Based Message Conveyor for Physically Disabled People
 
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoDesign of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
 
IRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring SystemIRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring System
 
IRJET- Monitoring and Control of Domestic Gardening with Feedback System ...
IRJET-  	  Monitoring and Control of Domestic Gardening with Feedback System ...IRJET-  	  Monitoring and Control of Domestic Gardening with Feedback System ...
IRJET- Monitoring and Control of Domestic Gardening with Feedback System ...
 
IRJET - oT based Poultry House Monitoring System
IRJET - oT based Poultry House Monitoring SystemIRJET - oT based Poultry House Monitoring System
IRJET - oT based Poultry House Monitoring System
 
IRJET- Arduino Based Baby Incubator using GSM Technology
IRJET- Arduino Based Baby Incubator using GSM TechnologyIRJET- Arduino Based Baby Incubator using GSM Technology
IRJET- Arduino Based Baby Incubator using GSM Technology
 
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
Internet of Things (IOT) Application for Determination of Soil Moisture Conte...
 
IRJET- IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
IRJET-  	  IoT – Based Wireless Sensors for Environmental Monitoring and Smar...IRJET-  	  IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
IRJET- IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
 
Water Level Monitoring System using IOT
Water Level Monitoring System using IOTWater Level Monitoring System using IOT
Water Level Monitoring System using IOT
 
Ultrasonic Stirrer
Ultrasonic StirrerUltrasonic Stirrer
Ultrasonic Stirrer
 

Similar to IRJET- Water Management System using IoT with WSN

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- 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
 
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET 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
 
IRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET Journal
 
IRJET - IoT based Agricultural System
IRJET - IoT based Agricultural SystemIRJET - IoT based Agricultural System
IRJET - IoT based Agricultural SystemIRJET 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- IoT based Water Management System using Arduino
IRJET- IoT based Water Management System using ArduinoIRJET- IoT based Water Management System using Arduino
IRJET- IoT based Water Management System using ArduinoIRJET 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- 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 - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse EnvironmentIRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse EnvironmentIRJET Journal
 
Agriculture Sensing using IoT
Agriculture Sensing using IoTAgriculture Sensing using IoT
Agriculture Sensing using IoTIRJET Journal
 
IRJET- Automated Water Conservation and Theft Detection using IOT
IRJET-  	  Automated Water Conservation and Theft Detection using IOTIRJET-  	  Automated Water Conservation and Theft Detection using IOT
IRJET- Automated Water Conservation and Theft Detection using IOTIRJET Journal
 
Dam Water Monitoring System Using IOT
Dam Water Monitoring System Using IOTDam Water Monitoring System Using IOT
Dam Water Monitoring System Using IOTIRJET Journal
 
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIRJET Journal
 
IOT Based 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
 
Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...
Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...
Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...IRJET Journal
 
A Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemA Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemIRJET Journal
 
real_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdfreal_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdfdineshkumar1088888
 

Similar to IRJET- Water Management System using IoT with WSN (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- 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- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PI
 
Automatic Irrigation System 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
 
IRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using Iot
 
IRJET - IoT based Agricultural System
IRJET - IoT based Agricultural SystemIRJET - IoT based Agricultural System
IRJET - IoT based Agricultural System
 
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- IoT based Water Management System using Arduino
IRJET- IoT based Water Management System using ArduinoIRJET- IoT based Water Management System using Arduino
IRJET- IoT based Water Management System using Arduino
 
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- 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 - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse EnvironmentIRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse Environment
 
Agriculture Sensing using IoT
Agriculture Sensing using IoTAgriculture Sensing using IoT
Agriculture Sensing using IoT
 
IRJET- Automated Water Conservation and Theft Detection using IOT
IRJET-  	  Automated Water Conservation and Theft Detection using IOTIRJET-  	  Automated Water Conservation and Theft Detection using IOT
IRJET- Automated Water Conservation and Theft Detection using IOT
 
Dam Water Monitoring System Using IOT
Dam Water Monitoring System Using IOTDam Water Monitoring System Using IOT
Dam Water Monitoring System Using IOT
 
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
 
IOT Based 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
 
Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...
Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...
Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...
 
A Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemA Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation System
 
real_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdfreal_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdf
 

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

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
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
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 

IRJET- Water Management System using IoT with WSN

  • 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 3079 Water Management System Using IoT with WSN Prof. Savita Lade1, Prathamesh Vyas2, Vikrant Walavalkar3, Bhaiyasab Wankar4, Pranjal Yadav5 1 Professor, Dept. of computer science Engineering, rgit college, mumbai, India. 2,3,4,5 Student, Dept. of computer science Engineering, rgit college, mumbai, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This paper presents an IoT device which helps to manage/monitor and plan the usage of water by observing the level of water in the tank. By using The Internet of Things(IoT), we can regulate the usage of water in residential/offices. The device uses sensors to record the level of water in the tank at any instant and sendsthe datato the cloud using Wi-Fi. The information gatheredcan be read by users on the integrated website using their smartphone/laptop device connected to the internet. The device also controls the automatic functioning of water motor by turning it on when the water level lies betweenthe low level and the high level (the specified range) and by turning it off when the water level falls below the low level or rises above the high level. Key Word: IOT device, Water Level sensor, cloud, Water resources, Arduino Uno, Node ,MCU 1. INTRODUCTION Internet of Things (IoT) is currently a technology of great significance worldwide. IoT is a platform whichprovidesthe physical devices present in the network embedded with electronics, software, sensors, actuators, and connectivityto connect and exchange information to addressspecificneeds. IoT is when the internet and networksexpand themselvesto domains such as manufacturing, transportation, healthcare and security. An Embedded system is a combination of software and hardware which carriesout a specific function within a larger system. The implementation of IoT with the help of embedded systems can help vastly with the management of water. Water management is the complete management of water resources under set policies and regulations. It is the activity of planning, developing, distributing and managing the optimumuse of water. Water management is important to satisfy demands for water by allocating water on an equitable basis. The foundationofthis project is based on Internet of Things (IoT) and Embedded Systems. 2. OBJECTIVES Water, once an abundant natural resource, is becoming a more valuable commodity due to droughts and overuse. Hence, it is important to use a Tank Water Level Monitoring system to avoid overflow by intimating the level of water in the tank. Water controlling system implementation makes for a potential significance in home applications.Theexisting automated method of level detection is described as something which can be used to turn the motor device on/off to start the feed pump at a low level and allow it to run until a higher water level is reached in the water tank. This helps enhance the water management system. 3. LITERATURE SURVEY [1] Design of a Water EnvironmentMonitoringSystemBased on Wireless Sensor Networks: This paper is devoted to the explanation and illustration of our new design of water environment monitoring system, based on a wireless sensor network. The system generally includes three parts: hardware and software of data monitoring nodes, hardware and software of the data base station, and software for the remote monitoring centre. The system's measurement capacity ranges from 0 to 80 C on water temperature, with an accuracy of 0.5C; and from 0 to 14 on pH value, with an accuracy of 0.05. Sensors, applicable to different water quality, could be installed at the node to meet the monitoring demands in different water environments and to obtain different parameters. [2] Smart Water Monitoring System Using Wireless Sensor Network at Home/Office: This paper is about developing an efficient wireless sensor network (WSN) based on water monitoring system. There are two different ways to monitor the water: water level monitoring and water pipeline leakage monitoring. Finally, this is water monitoring system of smart homes/office research concept will be completed by using wirelesssensor technology. By using the monitoring system, we can find a more optimal way to preserve the water, hence saving it for the present and the future generations. [3] Water Quality Monitoring System Using Zigbee Based Wireless Sensor Network: Here, the proposed implementation of high power Zigbee based WSN for water quality monitoring systemofferinglow power consumption with high reliability is presented. An important fact of this system is the easy installation of the system, where the base station can be placed at the local residence, close to the target area. And the monitoring task can be done by any person with minimal training at the beginning of the system installation.
  • 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 3080 4. PROPOSED SYSTEM In accordance with the literature survey, we are trying to make a smart system for controlling the wastage of waterby using an ultrasonic sensor to sense the level of water intank. If the water tank is full or up to the maximum level the sensor will sense it and stop the system automatically. If the water tank is at the minimum level set by user, the sensor will sense it, activate the motor pump and stop at the maximum level. We can control this whole process using IOT. 5. BLOCK DIAGRAM Fig.1 Block diagram 6. FUNCTIONS OF COMPONENTS 1. Arduino UNO Board The hardware consists of an Arduino microcontroller development board, Ultrasonic Sensorsand a Wi-Fi module to collect & transfer data to cloud. Data is collected from ultrasonic sensors using Arduino Uno microcontroller. Arduino is an open source hardware platform which is compatible with various sensors and communication technology. There are different types of Arduino microcontroller that are used for different purposes. It not only control devices but also can read data from all types of sensor. Arduino Uno is a microcontroller board based on the ATmega328P. It is simple, low cost, easy to use and easily available in the market. It takes 5V voltage as input at the speed of 16 MHz. Arduino Uno contains 14 digital input/output pinsand 6 analog input pinsto connect various sensors that gives analog inputs. Fig.2 Arduino UNO Board 2. ESP8266-WiFi Module The ESP8266 Wi-Fi Module is a self-contained SOC with integrated TCP/IP protocol stack that can give any microcontroller accessto the Wi-Fi network.TheESP8266is capable of either hosting an application or offloading all Wi- Fi networking functions from another applicationprocessor. Each ESP8266 module comes pre-programmed with an AT command set firmware, which means, one can simply hook this up to Arduino device and get about as much Wi-Fi- ability as a Wi-Fi Shield offers. The ESP8266 module is an extremely cost-effective board withahugeandevergrowing, community. This module has a powerful enough on-board processing and storage capability that allows it to be integrated with the sensors and other application specific devices through its GPIOs with minimal development up- front and minimalloading during runtime. Its high degreeof on-chip integration allows for minimal external circuitry, including the front-end module, and is designed to occupy minimal PCB area. Fig.3 ESP8266-WiFi Module
  • 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 3081 3. Ultrasonic Sensor An Ultrasonic sensor is a device that can measure the distance to the target (water level) using sound waves. It measures the distance by sending the sound waves at a specific frequency and then listening for it to bounce back. This helps keep track of the current level of water between maximum water level and minimum water level assetbythe user. Fig.4 Ultrasonic sensor 4. Motor Pump Motor Pump is used to move water into the tank. The Motor Pump is connected to the Ultrasonic sensor via the embedded system. When the Ultrasonicsensordetectswater level between the lower range and the upper range, the motor is switched on. And when the Ultrasonic sensor detects water level below the lower range and above the upper range, the motor is switched off. Fig.5 Motor Pump 7. WORKING Arduino Uno is connected to an ultrasonicsensor(HC-SRO4), Wi-Fi module (ESP8266) that processes and transfers recorded data using sensors to the cloud. Wi-Fi module will trigger the Atmega 328 microcontroller, which will get +5- volt DC supply from the supply voltage. Stored data is accessed by the user through the web. This enables the user to check the level of water. User logs in to the integrated website and set the minimum water level and maximum water level in the tank. Tank Water Level management is used to avoid overflow by intimating the level of waterinthe tank. Water controlling system implementation makes a potential significant presence in homes and offices. The existing automated method of level detection is based on measure of minimum and maximum level of water in the tank which facilitatesthe automaticswitchingON/OFFofthe motor. If minimum input water level value is reached, the Motor is turned ON. It begins to fill water in the tank until maximum input water level value is reached in the water tank. Once the maximum water level value is reached, the motor is turned OFF. 8. FLOW CHART 9. CONCLUSIONS The IoT is an important technological advancement which takes the internet and networks to everyday life domains like controlling home appliances, management of water intake and keeping the overall energy intake under control. It encapsulates several technologies such as information technology, cognitive sciences, communication technology, and low-power electronics. IoT creates a newer information society and knowledge economy.ThedevelopmentoftheIoT brought into light many new challengesincluding the lackof fundamental theory supporting, unclear architecture, and
  • 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 3082 immature standards. This concept has helped improve the basic outline of water management techniques by keeping the user up to date by storing the information regularly, obtained using certain variables with the help of network sensors. The existing automated method of level detectionis based on measure of minimum and maximum level of water in the tank which facilitatesthe automaticswitchingON/OFF of the motor. If minimum input water level value is reached, the Motor is turned ON. It begins to fill water in the tank until maximum input water level value is reached in the water tank. Once the maximum water level value is reached, the motor is turned OFF. The user can keep track of the usage of water and plan accordingly the range of water level to be administered. Thus, this device helps achieve certain level of optimal usage of water which in turn makes water management more effective. 10. ACKNOWLEDGEMENT We thank Dr.Satish Y. Ket, Head of Department, Computer Engineering, Rajiv Gandhi Institute of Technology, Mumbai for his encouragement during progressmeeting and provid- ing guidelines. We also thank the Entire staff of Rajiv Gandhi Institute of Technology, Mumbai for their invaluable help rendered during the course of this work. 11. REFERENCES [1] 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 [2] “IoT based Water Monitoring System: A Review“Pragati Damor1, Kirtikumar J Sharma2 International Journal of Advance Engineering and Research development (IJAERD) Volume 4 ,Issue 6, june -2017 e-ISSN: 2348 - 4470, print-ISSN: 2348-6406 [3] Perelman L., Arad J, Housh, M., and Ostfeld A. (2012). "Event detection in water distribution systems from multivariate water quality time series," Environmental Science and Technology, ACS, 46, 8212-8219.