SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3634
SMART WATER METER READING AND DISTRIBUTION
Deepak C R1, Thejas Kumar B L2, Srinivas R3 , Pratheeksha Hegde4
1,2&3 Students, B.E, Department of CSE, Nitte Meenakshi Institute Of Technology, Bangalore, Karnataka, India.
4 Assistant Professor, Department of CSE, Nitte Meenakshi Institute of Technology, Bangalore, Karnataka, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Smart water meter is a device that measures
the amount of water consumed by householders who have
the device fitted within their premises. Water conservation
is a big issue in many apartments. A common meter is fitted
and cumulative consumption amount is shared among
households where they are being charged more than what is
to be paid. Smart distribution will minimize the wastage of
water in the flow system. There are several idea to overcome
this issue. In this paper we have proposed a solution to this
issue in which a device is used to calculate the flow rate and
quantity of water consumed by the householders and send it
to the cloud to monitor the consumption of water.
Key Words: water flow sensor, Ultrasonic
sensor, NodeMCU microcontroller, Ph sensor,
water consumption
1. INTRODUCTION
Water is a very basic need for the well-being of human
kind, vital for commercial development and essential for
the healthy functioning of all the world’s bionetworks.
Reasons for insufficient accessibility of resources to use
for people include. absence of supply networks, extreme
withdrawal of groundwater resource and danger from the
adulteration by the impurities.[1] Numerous water
resources have become increasingly polluted, resultant in
the decrease of freshwater accessibility. In some places
groundwater levels remain to fall and the choices for
rising supplies have become overpriced and are often
globally damaging. Water struggles are worsening around
the world, rivers are drying up and pollution is unrelieved.
The origin cause of these problems is poor water
domination, which has often been neglected in the past.
Rapid increase and industrialization has caused in the
crush on freshwater supplies for agricultural uses and this
needs reliable, alternative sources of supply.[3] The aim of
the project is to describe the water volume reading and
study the level of pollutants being discharged by these
units. In this project the study of water is done by sensors
like PH sensor, temperature sensor. Metering is done by
water level / flow sensor. The measured sensor standards
are uploaded to Blynk via wifi. The metering is done by
calculating the flow of waste water via level sensor across
pipes and uploading data to Blynk App.
1.1 Research Motivation
Statistics of water withdrawal indicates that
annum global withdrawal of water have maximized by
more than seven times and the total number of increase in
developed country is 9% the main goal is to minimize the
water wastage due to various reasons by enhancing the
smart water distribution from water mains to sub mains
to different blocks in the cities. The customer should be
able to track the amount of water used and amount that is
charged for the same in Realtime environment. This can be
achieved by implementing IOT technology in the system.
1.2 Statement Of The Problem
water is a basic and essential requirement for the
well-being of human beings, it is also important for
economic development and important for the world
ecosystem for healthy working . there is a limit
accessibility of properties to distribution network for
public use, risk from the contamination by the pollutants
and extreme extraction of groundwater
2. RELATED WORKS
The Internet of Things (IoT) is a different model that is
rapidly gaining admiration skills in modern technologies.
IoT makes likely the development of a vast number of
applications, of which only a very minor part is presently
available to our civilization [1]. The IoT field includes,
smart atmosphere, Healthcare domain (Home, Office,
Plant), logistics and transport and many more [1].
N. Vijayakumar & R. Ramya [1] proposed The Real Time
Monitoring of Water Quality in IoT Environment where
they are sending, storing and viewing the data. The water
value can be observed anywhere in the world. They
developed a system using different sensor and raspberry
PI B+ model. The scope of the work is to monitor the water
quality without taking any necessary steps when water
quality starts degrading.
IoT for water management increases the efficiency by
allowing real-time controller, process optimization,
service time reduction, new business models, resource
conservations, and the capability to do all this globally [2].
It increases efficiency by allowing the tracking, monitoring
and enabling continuous improvement.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3635
Prachet Verma et al. [3] proposed IoT based water
management system for a place where water circulation
based on the water level in a tank across the place. The
advanced system circulated enough water to each tank to
satisfy local demands. Ultrasonic sensor has been used to
know the water level in the tank.
Alessio Botta,, Valerio Persico, Antonio Pescape [4]
provided the in-depth information of incorporation of
Internet of things and cloud computing. They defined wide
set of the application based on Cloud Computing and IoT
like smart home, healthcare and smart metering, video
surveillance , smart city and more. They explained the
importance of cloud for IoT environment.
PROPOSED METHODOLOGY
In this paper we proposed the solution for water
utilization using water flow sensor, ultrasonic sensor, IR
sensor, Ph sensor, Temperature Sensor and interface with
Node MCU microcontroller which embedded with Arduino
code. Arduino software is used for Arduino coding to find
flow rate of water, display the output in serial monitor and
send the sensed data to the Android Application which can
be monitored by customers.
A) Hardware Needed
1) Node MCU ESP32
ESP32 is a sole 2.4 GHz Bluetooth and Wi-Fi composition
chip intended with the TSMC extremist low power 40 nm
technology. It is intended to accomplish the finest power
and RF performance, viewing toughness, flexibility and
dependability in an extensive variation of applications and
power circumstances.
2) IR proximity sensor
It is the Multipurpose IR Sensor is an add-on for a path
follower robot and obstacles avoid robot that gives a robot
the ability to detect line or near obstacle or elements. The
sensor works by sensing reflected light emit from its own
IR LED.
3) Water Flow Sensor
The water flow sensor will calculate the amount of water
used by the block. It contains the small valve that will
rotate during the water flow , based on that the amount of
water distributed is calculated.
4) Four Channel Relay Board (5V)
It is a active low triggerd 4 Channel Relay Board that is
used to control the valve in the system. Whenever the IR
sensor detects the obstacle passing through the sub main
pipes it automatically triggers the relay , then the valve is
automatically turned off.
5) Ultrasonic Sensor
It has Echo and Trigger, the Echo emits the Infrared beam
then the reflected light is triggered and calculate the
distance.
6) PH Sensor
The Ph sensor is used to differentiate the liquid
between Acid and Base . the main reason of using this
sensor is to ensure the quality of the water.
7) Electric Valve
The electric valve is used to stop the water flow
automatically if the obstacle is detected.
8) DS18B20
The DS18B20 is a sensor that checks the temperature of
the water and shows the real time analysis in the android
application.
B) Software Used
Arduino IDE is used to generate the code and upload the
code on microcontroller for Implementation and Testing.
Blynk Android Application is used for real time monitoring
purpose.
C) DESIGN
1) Architectural Design
Fig -1: Architectural Design
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3636
All the sensors are the inputs for the node mcu
controller. After processing the sensor values the output
will be sent to an Android Application trough internet or
Wi-Fi .
2) Activity Diagram
Fig -2: Activity Diagram
E) Experimental Analysis
The Cloud based Android Blynk Application available in
internet with which the data is sent to the cloud using Wi-
Fi and the users can monitor the output that is displayed
in the form of graphical Representation.
3. CONCLUSIONS
The high pollution load of effluents affects the water
quality which in turn leads to significant environmental
problems and health risks to the rural communities which
rely directly on the water available in the nearby water
bodies for domestic purposes without its treatment.
Therefore, it is recommended that the effluents of textile
industries must be treated well before their discharge into
the surrounding water bodies.
REFERENCES
[1] Vijayakumar, N., and R. Ramya, "The material phase
observing of water excellence in IoT environment", In
Circuit, Power and Computing Technologies (ICCPCT),
2015 International Conference on, pp. 1-4. IEEE, 2015.
[2] Robles, Tomás, Ramón Alcarria, Diego Martín, Augusto
Morales, Mariano Navarro, Rodrigo Calero, Sofia Iglesias,
and Manuel López, "An internet of things-based model for
smart water management", In Advanced Information
Networking and Applications Workshops (WAINA), 2014
28th International Conference on, pp. 821-826. IEEE,
2014.
[3] Verma, Prachet, Akshay Kumar, Nihesh Rathod, Pratik
Jain, S. Mallikarjun, Renu Subramanian, Bharadwaj
Amrutur, MS Mohan Kumar, and Rajesh Sundaresan,
"Towards an IoT based water management system for a
campus", In Smart Cities Conference (ISC2), 2015 IEEE
First International, pp. 1-6. IEEE, 2015.
[4] Botta, Alessio, Walter De Donato, Valerio Persico, and
Antonio Pescapé, "On the integration of cloud computing
and internet of things",In Future Internet of Things and
Cloud (FiCloud), 2014 International Conference on, pp. 23-
30. IEEE, 2014.
[5] Ghemawat, Sanjay, Howard Gobioff, and Shun-Tak
Leung, "The Google file system", In ACM SIGOPS operating
systems review, vol. 37, no. 5, pp. 29-43. ACM, 2003.

