SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1170
Smart Water Monitoring System using IoT
Gowthamy J1, Chinta Rohith Reddy2, Pijush Meher3, Saransh Shrivastava4, Guddu Kumar5
1,2,3,4,5Department of Computer Science and Engineering, SRM Institute of Science and Technology, Chennai, India
------------------------------------------------------------------------***-------------------------------------------------------------------------
Abstract:- Water is one of the essential parts of life. Water
pollution is one of the big problems to the world. In order to
ensure the safe supply of the drinking and useful water for
different purposes like agricultural, the water should be
monitored. This paper presents a design of a low cost system
for real time monitoring of the water quality and quantity of
water in IOT (internet of things). The system having of several
sensors is used to measuring physical of the water. The
parameters flow sensor of the water can be measured. The
measured values from the sensors can be processed by the
controller. The Arduino model can be used as a controller.
Finally, the sensor data can be shown on internet using WI-FI
system. A cloud server was configured as data saving and
analysis. This data can be used in future research and
development.
Key Words: Internet Of Things, IoT, Monitoring,
Temperature sensors, Cloud computing, Real-time
systems
1. INTRODUCTION
Currently drinking water is very prizedforall thehumans. In
recent times water levels are very low and waterinthelakes
are going down. So its too important to find the solution for
water monitoring & control system. IoT is a solution. In
recent days, development in computing and electronics
technologies have triggered Internet of Things technology.
Internet of Things can be describe as the network of
electronics devices communicating among them by the help
of a controller. The IoT is a collection of devices that work
together in order to serve human tasks in a efficientmanner.
It combine computational power to send data about the
environments. These devices can be in form of sensors,
appliances, embedded systems, and data analysis
microchips. This paper present a low cost water monitoring
system, which is a solution for the water wastage and water
quality. Microcontrollers and sensors are used for that
system. Ultrasonic Sensor is used to measuring water level.
The other parameters like pH, TDS, and Turbidity of the
water can be calculated using different corresponding
sensors. This system use the flow sensor which canmeasure
the water flow and if the necessary quantity of water flow
through the pipe then water flow can be stopped
automatically. The calculated values from thesensorscanbe
processed by the Microcontrollers and uploaded to the
internet through the Wi-Fi module (ESP 8266). Analysis we
can do by this process, how much water is used in certain
time, in a day or in a month. Alerts messages and data
generated by the sensors are transmitted over the Internet
to a cloud server and can be received by user terminal
owned by consumers. The data which is obtained from the
sensors can be shown on the internet and provides facilities
for screening the data on mobile phones or web application.
2. RELATED WORKS
In the studies from [1] the author proposed that an IoT
based water monitoring system that measureswaterlevel in
real-time. The model is based on idea that the water level
can be very important parameter when it comes to the flood
occurrences especially in disaster prone areas. A waterlevel
sensor is used to detect the desired parameter, and if the
water level reaches the parameter, the signal will be feed in
real time to social network like Twitter.
In the [2] the author proposed that in recent times,
tremendous growth of InternetofThingsapplicationsisseen
in smart homes. The large variety of variousIoTapplications
generally leads to interoperabilityrequirementsthatneedto
be fulfilled. Current IoT project is achieved using physical
platforms that lack intelligence on decision making. A
architecture that implement Event-Condition-Action (ECA)
method is proposed to solve the management of
heterogeneous IoTs in smart homes. The proactive
architecture, developed with a core repository stores
persistent data of IoTs schema, proved to be an ideal
solution in solving interoperability in smart homes.
In [3] the paper proposed that drinking water the quality
needs to be monitor in real time. In this paper we present a
design and development of a low cost system for real time
monitoring of the water quality in IoT (internet of things).
The system comprises of many sensors is used to measuring
physical and chemical parameters of the water.
In [4] the author shown how to monitor the water level of
water systems such as water tanks, rivers, ground water
table, and bore wells remotely. They also shown that how to
control the working of pump automatically and remotely. It
can be used to remotely monitor the flood affected areas
wirelessly and information can be sent to mobile wirelessly.
This system is designed to monitor the level of water with
the help of water level sensors.
3. MOTIVATION
Water Pollution and water scarcity is a global problem,
which requires ongoing modification of water resource
guiding principle at the levels of international down to
individual wells. It has been surveyed that water pollution is
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1171
the leading cause of diseases worldwide. The records show
that more than 10000 people die daily worldwide. In India
predictable 500+ people die of water pollution related
problems every day. Research has shown that after few
years the quantity of useful water will be goes down to
minimum level. In many developing countries, dirty or
contaminated water is being used for drinking without any
proper former using it. One of the reasonsfor thishappening
is the unawareness of public and administrationandthelack
of water quality monitoring system which creates serious
global issues. Also natural effects such as volcanoes, algae
tints, and earthquakes also change the qualityandecological
status of water.
4. PROPOSED SYSTEM
4.1. System Overview
In this, we present the theory on real time monitoring of
water quality and quantity using IoT. The system consists of
Arduino, microcontroller,differenttypeofsensorslikewater
flow sensor, pH and turbidity sensor and ultrasonic sensor.
The Arduino is the main processor of the system which
control and process the data generated by the sensors.
Fig-1: Water monitoring system
A Wi-Fi module is connected to the Arduino device which
help to transfer the data to the cloud over internet. The
ultrasonic sensor helps to measure the water level when the
water flow reach certain level then the water flow can be
stopped automatically by turning the motor off or close the
water flow in pipe by the help of Arduino. The water flow
sensor measure the quantity of water flow through the pipe
in a given time, this data will be sent to cloud for storage and
analysis purposes. The other sensor like temperature, pH
and turbidity sensor measure the water quality and help to
determine whether the water is useful for drinking or any
agricultural purposes.
4.2 System Architecture
Taking about this proposed system, it is clearlyshownthatit
has several component which help to build a water
monitoring system. The essential component of the system
of smart home automation are:
 Arduino Uno: Arduino is a microcontroller board
