SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 19
Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage
Detection using IoT
Dhanush P1, Diwakar K2, Ezhil Kumar P3, Ms. Indumathi H4, Dr. Senthil Kumar T5
Department of Electronics and Communication Engineering, Kingston Engineering College, Vellore-632 059, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Water is an important resource that have to be
saved. In previous methods the mechanical watermeterswith
moving parts such as displacement and velocity watermeters.
Using this traditional water meters, we cannot get the actual
consumption of each building. Themovingpartsin mechanical
meter there is a lot of chances to getting failure. For solving
these problems, we are going to introduce a digital water
meter we can provide the accurate water consumption bill for
each building, leakage detect, open tap detection and no flow
detection alarm wirelessly using webpage and android based
application. If the bills are not paid within thegivenperiodthe
flow of water to the house, flat and small-scale industrywill be
terminated using solenoid valve.
Key Words: Digital water meter, open tap, No flow, Bill
generation, Solenoid valve.
1. INTRODUCTION
The water is used in our home every day, includingwaterfor
normal household purposes, such as drinking, food,
preparation, bathing, washing clothesandwetotallydepend
upon the water and there may be a large chance for water
scarcity [1]in our future due to the over usage of water.
Domestic water use is probably the most importantformost
of the people.
So, we must have some knowledge of the usage of
water in our daily life and we need to save the water for our
future. To save the water initially we must know the amount
of water we are consuming in our daily life. Since the water
consumption was measured by the human it can make an
error which cause a major change in our future water
management process.
Hence to avoid this we are going for digital water
meter. In existing method,theyusedmechanical watermeter
to detect the water consumption, where it gives only pulse
for several liters of water which is not efficient for practical
world. It also provides only leakage detect in existing
method. Hence, we are adding some additional features in
our proposed system.
Where we are using paddle flow meter which will
give a 1 pulse for every 2ml (or) 170 pulse/liters.Thepaddle
flow meter will receive the water and the electro-magnetic
needle will turn a rotation from north to South Pole(1pulse)
for every 2ml of the water flowing in the pipe and this
Electromagnetic rotation effect is called HALL EFFECT [2].
The existing method used traditional meters like
displacement meters, velocity meters [3] which have some
moving parts which create some pressure bubblesinside the
meter which reduce the accuracy of water consumption
calculation.
So, now using this proposed system based water
meter we can detect the water consumption accurately that
the water meter based on the existing system since it has
some moving parts in it. We are using internet of thing (IOT)
[4] wireless sensor networks (WSN)[5]andAVRATmega 16
microcontroller in addition with ESP8266 microcontroller
[6].
Using this AVR ATmega 16 wecanabletoconnectto
32 modules and ESP8266 WIFI module and we can transmit
the collected data to the cloud wirelessly. Whereas the
previous method can connect only 2 sensors maximum. The
TCP/IP protocol was used in the transmission of data from
ESP8266 WIFI module tothe cloud.TheRTCmoduleDS1307
[7] was used to track the current time for automatic
updating to have a continues live monitoring permanently.
RTC are present in almost every electronic device to keep
the current time.
We can calculate the water consumption of everyoneina
flat and generate bill for everyone. The bill will be generated
and send wirelessly to the user mobile phones or even we
can also see the data’s in PC dashboard if needed. If the
amount (money) for the usage of water was unpaid by the
user then the flow of water to them will be terminated
automatically via solenoid valve.
In the previous method the used only leakagedetectsbut
there are some major leakages like open tap and noflowand
this leakage detection are implemented in our proposed
system and these leakages detects will be sendtoourmobile
phones as SMS alert [8] and android based application. The
16x2 LCD display was used to see the data collected after
processed from the AVR AT mega16 and ESP8266. The
collected data can also view in the PC Dashboard [9] for
wireless monitoring of the water flow consumption.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 20
2. SYSTEM ARCHITECTURE
Fig -1: Block diagram
2.1. AVR Atmega 16
Atmega16 is an 8-bit high performance
microcontroller of Atmega 16 Mega AVR family with low
power consumption. Atmega 16 is based on the term
Reduced Instruction Set Computing know as RISC and CISC
Architecture, with 131 powerful instructions. By using this
RISC based microcontroller we can execute many
instructions in one machine cycle itself. Atmega16 will
operate maximum at the frequency of 16MHZ.
2.2. ESP8266
ESP8266 is capable of functioning consistently in
industrial environments, due to its wide operating
temperature range. With highly integrated on-chip(IOC)
features and minimum number of external discrete
components and this on-chip provides many features like
reliability, compactness and robustness.
2.3. Solenoid valve
Solenoid valve (10) is a control unit which, when
electrically energized or de-energized, either shut off or
allow fluid flow. When energized, a magnetic field build up
which pulls a plunger or pivoted armature againsttheaction
of a spring. When the opposite of above occurs(de-
energized), the pivoted armature was return to its old
position by the spring action.
2.4. Water flow sensor
The (paddle flow meter) flow and the revolutionsof
the paddle wheel are proportional to each other. Thepaddle
wheel will start to spin with the force from the flowing fluid
and it becomes possible to measure therateofthisflowfrom
the number of revolutions. By embedding a magnet in the
rotation axis and on plates of the paddle, pulses will come
out as signals, by converting the number of revolutions into
the flow rate we can find the amount of water consumed.
FLOW CLACULATION METHODS
 Instantaneous flow =