More Related Content

What's hot

IRJET- IoT based Real-Time Water Quality Monitoring and Reporting
IRJET-  	  IoT based Real-Time Water Quality Monitoring and ReportingIRJET-  	  IoT based Real-Time Water Quality Monitoring and Reporting
IRJET- IoT based Real-Time Water Quality Monitoring and Reporting
IRJET Journal
 
IRJET- Smart Water Monitoring System for Real-Time Water Quality and Usage Mo...
IRJET- Smart Water Monitoring System for Real-Time Water Quality and Usage Mo...IRJET- Smart Water Monitoring System for Real-Time Water Quality and Usage Mo...
IRJET- Smart Water Monitoring System for Real-Time Water Quality and Usage Mo...
IRJET Journal
 
Web based Water Turbidity Monitoring and Automated Filtration System: IoT App...
Web based Water Turbidity Monitoring and Automated Filtration System: IoT App...Web based Water Turbidity Monitoring and Automated Filtration System: IoT App...
Web based Water Turbidity Monitoring and Automated Filtration System: IoT App...
IJECEIAES
 
IRJET - Smart Underground Drainage Blockage Monitoring and Detection Syst...
IRJET -  	  Smart Underground Drainage Blockage Monitoring and Detection Syst...IRJET -  	  Smart Underground Drainage Blockage Monitoring and Detection Syst...
IRJET - Smart Underground Drainage Blockage Monitoring and Detection Syst...
IRJET Journal
 