based on the ATmega328P. It has 14 digital input
and output pins, 6 analog inputs, a 16 MHz quartz
crystal, a USB connection, a power jack, an ICSP
header and a reset button.
Fig-2: Arduino
It contains everything need to support the
microcontroller. Arduino Software (IDE) were the
reference versions of Arduino, now evolved to new
releases. The Uno board is the first ina seriesofUSB
Arduino board, and the reference model for the
Arduino platform.
 Wi-fi module: The ESP8266 WiFi Module is a self
SOC with integrated TCP/IP protocol s that can give
any microcontroller access to your WiFi network.
Fig-3: Wifi module
The ESP8266 is capable of hosting an applicationor
offloading all Wi-Fi networking functions from
another application processor. Each ESP8266
module come pre-programmed with an AT
command set firmware. The ESP8266 module is an
extremely cost effective.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1172
 Flow sensor: sensor is used to measure the flow of
water.
Fig-4: flow sensor
This sensor basically consists of a plastic body, a
rotor and a sensor. The pinwheel rotor rotates
when water / liquid flows through the pipe and its
speed will be directly proportional to the flow rate.
The Hall Effect sensor will provide an pulse with
every revolution of the pinwheel rotor.
 Cloud-Based Server: Cloud goes about as a
database to store every data generated by the
sensors installed in the home. This cloud server
help to send email alert about different situation in
home to the client.
 Sensors: A sensor is a electronic device thatdetects
and responds to some type of input from the
physical environment. In this different type of
sensors are used like temperature sensor, pH
sensor, turbidity sensor, ultrasonic sensor which
detect the change in environmental phenomena.
 Ultrasonic sensor: Transmitters convert signal