Fig-2: Paddle flow meter
2.5. Real Time Clock Module DS1307
A real Clock module is essentially a time trailing
device which provides the present time and date. RTC
module that comes with DS3231 IC have the supply to line
alarms. RTC module with clock chip DS1307 supported on
I2C protocol. The module provides details such us North
American country second, minute, hour, day of week, day of
month, month and year including correction for leapyear. It
will operate either in twelve hours or in 24-hour format.
Current consumption of this module is Nano ampere vary.
Even a 3v battery can power it for 10 years maintain an
accurate cloak and without any external power.
2.6. LCD Display (16x2)
LCD (liquid crystal display) screen is an electronic
display module and find a wide range of applications A 16x2
LCD display is very commonly used in various devices and
circuits. A 16x2 LCD Display means it can display 16
characters per line and there are 2 such lines.
2.7. Relay
A relay could be a special kind of switch turned on
associated degreed off by a magnet. When a current flow
through the coil an electro-magnetic field is set up. The field
attracts associate degree iron coil, whose different finish
pushes the contacts along, finishing the circuit.
2.8. Web design
The XAMPP software tool was used to create a
Universal Research Locator (URL) and this link can be used
by the user whenever to see their water consumptionusage.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 21
Fig -3: webpage.
3. Functional Description
Fig -4: Flow chart.
Once our digital meter was started if check for the
watch flow if the water flow was not detected then again it
checks for the water flow and this check goes until the water
flow was detected.
Once the water flow was detected they send pluses
to the AVR microcontroller and again the pulse flow data
collected will be checked and if the data was not available
again water flow will be detection will be done and once the
pulse flow data was available the pulses are converted to
liters per minute (LPM).
If the LPM data was not available again the control goes
to AVR micro controller and once the LPM data was
available, the AVR microcontroller will communicate with
real time clock (RTC) and ESP8266 and LCD to be connected
same network if connection is not established then the
control again goes to the AVR microcontroller.
If the connection was established between AVRand
ESp8266, then data send to MOTT server and in the website,
we can also send SMS alert messages to our mobile phones
also and if we needed can also see the data in the PC
dashboard also if needed.
Fig -5: Layout Diagram.
3. Existing system
In existing method, the traditional water meter is
used .so only one digital pulse will come out for every
100ltrs.so live monitoring is possible but it will have to
simulated for every 24hrs manuallyandwecanconnectonly
maximum of 2 sensors with AVR Atmega 16 microcontroller
and the open tap detection and no floe detected is not
available in the existing method and also the day wise and
consumption with billing is not available.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 22
Table -1: Existing technique tabulation.
Existing technique tabulation
2 minutes 5 minutes 10 minutes
Volume of water
received
4.5 liters 6.8 liters 12 liters
Volume of water
expected
4.5 liters 6 liters 11.5 liters
Error
Nil -0.8 -0.5
Chart -1: Existing system bar graph.
Table -2: Existing technique specification.
Existing technique specification
Description specification
Max.no of sensors that can be
connected
2
No of pulse send out 1 pulse/100 liters
Website development
Software
Tool
PHP
Frequency 1 MHZ
Bit rate 9600
4. Proposed system
In the proposed method we can connect to 32
sensors with AVR Atmega 16 microcontroller and we are
having the leakage detection. Opentapdetectionand noflow
detection will be sent to our mobile phones using android
based web application available and live monitoring is not
needed to simulate for every 24 hrs. As in previous method
we can make the live monitoring continuous lifelong.We are
using hall effect-based water meter, so for minimum flow
also we get the pulses out from it for every 2ml or 170
pulses/liters and hence we are able to provide day wise and
monthly wise consumption of water comparisonandbill can
be given to promote more waterconservation.Ifamount was
not paid then termination of water flow will be done using
solenoid valve. Hence this project can be used in Tamil Nadu
e-government Water Corporation.
Table -3: Proposed technique tabulation.
Proposed technique tabulation
2 minutes 5 minutes 10 minutes
Volume of water
received
5 liters 6.8 liters 13 liters
Volume of water
expected
4.9 liters 6.8 liters 13
Error
0.1 Nil Nil
Chart -2: Proposed system bar graph.
Table –4 Proposed technique specification.
Proposed technique specification
Description specification
Max.no of sensors that can be
connected
2
No of pulse send out 1 pulse/100 liters
Website development
Software
tool
PHP
Frequency 1 MHZ
Bit rate 9600
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 23
5. Performance analysis
A. In this proposed method, the AVRATmega16
microcontroller was usedwhichwill beoperatingat
the frequency range of 16 MHz.
B. The data collected from this microcontroller will
send to the cloud at the rate of 1,15,200 bits/sec.
6. Conclusions
In our smart digital water based on the paddle flow
sensor we can able to detect the water flow accurately than
previous methods. In this method, we are going to provide
leakage detect alert, open tap detection alert and no flow
system alert.
We will see these alerts in 16x2 LCD displayand,we
will receive the SMS alert in our mobile phones. If needed,
we can also view the result analysis data in the PC
dashboard.
A URL link can also be given to view the
consumption of water.
Fig -6: Result analysis of daily and yearly consumption.
REFERENCES
1) S Botha, LA Meijsen, GP HanckeandBJSilva “Design
of a water flow and usage meter” Department of
Electrical, Electronic and Computer Engineering,
University of Pretoria, Pretoria, South Africa
Corresponding author:
2) J.J. Clark “A magnetic field based compliance
matching sensor for high resolution high
compliance tactile sensing” proceedings.1998IEEE
Int. Conf. Robot. Autom. 1998.
3) Sharath V.C, Suhas S, Sachin Jain B.N and Vinay
Kumar S.B “Smart Aqua Meter” Department of
ElectronicsandCommunicationEngineering, School
of Engineering and Technology, Jain University,
Bangalore, India.
4) M. F. C. da Silva and D. P. Pereira, “System for
measurement and control of water consumption
using wireless sensor network,” in Computing
System Engineering (SBESC), 2011 Brazilian
Symposium on. IEEE, 2011, pp. 105–107.
5) A. Abu-Mahfouz and G.P Hancke, Energy Efficient
Environment Monitoring System Based on the IEE
802.15.4 Standard for Low Cost Requirements,”
IEEE Sensors Journal, Vol.14, No.8, pp.2557-2566,
August 2014.
6) Sayonara A. C. Tavares, Ricardo J. B. V. M. Cavalcanti
Diego R. C. Silva, Marcelo B. Nogueira and Marconi
C. Rodrigues “Telemetry for domestic water
consumption based on IoT and open standards”
Escola de Ciˆencias e Tecnologia Universidade
Federal do Rio Grande do Norte
Natal, Rio Grande do Norte 59078-275.
7) N.Adloan “A Microcontroller Based Power Utilities
Tending Machine: Its Application to Sports Utility
and Academic Instruction”2011.
8) S.P Borgatti and R. cross “A relational view of
information seeking and learning in social
networks” Management science vol. 49 no.4 pp.
432-445 2003.
9) Y.Park I.-H. Jo “”Development of the learning
analytics dashboard to support students’ learning
performance” J. Universal Comput. Sci. vol. 21 no.
1pp. 110- 133 2015.
10) Zhang Qiaobin Deng Wenge Xiafeng ZHANG.
“Electromagnetic overflow mathematical model
analysis of common rai pressure control valve” J.
china ship research 2011 6(04) pp. 99-103.