IRJET- A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
IRJET-  	  A Study on IOT Approach for Monitoring Water Quality using MQTT Al...IRJET-  	  A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
IRJET- A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
IRJET Journal
 
IRJET- IoT-Enabled Underground Drainage Monitoring System using Water Flo...
IRJET-  	  IoT-Enabled Underground Drainage Monitoring System using Water Flo...IRJET-  	  IoT-Enabled Underground Drainage Monitoring System using Water Flo...
IRJET- IoT-Enabled Underground Drainage Monitoring System using Water Flo...
IRJET Journal
 
SOC Module for IOT Based Smart Water Monitoring
SOC Module for IOT Based Smart Water MonitoringSOC Module for IOT Based Smart Water Monitoring
SOC Module for IOT Based Smart Water Monitoring
rahulmonikasharma
 
IRJET- Identification of Sources of Pollution & Designing of Effective Domest...
IRJET- Identification of Sources of Pollution & Designing of Effective Domest...IRJET- Identification of Sources of Pollution & Designing of Effective Domest...
IRJET- Identification of Sources of Pollution & Designing of Effective Domest...
IRJET Journal
 
IEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring SystemIEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring System
IJARIIE JOURNAL
 
IRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart CityIRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart City
IRJET Journal
 
IRJET - Water Monitoring System – IoT
IRJET -  	  Water Monitoring System – IoTIRJET -  	  Water Monitoring System – IoT
IRJET - Water Monitoring System – IoT
IRJET Journal
 
Water quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTWater quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOT
Mayur Rahangdale
 