into ultrasound, receivers convert ultrasound into
electrical signals, and transceivers can both
transmit and receive ultrasound. This helps to
measure the water level.
4.3 Network Architecture
Fig-5: Architecture diagram
4.4. HOW TO USE CLOUD?
This system is using Wi-Fi module (Esp8266) to send the
sensor data to the cloud. All the sensors are connected with
Wi-Fi module. Wi-Fi module needs the internet. So here
Mobile data or Wi-Fi is the access point for the internet. And
after all this data sends to the cloud. The following figure
show the data stored in cloud
Fig-6: Data of ultrasonic sensor
Fig-7: Data of pH sensor
5. CONCLUSION & FUTURE SCOPE
In this paper, a prototypewatermonitoringsystemusing IoT
is presented. .For this some sensors are used. The collected
data from the all the sensors are used for analysis purpose
for better solution of water problems. The data is sends to
the cloud server via Wi-Fi module ESP8266. So this
application will be the best challenger in real time
monitoring & control system and use to solve all the water
related problems.
REFERENCES
[1] Thinagaran Perumal1, 1Md Nasir Sulaiman, 2Leong.C.Y,
“Internet of Things (IoT) Enabled Water Monitoring System
“,2015 IEEE 4th Global Conference on Consumer Electronics
(GCCE)
[2] Perumal, T.; Sulaiman, M.N.; Mustapha, N.; Shahi, A.;
Thinaharan, R., "ProactivearchitectureforInternetofThings
(IoTs) management in smart homes," Consumer Electronics
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1173
(GCCE), 2014 IEEE 3rd Global Conference on, pp.16,17,7-10
Oct. 2014.
[3] N Vijaykumar ,R Ramyas, “The real time monitoring of
water quality in IOT environment”,IEEE sponsored 2nd
international conference on innovations in information,
embedded and communication systems (Iciiecs)2015
[4] Saima Maqbool , Nidhi Chandra, “Real Time Wireless
Monitoring and Control of Water Systems using Zigbee
802.15.4” 5th International Conference on Computational
Intelligence and Communication Networks., 2013
[5] Prachet Varma, Akshay Kumar, Nihesh Rathod, Pratik
Jain,Mallikarjun S,Renu Subramaniyam,Bhardhwaj
Amrutur,M.S.Mohan kumar,Rajesh Sundresan, IoT based
water management System for a Campus IEEE,IEEE First
International Smart Cities Conference (ISC2),2015
[6] Asaad Ahmed Mohammedahmed Eltaieb,ZhangJian Min,
“Automatic Water Level Control System”, International
Journal of Science and Research (IJSR)2013
[7] In 2013, Raghavendra. R ,M. Uttara Kumari , S.A.
Hariprasad presented a paper on “Implementation of
Simulated Water Level Controller”, International Journal of
Advanced Research in Computer Science and Software
Engineering

More Related Content

What's hot

Automatic Irrigation System Project Report
Automatic Irrigation System Project ReportAutomatic Irrigation System Project Report
Automatic Irrigation System Project ReportEr Gupta
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIRJET Journal
 
IoT Based Smart Irrigation System
IoT Based Smart Irrigation SystemIoT Based Smart Irrigation System
IoT Based Smart Irrigation Systemijtsrd
 
Environment pollution monitoring system using internet of things
Environment pollution monitoring system using internet of thingsEnvironment pollution monitoring system using internet of things
Environment pollution monitoring system using internet of thingsMahamudul karim Khondaker
 
IR BASED HOME AUTOMATION USING ARDUINO UNO
IR BASED HOME AUTOMATION USING ARDUINO UNOIR BASED HOME AUTOMATION USING ARDUINO UNO
IR BASED HOME AUTOMATION USING ARDUINO UNOMln Phaneendra
 
Major project presentation
Major project presentationMajor project presentation
Major project presentationGaurav Everyones
 
IoT based Flood detection system
IoT based Flood detection systemIoT based Flood detection system
IoT based Flood detection systemROHIT89352
 
Project report on home automation using Arduino
Project report on home automation using Arduino Project report on home automation using Arduino
Project report on home automation using Arduino AMIT SANPUI
 
Effective Smart water management with IoT.pdf
Effective  Smart water management with IoT.pdfEffective  Smart water management with IoT.pdf
Effective Smart water management with IoT.pdfmithranmithran1
 
Automatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoTAutomatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoTDanish Mehraj
 
IoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptIoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptRanjan Gupta
 
Bluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project ReportBluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project ReportSimarjot Singh Kalsi
 
Air pollution monitoring system
Air pollution monitoring systemAir pollution monitoring system
Air pollution monitoring systemSuraksha Sanghavi
 