More Related Content

What's hot

AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...ASHOKKUMAR RAMAR
 
Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2
Puja Singh
 
Design Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and SensorsDesign Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and Sensors
Sai Bhaskar Reddy Nakka
 
Centralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for serverCentralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for server
Aazim Rasool
 
Automated irrigation system using zig bee
Automated irrigation system using zig beeAutomated irrigation system using zig bee
Automated irrigation system using zig bee
Rahul Wagh
 
Plant monitoring system
Plant monitoring systemPlant monitoring system
Plant monitoring system
Sai Kumar
 
Automated Plant Watering System
Automated Plant Watering SystemAutomated Plant Watering System
Automated Plant Watering System
Soumyadeep Kal
 
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
IRJET Journal
 
IRJET - A Survey on Automation of Manually Operated Devices
IRJET - A Survey on Automation of Manually Operated DevicesIRJET - A Survey on Automation of Manually Operated Devices
IRJET - A Survey on Automation of Manually Operated Devices
IRJET Journal
 
An automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanismAn automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanism
eSAT Publishing House
 
2013 IEEE eee hard ware projects
2013 IEEE eee hard ware projects2013 IEEE eee hard ware projects
2013 IEEE eee hard ware projectsVision Solutions
 
An automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tankAn automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tank
eSAT Journals
 
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board""Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
Disha Modi
 