IRJET - A Review on Fish Farm Aquaculture Monitoring & Controlling System
IRJET -  	  A Review on Fish Farm Aquaculture Monitoring & Controlling SystemIRJET -  	  A Review on Fish Farm Aquaculture Monitoring & Controlling System
IRJET - A Review on Fish Farm Aquaculture Monitoring & Controlling System
IRJET Journal
 
Low Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring SystemLow Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring System
ijtsrd
 
Pontem Monitoring using IoT
Pontem Monitoring using IoTPontem Monitoring using IoT
Pontem Monitoring using IoT
ijtsrd
 
IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart Cities
YogeshIJTSRD
 
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 Journal
 
IRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET Journal
 
IRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water SystemIRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water System
IRJET Journal
 
A Real Time System for Water Quality Measurement Using GSM
A Real Time System for Water Quality Measurement Using GSMA Real Time System for Water Quality Measurement Using GSM
A Real Time System for Water Quality Measurement Using GSM
RSIS International
 

What's hot (20)

IRJET- IoT based Real-Time Water Quality Monitoring and Reporting
IRJET-  	  IoT based Real-Time Water Quality Monitoring and ReportingIRJET-  	  IoT based Real-Time Water Quality Monitoring and Reporting
IRJET- IoT based Real-Time Water Quality Monitoring and Reporting
 
IRJET- Smart Water Monitoring System for Real-Time Water Quality and Usage Mo...
IRJET- Smart Water Monitoring System for Real-Time Water Quality and Usage Mo...IRJET- Smart Water Monitoring System for Real-Time Water Quality and Usage Mo...
IRJET- Smart Water Monitoring System for Real-Time Water Quality and Usage Mo...
 
Web based Water Turbidity Monitoring and Automated Filtration System: IoT App...
Web based Water Turbidity Monitoring and Automated Filtration System: IoT App...Web based Water Turbidity Monitoring and Automated Filtration System: IoT App...
Web based Water Turbidity Monitoring and Automated Filtration System: IoT App...
 
IRJET - Smart Underground Drainage Blockage Monitoring and Detection Syst...
IRJET -  	  Smart Underground Drainage Blockage Monitoring and Detection Syst...IRJET -  	  Smart Underground Drainage Blockage Monitoring and Detection Syst...
IRJET - Smart Underground Drainage Blockage Monitoring and Detection Syst...
 
IRJET- A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
IRJET-  	  A Study on IOT Approach for Monitoring Water Quality using MQTT Al...IRJET-  	  A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
IRJET- A Study on IOT Approach for Monitoring Water Quality using MQTT Al...
 
IRJET- IoT-Enabled Underground Drainage Monitoring System using Water Flo...
IRJET-  	  IoT-Enabled Underground Drainage Monitoring System using Water Flo...IRJET-  	  IoT-Enabled Underground Drainage Monitoring System using Water Flo...
IRJET- IoT-Enabled Underground Drainage Monitoring System using Water Flo...
 
SOC Module for IOT Based Smart Water Monitoring
SOC Module for IOT Based Smart Water MonitoringSOC Module for IOT Based Smart Water Monitoring
SOC Module for IOT Based Smart Water Monitoring
 
IRJET- Identification of Sources of Pollution & Designing of Effective Domest...
IRJET- Identification of Sources of Pollution & Designing of Effective Domest...IRJET- Identification of Sources of Pollution & Designing of Effective Domest...
IRJET- Identification of Sources of Pollution & Designing of Effective Domest...
 
IEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring SystemIEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring System
 
IRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart CityIRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart City
 
IRJET - Water Monitoring System – IoT
IRJET -  	  Water Monitoring System – IoTIRJET -  	  Water Monitoring System – IoT
IRJET - Water Monitoring System – IoT
 
Water quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTWater quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOT
 
IRJET - A Review on Fish Farm Aquaculture Monitoring & Controlling System
IRJET -  	  A Review on Fish Farm Aquaculture Monitoring & Controlling SystemIRJET -  	  A Review on Fish Farm Aquaculture Monitoring & Controlling System
IRJET - A Review on Fish Farm Aquaculture Monitoring & Controlling System
 