FINAL PROJECT REPORT IOT BASED AUTOMATED IRRIGATION SYSTEM
FINAL PROJECT REPORT IOT BASED AUTOMATED IRRIGATION SYSTEMFINAL PROJECT REPORT IOT BASED AUTOMATED IRRIGATION SYSTEM
FINAL PROJECT REPORT IOT BASED AUTOMATED IRRIGATION SYSTEMShahril Majid
 
Air quality monitoring system
Air quality monitoring systemAir quality monitoring system
Air quality monitoring systemPravin Shinde
 

What's hot (20)

Automatic Irrigation System Project Report
Automatic Irrigation System Project ReportAutomatic Irrigation System Project Report
Automatic Irrigation System Project Report
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation ppt
 
IoT Based Smart Irrigation System
IoT Based Smart Irrigation SystemIoT Based Smart Irrigation System
IoT Based Smart Irrigation System
 
Environment pollution monitoring system using internet of things
Environment pollution monitoring system using internet of thingsEnvironment pollution monitoring system using internet of things
Environment pollution monitoring system using internet of things
 
IR BASED HOME AUTOMATION USING ARDUINO UNO
IR BASED HOME AUTOMATION USING ARDUINO UNOIR BASED HOME AUTOMATION USING ARDUINO UNO
IR BASED HOME AUTOMATION USING ARDUINO UNO
 
Major project presentation
Major project presentationMajor project presentation
Major project presentation
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
Smart Irrigation ppt
Smart Irrigation pptSmart Irrigation ppt
Smart Irrigation ppt
 
IoT based Flood detection system
IoT based Flood detection systemIoT based Flood detection system
IoT based Flood detection system
 
Project report on home automation using Arduino
Project report on home automation using Arduino Project report on home automation using Arduino
Project report on home automation using Arduino
 
Effective Smart water management with IoT.pdf
Effective  Smart water management with IoT.pdfEffective  Smart water management with IoT.pdf
Effective Smart water management with IoT.pdf
 
Automatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoTAutomatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoT
 
IoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptIoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System ppt
 
Bluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project ReportBluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project Report
 
Air pollution monitoring system
Air pollution monitoring systemAir pollution monitoring system
Air pollution monitoring system
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
FINAL PROJECT REPORT IOT BASED AUTOMATED IRRIGATION SYSTEM
FINAL PROJECT REPORT IOT BASED AUTOMATED IRRIGATION SYSTEMFINAL PROJECT REPORT IOT BASED AUTOMATED IRRIGATION SYSTEM
FINAL PROJECT REPORT IOT BASED AUTOMATED IRRIGATION SYSTEM
 
Air quality monitoring system
Air quality monitoring systemAir quality monitoring system
Air quality monitoring system
 
Presentation on home automation
Presentation on home automationPresentation on home automation
Presentation on home automation
 

Similar to IRJET- Smart Water Monitoring System using IoT

IRJET- Advanced Water Quality Monitoring with IoT
IRJET-  	  Advanced Water Quality Monitoring with IoTIRJET-  	  Advanced Water Quality Monitoring with IoT
IRJET- Advanced Water Quality Monitoring with IoTIRJET Journal
 
IRJET - Water Monitoring System – IoT
IRJET -  	  Water Monitoring System – IoTIRJET -  	  Water Monitoring System – IoT
IRJET - Water Monitoring System – IoTIRJET 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
 
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
 
Water Level Monitoring System using IOT
Water Level Monitoring System using IOTWater Level Monitoring System using IOT
Water Level Monitoring System using IOTIRJET 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
 
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
 
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 Water Meter Reading and Distribution
IRJET-  	  Smart Water Meter Reading and DistributionIRJET-  	  Smart Water Meter Reading and Distribution
IRJET- Smart Water Meter Reading and DistributionIRJET Journal
 
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
 
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
 
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-Android Device for Smart Fluid Meter Reading System in IOT and WSN Envi...
IRJET-Android Device for Smart Fluid Meter Reading System in IOT and WSN Envi...IRJET-Android Device for Smart Fluid Meter Reading System in IOT and WSN Envi...
IRJET-Android Device for Smart Fluid Meter Reading System in IOT and WSN Envi...IRJET 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
 
IRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoT
IRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoTIRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoT
IRJET- Condition and Monitoring of Drinking Water in Water Purifier 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
 