Ups battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobirUps battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobir
Humayun2012
 
75600403 automatic-plant-irrigation-system
75600403 automatic-plant-irrigation-system75600403 automatic-plant-irrigation-system
75600403 automatic-plant-irrigation-systemstk25
 
IJSRED-V2I2P7
IJSRED-V2I2P7IJSRED-V2I2P7
IJSRED-V2I2P7
IJSRED
 
IRJET - Smart Irrigation and Draining System using IoT
IRJET -  	  Smart Irrigation and Draining System using IoTIRJET -  	  Smart Irrigation and Draining System using IoT
IRJET - Smart Irrigation and Draining System using IoT
IRJET Journal
 
automatic plant irrigation using aurdino and gsm technology
automatic plant irrigation using aurdino and gsm technologyautomatic plant irrigation using aurdino and gsm technology
automatic plant irrigation using aurdino and gsm technology
thamil arasan
 
Automatic irrigation system by using 89s52
Automatic irrigation system by using 89s52Automatic irrigation system by using 89s52
Automatic irrigation system by using 89s52
rajat pundir
 

What's hot (20)

AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
AGRICULTURE PROJECTS-EMBEDDED SYSTEM BASED GSM COMMUNICATION FOR AUTOMATIC IR...
 
Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2
 
Design Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and SensorsDesign Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and Sensors
 
Centralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for serverCentralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for server
 
Automated irrigation system using zig bee
Automated irrigation system using zig beeAutomated irrigation system using zig bee
Automated irrigation system using zig bee
 
Plant monitoring system
Plant monitoring systemPlant monitoring system
Plant monitoring system
 
Final Report
Final ReportFinal Report
Final Report
 
Automated Plant Watering System
Automated Plant Watering SystemAutomated Plant Watering System
Automated Plant Watering System
 
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
 
IRJET - A Survey on Automation of Manually Operated Devices
IRJET - A Survey on Automation of Manually Operated DevicesIRJET - A Survey on Automation of Manually Operated Devices
IRJET - A Survey on Automation of Manually Operated Devices
 
An automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanismAn automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanism
 
2013 IEEE eee hard ware projects
2013 IEEE eee hard ware projects2013 IEEE eee hard ware projects
2013 IEEE eee hard ware projects
 
An automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tankAn automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tank
 
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board""Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
 
Ups battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobirUps battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobir
 
75600403 automatic-plant-irrigation-system
75600403 automatic-plant-irrigation-system75600403 automatic-plant-irrigation-system
75600403 automatic-plant-irrigation-system
 
IJSRED-V2I2P7
IJSRED-V2I2P7IJSRED-V2I2P7
IJSRED-V2I2P7
 