Low Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring SystemLow Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring System
 
Pontem Monitoring using IoT
Pontem Monitoring using IoTPontem Monitoring using IoT
Pontem Monitoring using IoT
 
IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart Cities
 
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- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using Iot
 
IRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water SystemIRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water System
 
A Real Time System for Water Quality Measurement Using GSM
A Real Time System for Water Quality Measurement Using GSMA Real Time System for Water Quality Measurement Using GSM
A Real Time System for Water Quality Measurement Using GSM
 

Similar to IRJET- Smart Water Meter Reading and Distribution

Water Supply Measurement and Management System Based on IoT with Water Leakag...
Water Supply Measurement and Management System Based on IoT with Water Leakag...Water Supply Measurement and Management System Based on IoT with Water Leakag...
Water Supply Measurement and Management System Based on IoT with Water Leakag...
IRJET Journal
 
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTERWIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
IRJET 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 MCU
IRJET Journal
 
IoT Based Industrial Sewage Water Purity Indicator
IoT Based Industrial Sewage Water Purity IndicatorIoT Based Industrial Sewage Water Purity Indicator
IoT Based Industrial Sewage Water Purity Indicator
IRJET Journal
 
IRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring SystemIRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring System
IRJET Journal
 
IRJET- IoT based Industrial Water Quality Monitoring System
IRJET-  	  IoT based Industrial Water Quality Monitoring SystemIRJET-  	  IoT based Industrial Water Quality Monitoring System
IRJET- IoT based Industrial Water Quality Monitoring System
IRJET Journal
 
IRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring System
IRJET Journal
 
IRJET- Software Sensor for Potable Water Quality through Qualitative and ...
IRJET-  	  Software Sensor for Potable Water Quality through Qualitative and ...IRJET-  	  Software Sensor for Potable Water Quality through Qualitative and ...
IRJET- Software Sensor for Potable Water Quality through Qualitative and ...
IRJET Journal
 
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 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 IoT
IRJET Journal
 
IRJET- Waste Water Management for Smart Cities Implementation with Help of In...
IRJET- Waste Water Management for Smart Cities Implementation with Help of In...IRJET- Waste Water Management for Smart Cities Implementation with Help of In...
IRJET- Waste Water Management for Smart Cities Implementation with Help of In...
IRJET Journal
 
IRJET- Waste Water Management for Smart Cities Implementation with Help of In...
IRJET- Waste Water Management for Smart Cities Implementation with Help of In...IRJET- Waste Water Management for Smart Cities Implementation with Help of In...
IRJET- Waste Water Management for Smart Cities Implementation with Help of In...
IRJET Journal
 
IRJET- Smart Meter for Water Utilization using IoT
IRJET- Smart Meter for Water Utilization using IoTIRJET- Smart Meter for Water Utilization using IoT
IRJET- Smart Meter for Water Utilization using IoT
IRJET Journal
 
Smart Rainwater Harvesting System
Smart Rainwater Harvesting SystemSmart Rainwater Harvesting System
Smart Rainwater Harvesting System
IRJET Journal
 
WATER QUALITY MONITORING RC BOAT
WATER QUALITY MONITORING RC BOATWATER QUALITY MONITORING RC BOAT
WATER QUALITY MONITORING RC BOAT
IRJET Journal
 
Real Time Water Quality Monitoring and Management System
Real Time Water Quality Monitoring and Management SystemReal Time Water Quality Monitoring and Management System
Real Time Water Quality Monitoring and Management System
IRJET Journal
 
IRJET- Smart Water Distribution Management System
IRJET- Smart Water Distribution Management SystemIRJET- Smart Water Distribution Management System
IRJET- Smart Water Distribution Management System
IRJET Journal
 
ANALYSING WATER QUALITY OF AN ARE
ANALYSING WATER QUALITY OF AN AREANALYSING WATER QUALITY OF AN ARE
ANALYSING WATER QUALITY OF AN ARE
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
 
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
dineshkumar1088888
 