Smart Rainwater Harvesting System
Smart Rainwater Harvesting SystemSmart Rainwater Harvesting System
Smart Rainwater Harvesting SystemIRJET Journal
 
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTERWIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTERIRJET Journal
 
IOT BASED RIVER WATER QUALITY MONITORING SYSTEM USING NODE MCU
IOT BASED RIVER WATER QUALITY MONITORING SYSTEM USING NODE MCUIOT BASED RIVER WATER QUALITY MONITORING SYSTEM USING NODE MCU
IOT BASED RIVER WATER QUALITY MONITORING SYSTEM USING NODE MCUIRJET Journal
 
IRJET- IoT based Water Monitoring System
IRJET- IoT based Water Monitoring SystemIRJET- IoT based Water Monitoring System
IRJET- IoT based Water Monitoring SystemIRJET Journal
 

Similar to IRJET- Smart Water Monitoring System using IoT (20)

IRJET- Advanced Water Quality Monitoring with IoT
IRJET-  	  Advanced Water Quality Monitoring with IoTIRJET-  	  Advanced Water Quality Monitoring with IoT
IRJET- Advanced Water Quality Monitoring with IoT
 
IRJET - Water Monitoring System – IoT
IRJET -  	  Water Monitoring System – IoTIRJET -  	  Water Monitoring System – IoT
IRJET - Water Monitoring System – IoT
 
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
 
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
 
Water Level Monitoring System using IOT
Water Level Monitoring System using IOTWater Level Monitoring System using IOT
Water Level Monitoring System using IOT
 
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
 
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...
 
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 Water Meter Reading and Distribution
IRJET-  	  Smart Water Meter Reading and DistributionIRJET-  	  Smart Water Meter Reading and Distribution
IRJET- Smart Water Meter Reading and Distribution
 
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
 
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
 
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-Android Device for Smart Fluid Meter Reading System in IOT and WSN Envi...
IRJET-Android Device for Smart Fluid Meter Reading System in IOT and WSN Envi...IRJET-Android Device for Smart Fluid Meter Reading System in IOT and WSN Envi...
IRJET-Android Device for Smart Fluid Meter Reading System in IOT and WSN Envi...
 
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- Condition and Monitoring of Drinking Water in Water Purifier Using IoT
IRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoTIRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoT
IRJET- Condition and Monitoring of Drinking Water in Water Purifier 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...
 
Smart Rainwater Harvesting System
Smart Rainwater Harvesting SystemSmart Rainwater Harvesting System
Smart Rainwater Harvesting System
 
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTERWIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
 
IOT BASED RIVER WATER QUALITY MONITORING SYSTEM USING NODE MCU
IOT BASED RIVER WATER QUALITY MONITORING SYSTEM USING NODE MCUIOT BASED RIVER WATER QUALITY MONITORING SYSTEM USING NODE MCU
IOT BASED RIVER WATER QUALITY MONITORING SYSTEM USING NODE MCU
 
IRJET- IoT based Water Monitoring System
IRJET- IoT based Water Monitoring SystemIRJET- IoT based Water Monitoring System
IRJET- IoT based Water Monitoring System
 

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

Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Aryaabh.arya
 
School management system project report.pdf
School management system project report.pdfSchool management system project report.pdf
School management system project report.pdfKamal Acharya
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdfKamal Acharya
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfPipe Restoration Solutions
 
Hall booking system project report .pdf
Hall booking system project report  .pdfHall booking system project report  .pdf
Hall booking system project report .pdfKamal Acharya
 
shape functions of 1D and 2 D rectangular elements.pptx
shape functions of 1D and 2 D rectangular elements.pptxshape functions of 1D and 2 D rectangular elements.pptx
shape functions of 1D and 2 D rectangular elements.pptxVishalDeshpande27
 
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and VisualizationKIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and VisualizationDr. Radhey Shyam
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxR&R Consult
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdfAhmedHussein950959
 
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...Amil baba
 
A case study of cinema management system project report..pdf
A case study of cinema management system project report..pdfA case study of cinema management system project report..pdf
A case study of cinema management system project report..pdfKamal Acharya
 
Pharmacy management system project report..pdf
Pharmacy management system project report..pdfPharmacy management system project report..pdf
Pharmacy management system project report..pdfKamal Acharya
 