IRJET - Smart Irrigation and Draining System using IoT
IRJET -  	  Smart Irrigation and Draining System using IoTIRJET -  	  Smart Irrigation and Draining System using IoT
IRJET - Smart Irrigation and Draining System using IoT
 
automatic plant irrigation using aurdino and gsm technology
automatic plant irrigation using aurdino and gsm technologyautomatic plant irrigation using aurdino and gsm technology
automatic plant irrigation using aurdino and gsm technology
 
Automatic irrigation system by using 89s52
Automatic irrigation system by using 89s52Automatic irrigation system by using 89s52
Automatic irrigation system by using 89s52
 

Similar to IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Detection using IoT

Remote Monitoring System for Solar Inverters
Remote Monitoring System for Solar InvertersRemote Monitoring System for Solar Inverters
Remote Monitoring System for Solar Inverters
IRJET Journal
 
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
IRJET-  	  Transformer Monitoring and Protection System using AVR Atmega16 Mi...IRJET-  	  Transformer Monitoring and Protection System using AVR Atmega16 Mi...
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
IRJET Journal
 
Irrigation IoT G22222.ppt
Irrigation IoT G22222.pptIrrigation IoT G22222.ppt
Irrigation IoT G22222.ppt
Wajdi Bellil
 
IRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET- Water Level Monitoring System
IRJET- Water Level Monitoring System
IRJET 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 IOT
IRJET Journal
 
Prototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation systemPrototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation system
theijes
 
IRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNOIRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNO
IRJET Journal
 
Irjet v7 i3120
Irjet v7 i3120Irjet v7 i3120
Irjet v7 i3120
aissmsblogs
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water Management
IRJET Journal
 
GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring system
IRJET 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
 
Zigbee based weather monitoring system
Zigbee based weather monitoring systemZigbee based weather monitoring system
Zigbee based weather monitoring system
theijes
 
Zigbee based weather monitoring system
	Zigbee based weather monitoring system	Zigbee based weather monitoring system
Zigbee based weather monitoring system
theijes
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring System
IRJET Journal
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly System
IJMTST Journal
 
Power Measurement with IoT
Power Measurement with IoTPower Measurement with IoT
Power Measurement with IoT
Rama Jalamanchili
 
B03710609
B03710609B03710609
B03710609
theijes
 
Design and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machineDesign and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machine
eSAT Journals
 
IoT Based Battery Management System
IoT Based Battery Management SystemIoT Based Battery Management System
IoT Based Battery Management System
IRJET Journal
 
Innovative water saving agriculture by using resources
Innovative water saving agriculture by using resourcesInnovative water saving agriculture by using resources
Innovative water saving agriculture by using resourcesIAEME Publication
 

Similar to IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Detection using IoT (20)

Remote Monitoring System for Solar Inverters
Remote Monitoring System for Solar InvertersRemote Monitoring System for Solar Inverters
Remote Monitoring System for Solar Inverters
 
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
IRJET-  	  Transformer Monitoring and Protection System using AVR Atmega16 Mi...IRJET-  	  Transformer Monitoring and Protection System using AVR Atmega16 Mi...
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
 
Irrigation IoT G22222.ppt
Irrigation IoT G22222.pptIrrigation IoT G22222.ppt
Irrigation IoT G22222.ppt
 
IRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET- Water Level Monitoring System
IRJET- Water Level Monitoring System
 
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
 
Prototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation systemPrototype for automatically navigated water irrigation system
Prototype for automatically navigated water irrigation system
 
IRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNOIRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNO
 
Irjet v7 i3120
Irjet v7 i3120Irjet v7 i3120
Irjet v7 i3120
 
IRJET- Smart Water Management
IRJET-  	  Smart Water ManagementIRJET-  	  Smart Water Management
IRJET- Smart Water Management
 
GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring system
 
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...
 
Zigbee based weather monitoring system
Zigbee based weather monitoring systemZigbee based weather monitoring system
Zigbee based weather monitoring system
 
Zigbee based weather monitoring system
	Zigbee based weather monitoring system	Zigbee based weather monitoring system
Zigbee based weather monitoring system
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring System
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly System
 
Power Measurement with IoT
Power Measurement with IoTPower Measurement with IoT
Power Measurement with IoT
 