Similar to IRJET- Smart Water Meter Reading and Distribution (20)

Water Supply Measurement and Management System Based on IoT with Water Leakag...
Water Supply Measurement and Management System Based on IoT with Water Leakag...Water Supply Measurement and Management System Based on IoT with Water Leakag...
Water Supply Measurement and Management System Based on IoT with Water Leakag...
 
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTERWIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
 
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
 
IoT Based Industrial Sewage Water Purity Indicator
IoT Based Industrial Sewage Water Purity IndicatorIoT Based Industrial Sewage Water Purity Indicator
IoT Based Industrial Sewage Water Purity Indicator
 
IRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring SystemIRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring System
 
IRJET- IoT based Industrial Water Quality Monitoring System
IRJET-  	  IoT based Industrial Water Quality Monitoring SystemIRJET-  	  IoT based Industrial Water Quality Monitoring System
IRJET- IoT based Industrial Water Quality Monitoring System
 
IRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring System
 
IRJET- Software Sensor for Potable Water Quality through Qualitative and ...
IRJET-  	  Software Sensor for Potable Water Quality through Qualitative and ...IRJET-  	  Software Sensor for Potable Water Quality through Qualitative and ...
IRJET- Software Sensor for Potable Water Quality through Qualitative and ...
 
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- 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- Waste Water Management for Smart Cities Implementation with Help of In...
IRJET- Waste Water Management for Smart Cities Implementation with Help of In...IRJET- Waste Water Management for Smart Cities Implementation with Help of In...
IRJET- Waste Water Management for Smart Cities Implementation with Help of In...
 
IRJET- Waste Water Management for Smart Cities Implementation with Help of In...
IRJET- Waste Water Management for Smart Cities Implementation with Help of In...IRJET- Waste Water Management for Smart Cities Implementation with Help of In...
IRJET- Waste Water Management for Smart Cities Implementation with Help of In...
 
IRJET- Smart Meter for Water Utilization using IoT
IRJET- Smart Meter for Water Utilization using IoTIRJET- Smart Meter for Water Utilization using IoT
IRJET- Smart Meter for Water Utilization using IoT
 
Smart Rainwater Harvesting System
Smart Rainwater Harvesting SystemSmart Rainwater Harvesting System
Smart Rainwater Harvesting System
 
WATER QUALITY MONITORING RC BOAT
WATER QUALITY MONITORING RC BOATWATER QUALITY MONITORING RC BOAT
WATER QUALITY MONITORING RC BOAT
 
Real Time Water Quality Monitoring and Management System
Real Time Water Quality Monitoring and Management SystemReal Time Water Quality Monitoring and Management System
Real Time Water Quality Monitoring and Management System
 
IRJET- Smart Water Distribution Management System
IRJET- Smart Water Distribution Management SystemIRJET- Smart Water Distribution Management System
IRJET- Smart Water Distribution Management System
 
ANALYSING WATER QUALITY OF AN ARE
ANALYSING WATER QUALITY OF AN AREANALYSING WATER QUALITY OF AN ARE
ANALYSING WATER QUALITY OF AN ARE
 
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...
 
real_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdfreal_time_water_quality_monitoring__and_controlling_using_iot.pdf
real_time_water_quality_monitoring__and_controlling_using_iot.pdf
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED 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

Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
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
Pipe Restoration Solutions
 
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
 
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
R&R Consult
 
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
 
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
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
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
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
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
 
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
 
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
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 

Recently uploaded (20)

Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
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
 
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
 
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
 
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
 
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
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
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
 
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
 
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
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 