Peek implant persentation - Copy (1).pdf
Peek implant persentation - Copy (1).pdfPeek implant persentation - Copy (1).pdf
Peek implant persentation - Copy (1).pdfAyahmorsy
 
AI for workflow automation Use cases applications benefits and development.pdf
AI for workflow automation Use cases applications benefits and development.pdfAI for workflow automation Use cases applications benefits and development.pdf
AI for workflow automation Use cases applications benefits and development.pdfmahaffeycheryld
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationRobbie Edward Sayers
 
Construction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxConstruction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxwendy cai
 
Explosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdfExplosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdf884710SadaqatAli
 
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdfA CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdfKamal Acharya
 
Natalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in KrakówNatalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in Krakówbim.edu.pl
 
Introduction to Casting Processes in Manufacturing
Introduction to Casting Processes in ManufacturingIntroduction to Casting Processes in Manufacturing
Introduction to Casting Processes in Manufacturingssuser0811ec
 

Recently uploaded (20)

Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
School management system project report.pdf
School management system project report.pdfSchool management system project report.pdf
School management system project report.pdf
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Hall booking system project report .pdf
Hall booking system project report  .pdfHall booking system project report  .pdf
Hall booking system project report .pdf
 
shape functions of 1D and 2 D rectangular elements.pptx
shape functions of 1D and 2 D rectangular elements.pptxshape functions of 1D and 2 D rectangular elements.pptx
shape functions of 1D and 2 D rectangular elements.pptx
 
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and VisualizationKIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
 
A case study of cinema management system project report..pdf
A case study of cinema management system project report..pdfA case study of cinema management system project report..pdf
A case study of cinema management system project report..pdf
 
Pharmacy management system project report..pdf
Pharmacy management system project report..pdfPharmacy management system project report..pdf
Pharmacy management system project report..pdf
 
Peek implant persentation - Copy (1).pdf
Peek implant persentation - Copy (1).pdfPeek implant persentation - Copy (1).pdf
Peek implant persentation - Copy (1).pdf
 
AI for workflow automation Use cases applications benefits and development.pdf
AI for workflow automation Use cases applications benefits and development.pdfAI for workflow automation Use cases applications benefits and development.pdf
AI for workflow automation Use cases applications benefits and development.pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Construction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxConstruction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptx
 
Explosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdfExplosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdf
 
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdfA CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
 
Natalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in KrakówNatalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in Kraków
 
Introduction to Casting Processes in Manufacturing
Introduction to Casting Processes in ManufacturingIntroduction to Casting Processes in Manufacturing
Introduction to Casting Processes in Manufacturing
 