B03710609
B03710609B03710609
B03710609
 
Design and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machineDesign and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machine
 
IoT Based Battery Management System
IoT Based Battery Management SystemIoT Based Battery Management System
IoT Based Battery Management System
 
Innovative water saving agriculture by using resources
Innovative water saving agriculture by using resourcesInnovative water saving agriculture by using resources
Innovative water saving agriculture by using resources
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
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
AhmedHussein950959
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 

Recently uploaded (20)

Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
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
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 

IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Detection using IoT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 19 Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Detection using IoT Dhanush P1, Diwakar K2, Ezhil Kumar P3, Ms. Indumathi H4, Dr. Senthil Kumar T5 Department of Electronics and Communication Engineering, Kingston Engineering College, Vellore-632 059, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Water is an important resource that have to be saved. In previous methods the mechanical watermeterswith moving parts such as displacement and velocity watermeters. Using this traditional water meters, we cannot get the actual consumption of each building. Themovingpartsin mechanical meter there is a lot of chances to getting failure. For solving these problems, we are going to introduce a digital water meter we can provide the accurate water consumption bill for each building, leakage detect, open tap detection and no flow detection alarm wirelessly using webpage and android based application. If the bills are not paid within thegivenperiodthe flow of water to the house, flat and small-scale industrywill be terminated using solenoid valve. Key Words: Digital water meter, open tap, No flow, Bill generation, Solenoid valve. 1. INTRODUCTION The water is used in our home every day, includingwaterfor normal household purposes, such as drinking, food, preparation, bathing, washing clothesandwetotallydepend upon the water and there may be a large chance for water scarcity [1]in our future due to the over usage of water. Domestic water use is probably the most importantformost of the people. So, we must have some knowledge of the usage of water in our daily life and we need to save the water for our future. To save the water initially we must know the amount of water we are consuming in our daily life. Since the water consumption was measured by the human it can make an error which cause a major change in our future water management process. Hence to avoid this we are going for digital water meter. In existing method,theyusedmechanical watermeter to detect the water consumption, where it gives only pulse for several liters of water which is not efficient for practical world. It also provides only leakage detect in existing method. Hence, we are adding some additional features in our proposed system. Where we are using paddle flow meter which will give a 1 pulse for every 2ml (or) 170 pulse/liters.Thepaddle flow meter will receive the water and the electro-magnetic needle will turn a rotation from north to South Pole(1pulse) for every 2ml of the water flowing in the pipe and this Electromagnetic rotation effect is called HALL EFFECT [2]. The existing method used traditional meters like displacement meters, velocity meters [3] which have some moving parts which create some pressure bubblesinside the meter which reduce the accuracy of water consumption calculation. So, now using this proposed system based water meter we can detect the water consumption accurately that the water meter based on the existing system since it has some moving parts in it. We are using internet of thing (IOT) [4] wireless sensor networks (WSN)[5]andAVRATmega 16 microcontroller in addition with ESP8266 microcontroller [6]. Using this AVR ATmega 16 wecanabletoconnectto 32 modules and ESP8266 WIFI module and we can transmit the collected data to the cloud wirelessly. Whereas the previous method can connect only 2 sensors maximum. The TCP/IP protocol was used in the transmission of data from ESP8266 WIFI module tothe cloud.TheRTCmoduleDS1307 [7] was used to track the current time for automatic updating to have a continues live monitoring permanently. RTC are present in almost every electronic device to keep the current time. We can calculate the water consumption of everyoneina flat and generate bill for everyone. The bill will be generated and send wirelessly to the user mobile phones or even we can also see the data’s in PC dashboard if needed. If the amount (money) for the usage of water was unpaid by the user then the flow of water to them will be terminated automatically via solenoid valve. In the previous method the used only leakagedetectsbut there are some major leakages like open tap and noflowand this leakage detection are implemented in our proposed system and these leakages detects will be sendtoourmobile phones as SMS alert [8] and android based application. The 16x2 LCD display was used to see the data collected after processed from the AVR AT mega16 and ESP8266. The collected data can also view in the PC Dashboard [9] for wireless monitoring of the water flow consumption.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 20 2. SYSTEM ARCHITECTURE Fig -1: Block diagram 2.1. AVR Atmega 16 Atmega16 is an 8-bit high performance microcontroller of Atmega 16 Mega AVR family with low power consumption. Atmega 16 is based on the term Reduced Instruction Set Computing know as RISC and CISC Architecture, with 131 powerful instructions. By using this RISC based microcontroller we can execute many instructions in one machine cycle itself. Atmega16 will operate maximum at the frequency of 16MHZ. 2.2. ESP8266 ESP8266 is capable of functioning consistently in industrial environments, due to its wide operating temperature range. With highly integrated on-chip(IOC) features and minimum number of external discrete components and this on-chip provides many features like reliability, compactness and robustness. 2.3. Solenoid valve Solenoid valve (10) is a control unit which, when electrically energized or de-energized, either shut off or allow fluid flow. When energized, a magnetic field build up which pulls a plunger or pivoted armature againsttheaction of a spring. When the opposite of above occurs(de- energized), the pivoted armature was return to its old position by the spring action. 2.4. Water flow sensor The (paddle flow meter) flow and the revolutionsof the paddle wheel are proportional to each other. Thepaddle wheel will start to spin with the force from the flowing fluid and it becomes possible to measure therateofthisflowfrom the number of revolutions. By embedding a magnet in the rotation axis and on plates of the paddle, pulses will come out as signals, by converting the number of revolutions into the flow rate we can find the amount of water consumed. FLOW CLACULATION METHODS  Instantaneous flow = Fig-2: Paddle flow meter 2.5. Real Time Clock Module DS1307 A real Clock module is essentially a time trailing device which provides the present time and date. RTC module that comes with DS3231 IC have the supply to line alarms. RTC module with clock chip DS1307 supported on I2C protocol. The module provides details such us North American country second, minute, hour, day of week, day of month, month and year including correction for leapyear. It will operate either in twelve hours or in 24-hour format. Current consumption of this module is Nano ampere vary. Even a 3v battery can power it for 10 years maintain an accurate cloak and without any external power. 2.6. LCD Display (16x2) LCD (liquid crystal display) screen is an electronic display module and find a wide range of applications A 16x2 LCD display is very commonly used in various devices and circuits. A 16x2 LCD Display means it can display 16 characters per line and there are 2 such lines. 2.7. Relay A relay could be a special kind of switch turned on associated degreed off by a magnet. When a current flow through the coil an electro-magnetic field is set up. The field attracts associate degree iron coil, whose different finish pushes the contacts along, finishing the circuit. 2.8. Web design The XAMPP software tool was used to create a Universal Research Locator (URL) and this link can be used by the user whenever to see their water consumptionusage.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 21 Fig -3: webpage. 3. Functional Description Fig -4: Flow chart. Once our digital meter was started if check for the watch flow if the water flow was not detected then again it checks for the water flow and this check goes until the water flow was detected. Once the water flow was detected they send pluses to the AVR microcontroller and again the pulse flow data collected will be checked and if the data was not available again water flow will be detection will be done and once the pulse flow data was available the pulses are converted to liters per minute (LPM). If the LPM data was not available again the control goes to AVR micro controller and once the LPM data was available, the AVR microcontroller will communicate with real time clock (RTC) and ESP8266 and LCD to be connected same network if connection is not established then the control again goes to the AVR microcontroller. If the connection was established between AVRand ESp8266, then data send to MOTT server and in the website, we can also send SMS alert messages to our mobile phones also and if we needed can also see the data in the PC dashboard also if needed. Fig -5: Layout Diagram. 3. Existing system In existing method, the traditional water meter is used .so only one digital pulse will come out for every 100ltrs.so live monitoring is possible but it will have to simulated for every 24hrs manuallyandwecanconnectonly maximum of 2 sensors with AVR Atmega 16 microcontroller and the open tap detection and no floe detected is not available in the existing method and also the day wise and consumption with billing is not available.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 22 Table -1: Existing technique tabulation. Existing technique tabulation 2 minutes 5 minutes 10 minutes Volume of water received 4.5 liters 6.8 liters 12 liters Volume of water expected 4.5 liters 6 liters 11.5 liters Error Nil -0.8 -0.5 Chart -1: Existing system bar graph. Table -2: Existing technique specification. Existing technique specification Description specification Max.no of sensors that can be connected 2 No of pulse send out 1 pulse/100 liters Website development Software Tool PHP Frequency 1 MHZ Bit rate 9600 4. Proposed system In the proposed method we can connect to 32 sensors with AVR Atmega 16 microcontroller and we are having the leakage detection. Opentapdetectionand noflow detection will be sent to our mobile phones using android based web application available and live monitoring is not needed to simulate for every 24 hrs. As in previous method we can make the live monitoring continuous lifelong.We are using hall effect-based water meter, so for minimum flow also we get the pulses out from it for every 2ml or 170 pulses/liters and hence we are able to provide day wise and monthly wise consumption of water comparisonandbill can be given to promote more waterconservation.Ifamount was not paid then termination of water flow will be done using solenoid valve. Hence this project can be used in Tamil Nadu e-government Water Corporation. Table -3: Proposed technique tabulation. Proposed technique tabulation 2 minutes 5 minutes 10 minutes Volume of water received 5 liters 6.8 liters 13 liters Volume of water expected 4.9 liters 6.8 liters 13 Error 0.1 Nil Nil Chart -2: Proposed system bar graph. Table –4 Proposed technique specification. Proposed technique specification Description specification Max.no of sensors that can be connected 2 No of pulse send out 1 pulse/100 liters Website development Software tool PHP Frequency 1 MHZ Bit rate 9600
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 23 5. Performance analysis A. In this proposed method, the AVRATmega16 microcontroller was usedwhichwill beoperatingat the frequency range of 16 MHz. B. The data collected from this microcontroller will send to the cloud at the rate of 1,15,200 bits/sec. 6. Conclusions In our smart digital water based on the paddle flow sensor we can able to detect the water flow accurately than previous methods. In this method, we are going to provide leakage detect alert, open tap detection alert and no flow system alert. We will see these alerts in 16x2 LCD displayand,we will receive the SMS alert in our mobile phones. If needed, we can also view the result analysis data in the PC dashboard. A URL link can also be given to view the consumption of water. Fig -6: Result analysis of daily and yearly consumption. REFERENCES 1) S Botha, LA Meijsen, GP HanckeandBJSilva “Design of a water flow and usage meter” Department of Electrical, Electronic and Computer Engineering, University of Pretoria, Pretoria, South Africa Corresponding author: 2) J.J. Clark “A magnetic field based compliance matching sensor for high resolution high compliance tactile sensing” proceedings.1998IEEE Int. Conf. Robot. Autom. 1998. 3) Sharath V.C, Suhas S, Sachin Jain B.N and Vinay Kumar S.B “Smart Aqua Meter” Department of ElectronicsandCommunicationEngineering, School of Engineering and Technology, Jain University, Bangalore, India. 4) M. F. C. da Silva and D. P. Pereira, “System for measurement and control of water consumption using wireless sensor network,” in Computing System Engineering (SBESC), 2011 Brazilian Symposium on. IEEE, 2011, pp. 105–107. 5) A. Abu-Mahfouz and G.P Hancke, Energy Efficient Environment Monitoring System Based on the IEE 802.15.4 Standard for Low Cost Requirements,” IEEE Sensors Journal, Vol.14, No.8, pp.2557-2566, August 2014. 6) Sayonara A. C. Tavares, Ricardo J. B. V. M. Cavalcanti Diego R. C. Silva, Marcelo B. Nogueira and Marconi C. Rodrigues “Telemetry for domestic water consumption based on IoT and open standards” Escola de Ciˆencias e Tecnologia Universidade Federal do Rio Grande do Norte Natal, Rio Grande do Norte 59078-275. 7) N.Adloan “A Microcontroller Based Power Utilities Tending Machine: Its Application to Sports Utility and Academic Instruction”2011. 8) S.P Borgatti and R. cross “A relational view of information seeking and learning in social networks” Management science vol. 49 no.4 pp. 432-445 2003. 9) Y.Park I.-H. Jo “”Development of the learning analytics dashboard to support students’ learning performance” J. Universal Comput. Sci. vol. 21 no. 1pp. 110- 133 2015. 10) Zhang Qiaobin Deng Wenge Xiafeng ZHANG. “Electromagnetic overflow mathematical model analysis of common rai pressure control valve” J. china ship research 2011 6(04) pp. 99-103.