IRJET- Smart Water Meter Reading and Distribution

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3634 SMART WATER METER READING AND DISTRIBUTION Deepak C R1, Thejas Kumar B L2, Srinivas R3 , Pratheeksha Hegde4 1,2&3 Students, B.E, Department of CSE, Nitte Meenakshi Institute Of Technology, Bangalore, Karnataka, India. 4 Assistant Professor, Department of CSE, Nitte Meenakshi Institute of Technology, Bangalore, Karnataka, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Smart water meter is a device that measures the amount of water consumed by householders who have the device fitted within their premises. Water conservation is a big issue in many apartments. A common meter is fitted and cumulative consumption amount is shared among households where they are being charged more than what is to be paid. Smart distribution will minimize the wastage of water in the flow system. There are several idea to overcome this issue. In this paper we have proposed a solution to this issue in which a device is used to calculate the flow rate and quantity of water consumed by the householders and send it to the cloud to monitor the consumption of water. Key Words: water flow sensor, Ultrasonic sensor, NodeMCU microcontroller, Ph sensor, water consumption 1. INTRODUCTION Water is a very basic need for the well-being of human kind, vital for commercial development and essential for the healthy functioning of all the world’s bionetworks. Reasons for insufficient accessibility of resources to use for people include. absence of supply networks, extreme withdrawal of groundwater resource and danger from the adulteration by the impurities.[1] Numerous water resources have become increasingly polluted, resultant in the decrease of freshwater accessibility. In some places groundwater levels remain to fall and the choices for rising supplies have become overpriced and are often globally damaging. Water struggles are worsening around the world, rivers are drying up and pollution is unrelieved. The origin cause of these problems is poor water domination, which has often been neglected in the past. Rapid increase and industrialization has caused in the crush on freshwater supplies for agricultural uses and this needs reliable, alternative sources of supply.[3] The aim of the project is to describe the water volume reading and study the level of pollutants being discharged by these units. In this project the study of water is done by sensors like PH sensor, temperature sensor. Metering is done by water level / flow sensor. The measured sensor standards are uploaded to Blynk via wifi. The metering is done by calculating the flow of waste water via level sensor across pipes and uploading data to Blynk App. 1.1 Research Motivation Statistics of water withdrawal indicates that annum global withdrawal of water have maximized by more than seven times and the total number of increase in developed country is 9% the main goal is to minimize the water wastage due to various reasons by enhancing the smart water distribution from water mains to sub mains to different blocks in the cities. The customer should be able to track the amount of water used and amount that is charged for the same in Realtime environment. This can be achieved by implementing IOT technology in the system. 1.2 Statement Of The Problem water is a basic and essential requirement for the well-being of human beings, it is also important for economic development and important for the world ecosystem for healthy working . there is a limit accessibility of properties to distribution network for public use, risk from the contamination by the pollutants and extreme extraction of groundwater 2. RELATED WORKS The Internet of Things (IoT) is a different model that is rapidly gaining admiration skills in modern technologies. IoT makes likely the development of a vast number of applications, of which only a very minor part is presently available to our civilization [1]. The IoT field includes, smart atmosphere, Healthcare domain (Home, Office, Plant), logistics and transport and many more [1]. N. Vijayakumar & R. Ramya [1] proposed The Real Time Monitoring of Water Quality in IoT Environment where they are sending, storing and viewing the data. The water value can be observed anywhere in the world. They developed a system using different sensor and raspberry PI B+ model. The scope of the work is to monitor the water quality without taking any necessary steps when water quality starts degrading. IoT for water management increases the efficiency by allowing real-time controller, process optimization, service time reduction, new business models, resource conservations, and the capability to do all this globally [2]. It increases efficiency by allowing the tracking, monitoring and enabling continuous improvement.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3635 Prachet Verma et al. [3] proposed IoT based water management system for a place where water circulation based on the water level in a tank across the place. The advanced system circulated enough water to each tank to satisfy local demands. Ultrasonic sensor has been used to know the water level in the tank. Alessio Botta,, Valerio Persico, Antonio Pescape [4] provided the in-depth information of incorporation of Internet of things and cloud computing. They defined wide set of the application based on Cloud Computing and IoT like smart home, healthcare and smart metering, video surveillance , smart city and more. They explained the importance of cloud for IoT environment. PROPOSED METHODOLOGY In this paper we proposed the solution for water utilization using water flow sensor, ultrasonic sensor, IR sensor, Ph sensor, Temperature Sensor and interface with Node MCU microcontroller which embedded with Arduino code. Arduino software is used for Arduino coding to find flow rate of water, display the output in serial monitor and send the sensed data to the Android Application which can be monitored by customers. A) Hardware Needed 1) Node MCU ESP32 ESP32 is a sole 2.4 GHz Bluetooth and Wi-Fi composition chip intended with the TSMC extremist low power 40 nm technology. It is intended to accomplish the finest power and RF performance, viewing toughness, flexibility and dependability in an extensive variation of applications and power circumstances. 2) IR proximity sensor It is the Multipurpose IR Sensor is an add-on for a path follower robot and obstacles avoid robot that gives a robot the ability to detect line or near obstacle or elements. The sensor works by sensing reflected light emit from its own IR LED. 3) Water Flow Sensor The water flow sensor will calculate the amount of water used by the block. It contains the small valve that will rotate during the water flow , based on that the amount of water distributed is calculated. 4) Four Channel Relay Board (5V) It is a active low triggerd 4 Channel Relay Board that is used to control the valve in the system. Whenever the IR sensor detects the obstacle passing through the sub main pipes it automatically triggers the relay , then the valve is automatically turned off. 5) Ultrasonic Sensor It has Echo and Trigger, the Echo emits the Infrared beam then the reflected light is triggered and calculate the distance. 6) PH Sensor The Ph sensor is used to differentiate the liquid between Acid and Base . the main reason of using this sensor is to ensure the quality of the water. 7) Electric Valve The electric valve is used to stop the water flow automatically if the obstacle is detected. 8) DS18B20 The DS18B20 is a sensor that checks the temperature of the water and shows the real time analysis in the android application. B) Software Used Arduino IDE is used to generate the code and upload the code on microcontroller for Implementation and Testing. Blynk Android Application is used for real time monitoring purpose. C) DESIGN 1) Architectural Design Fig -1: Architectural Design
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3636 All the sensors are the inputs for the node mcu controller. After processing the sensor values the output will be sent to an Android Application trough internet or Wi-Fi . 2) Activity Diagram Fig -2: Activity Diagram E) Experimental Analysis The Cloud based Android Blynk Application available in internet with which the data is sent to the cloud using Wi- Fi and the users can monitor the output that is displayed in the form of graphical Representation. 3. CONCLUSIONS The high pollution load of effluents affects the water quality which in turn leads to significant environmental problems and health risks to the rural communities which rely directly on the water available in the nearby water bodies for domestic purposes without its treatment. Therefore, it is recommended that the effluents of textile industries must be treated well before their discharge into the surrounding water bodies. REFERENCES [1] Vijayakumar, N., and R. Ramya, "The material phase observing of water excellence in IoT environment", In Circuit, Power and Computing Technologies (ICCPCT), 2015 International Conference on, pp. 1-4. IEEE, 2015. [2] Robles, Tomás, Ramón Alcarria, Diego Martín, Augusto Morales, Mariano Navarro, Rodrigo Calero, Sofia Iglesias, and Manuel López, "An internet of things-based model for smart water management", In Advanced Information Networking and Applications Workshops (WAINA), 2014 28th International Conference on, pp. 821-826. IEEE, 2014. [3] Verma, Prachet, Akshay Kumar, Nihesh Rathod, Pratik Jain, S. Mallikarjun, Renu Subramanian, Bharadwaj Amrutur, MS Mohan Kumar, and Rajesh Sundaresan, "Towards an IoT based water management system for a campus", In Smart Cities Conference (ISC2), 2015 IEEE First International, pp. 1-6. IEEE, 2015. [4] Botta, Alessio, Walter De Donato, Valerio Persico, and Antonio Pescapé, "On the integration of cloud computing and internet of things",In Future Internet of Things and Cloud (FiCloud), 2014 International Conference on, pp. 23- 30. IEEE, 2014. [5] Ghemawat, Sanjay, Howard Gobioff, and Shun-Tak Leung, "The Google file system", In ACM SIGOPS operating systems review, vol. 37, no. 5, pp. 29-43. ACM, 2003.