IRJET- Smart Water Monitoring System using IoT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1170 Smart Water Monitoring System using IoT Gowthamy J1, Chinta Rohith Reddy2, Pijush Meher3, Saransh Shrivastava4, Guddu Kumar5 1,2,3,4,5Department of Computer Science and Engineering, SRM Institute of Science and Technology, Chennai, India ------------------------------------------------------------------------***------------------------------------------------------------------------- Abstract:- Water is one of the essential parts of life. Water pollution is one of the big problems to the world. In order to ensure the safe supply of the drinking and useful water for different purposes like agricultural, the water should be monitored. This paper presents a design of a low cost system for real time monitoring of the water quality and quantity of water in IOT (internet of things). The system having of several sensors is used to measuring physical of the water. The parameters flow sensor of the water can be measured. The measured values from the sensors can be processed by the controller. The Arduino model can be used as a controller. Finally, the sensor data can be shown on internet using WI-FI system. A cloud server was configured as data saving and analysis. This data can be used in future research and development. Key Words: Internet Of Things, IoT, Monitoring, Temperature sensors, Cloud computing, Real-time systems 1. INTRODUCTION Currently drinking water is very prizedforall thehumans. In recent times water levels are very low and waterinthelakes are going down. So its too important to find the solution for water monitoring & control system. IoT is a solution. In recent days, development in computing and electronics technologies have triggered Internet of Things technology. Internet of Things can be describe as the network of electronics devices communicating among them by the help of a controller. The IoT is a collection of devices that work together in order to serve human tasks in a efficientmanner. It combine computational power to send data about the environments. These devices can be in form of sensors, appliances, embedded systems, and data analysis microchips. This paper present a low cost water monitoring system, which is a solution for the water wastage and water quality. Microcontrollers and sensors are used for that system. Ultrasonic Sensor is used to measuring water level. The other parameters like pH, TDS, and Turbidity of the water can be calculated using different corresponding sensors. This system use the flow sensor which canmeasure the water flow and if the necessary quantity of water flow through the pipe then water flow can be stopped automatically. The calculated values from thesensorscanbe processed by the Microcontrollers and uploaded to the internet through the Wi-Fi module (ESP 8266). Analysis we can do by this process, how much water is used in certain time, in a day or in a month. Alerts messages and data generated by the sensors are transmitted over the Internet to a cloud server and can be received by user terminal owned by consumers. The data which is obtained from the sensors can be shown on the internet and provides facilities for screening the data on mobile phones or web application. 2. RELATED WORKS In the studies from [1] the author proposed that an IoT based water monitoring system that measureswaterlevel in real-time. The model is based on idea that the water level can be very important parameter when it comes to the flood occurrences especially in disaster prone areas. A waterlevel sensor is used to detect the desired parameter, and if the water level reaches the parameter, the signal will be feed in real time to social network like Twitter. In the [2] the author proposed that in recent times, tremendous growth of InternetofThingsapplicationsisseen in smart homes. The large variety of variousIoTapplications generally leads to interoperabilityrequirementsthatneedto be fulfilled. Current IoT project is achieved using physical platforms that lack intelligence on decision making. A architecture that implement Event-Condition-Action (ECA) method is proposed to solve the management of heterogeneous IoTs in smart homes. The proactive architecture, developed with a core repository stores persistent data of IoTs schema, proved to be an ideal solution in solving interoperability in smart homes. In [3] the paper proposed that drinking water the quality needs to be monitor in real time. In this paper we present a design and development of a low cost system for real time monitoring of the water quality in IoT (internet of things). The system comprises of many sensors is used to measuring physical and chemical parameters of the water. In [4] the author shown how to monitor the water level of water systems such as water tanks, rivers, ground water table, and bore wells remotely. They also shown that how to control the working of pump automatically and remotely. It can be used to remotely monitor the flood affected areas wirelessly and information can be sent to mobile wirelessly. This system is designed to monitor the level of water with the help of water level sensors. 3. MOTIVATION Water Pollution and water scarcity is a global problem, which requires ongoing modification of water resource guiding principle at the levels of international down to individual wells. It has been surveyed that water pollution is
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1171 the leading cause of diseases worldwide. The records show that more than 10000 people die daily worldwide. In India predictable 500+ people die of water pollution related problems every day. Research has shown that after few years the quantity of useful water will be goes down to minimum level. In many developing countries, dirty or contaminated water is being used for drinking without any proper former using it. One of the reasonsfor thishappening is the unawareness of public and administrationandthelack of water quality monitoring system which creates serious global issues. Also natural effects such as volcanoes, algae tints, and earthquakes also change the qualityandecological status of water. 4. PROPOSED SYSTEM 4.1. System Overview In this, we present the theory on real time monitoring of water quality and quantity using IoT. The system consists of Arduino, microcontroller,differenttypeofsensorslikewater flow sensor, pH and turbidity sensor and ultrasonic sensor. The Arduino is the main processor of the system which control and process the data generated by the sensors. Fig-1: Water monitoring system A Wi-Fi module is connected to the Arduino device which help to transfer the data to the cloud over internet. The ultrasonic sensor helps to measure the water level when the water flow reach certain level then the water flow can be stopped automatically by turning the motor off or close the water flow in pipe by the help of Arduino. The water flow sensor measure the quantity of water flow through the pipe in a given time, this data will be sent to cloud for storage and analysis purposes. The other sensor like temperature, pH and turbidity sensor measure the water quality and help to determine whether the water is useful for drinking or any agricultural purposes. 4.2 System Architecture Taking about this proposed system, it is clearlyshownthatit has several component which help to build a water monitoring system. The essential component of the system of smart home automation are:  Arduino Uno: Arduino is a microcontroller board based on the ATmega328P. It has 14 digital input and output pins, 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. Fig-2: Arduino It contains everything need to support the microcontroller. Arduino Software (IDE) were the reference versions of Arduino, now evolved to new releases. The Uno board is the first ina seriesofUSB Arduino board, and the reference model for the Arduino platform.  Wi-fi module: The ESP8266 WiFi Module is a self SOC with integrated TCP/IP protocol s that can give any microcontroller access to your WiFi network. Fig-3: Wifi module The ESP8266 is capable of hosting an applicationor offloading all Wi-Fi networking functions from another application processor. Each ESP8266 module come pre-programmed with an AT command set firmware. The ESP8266 module is an extremely cost effective.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1172  Flow sensor: sensor is used to measure the flow of water. Fig-4: flow sensor This sensor basically consists of a plastic body, a rotor and a sensor. The pinwheel rotor rotates when water / liquid flows through the pipe and its speed will be directly proportional to the flow rate. The Hall Effect sensor will provide an pulse with every revolution of the pinwheel rotor.  Cloud-Based Server: Cloud goes about as a database to store every data generated by the sensors installed in the home. This cloud server help to send email alert about different situation in home to the client.  Sensors: A sensor is a electronic device thatdetects and responds to some type of input from the physical environment. In this different type of sensors are used like temperature sensor, pH sensor, turbidity sensor, ultrasonic sensor which detect the change in environmental phenomena.  Ultrasonic sensor: Transmitters convert signal into ultrasound, receivers convert ultrasound into electrical signals, and transceivers can both transmit and receive ultrasound. This helps to measure the water level. 4.3 Network Architecture Fig-5: Architecture diagram 4.4. HOW TO USE CLOUD? This system is using Wi-Fi module (Esp8266) to send the sensor data to the cloud. All the sensors are connected with Wi-Fi module. Wi-Fi module needs the internet. So here Mobile data or Wi-Fi is the access point for the internet. And after all this data sends to the cloud. The following figure show the data stored in cloud Fig-6: Data of ultrasonic sensor Fig-7: Data of pH sensor 5. CONCLUSION & FUTURE SCOPE In this paper, a prototypewatermonitoringsystemusing IoT is presented. .For this some sensors are used. The collected data from the all the sensors are used for analysis purpose for better solution of water problems. The data is sends to the cloud server via Wi-Fi module ESP8266. So this application will be the best challenger in real time monitoring & control system and use to solve all the water related problems. REFERENCES [1] Thinagaran Perumal1, 1Md Nasir Sulaiman, 2Leong.C.Y, “Internet of Things (IoT) Enabled Water Monitoring System “,2015 IEEE 4th Global Conference on Consumer Electronics (GCCE) [2] Perumal, T.; Sulaiman, M.N.; Mustapha, N.; Shahi, A.; Thinaharan, R., "ProactivearchitectureforInternetofThings (IoTs) management in smart homes," Consumer Electronics
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1173 (GCCE), 2014 IEEE 3rd Global Conference on, pp.16,17,7-10 Oct. 2014. [3] N Vijaykumar ,R Ramyas, “The real time monitoring of water quality in IOT environment”,IEEE sponsored 2nd international conference on innovations in information, embedded and communication systems (Iciiecs)2015 [4] Saima Maqbool , Nidhi Chandra, “Real Time Wireless Monitoring and Control of Water Systems using Zigbee 802.15.4” 5th International Conference on Computational Intelligence and Communication Networks., 2013 [5] Prachet Varma, Akshay Kumar, Nihesh Rathod, Pratik Jain,Mallikarjun S,Renu Subramaniyam,Bhardhwaj Amrutur,M.S.Mohan kumar,Rajesh Sundresan, IoT based water management System for a Campus IEEE,IEEE First International Smart Cities Conference (ISC2),2015 [6] Asaad Ahmed Mohammedahmed Eltaieb,ZhangJian Min, “Automatic Water Level Control System”, International Journal of Science and Research (IJSR)2013 [7] In 2013, Raghavendra. R ,M. Uttara Kumari , S.A. Hariprasad presented a paper on “Implementation of Simulated Water Level Controller”, International Journal of Advanced Research in Computer Science and Software Engineering