SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 43
IoT based Water Quality Monitoring and Flow Control of Tank Water
M Ramprasath1, AK Vijay Varman2, J Sanjay3, M Sheik Abdul Kather4
1,2,3,4Student, Department of IT, SRM Valliammai Engineering College, Tamilnadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract – Water is an essential need for human survival but
due to rapid pace of industrializationandgreateremphasison
agricultural growth combined with latest advancement,
agricultural fertilizers and non-enforcement of laws have led
to water pollution to a large extent. In order to ensure the
supply of quality water, monitoring in real time needed. This
can be done using IoT. The internet of things (IoT) has the
potential to turn anything to smart. IoT facilitate the remote
monitoring and manipulating components simply using an
interface. This project represents asystemwhichcanperforms
water quality monitoring, inform user about the statues of
water and prevents user from using quality less water. This
system calculated the value of potential of hydrogen and
Nephelometric Turbidity unit. Other than that, this system
detects water level, amount of water released from tank and
object detection. Passive Infrared sensor is used for detecting
objects such as entry of solid substances like leaves, feather or
even animals that may try to open water tanks. The sensed
values from the sensors can be prepared by the Arduino UNO.
Finally, the sensor data can be viewed on MQTT using Wi-Fi
system. If any values reach the threshold, the valves will close
automatically and this will prevent user from using quality
less water.
KEYWORDS: pH sensor, Turbidity Sensor, Flow sensor,
Arduino UNO, MQTT, IR sensor, level sensor, solenoid
valve and nodemcu.
1. INTRODUCTION
Human life can't exist without quality water. Serious health
abnormalities are occurred due to intake of impure water.
Nearly 21% of the diseases are related to impure water as
reported by WHO. The motivation of this project is to
prevent the user from taking debased water. So, a
component for checking nature of water is required. In
present day world, the populace development expands step
by step so the consumption of water also increasing at huge
rate. We use water for the household and industrial
purposes. The water quality is affectedduetovariouscauses
such as limited water resources, global warming, growing
population and pollution. Because of the absence of water
quality numerous issues happen, for example, cholera,
looseness of the bowels, typhoid, hair fall andskininfections
(Acne, dermatitis, seborrheic dermatitis). Thus, to forestall
the utilization of low-quality water andcontrol itsutilization
in private and business zones there is a requirement for
better methodology. This task speaks to an ongoing
observing framework dependent on IoT for water quality
checking of Tank water. pH sensors are utilized to gauge
alkalinity and corrosiveness of water and turbidity sensor
quantifies the suspended particles in water.Thisframework
gauges the Level, Flow and identify the interruptionofitems
in the water tank utilizing Level sensor, Flow sensor and IR
sensor separately. If any object intrusionoccursthesolenoid
valve get closed to avoid the use of poor-quality water. And
the output can be viewed using the MQTT application.
2. LITERATURE SURVEY
Vaishnavi V. Daigavane and Dr M.A Gaikwad, “Water Quality
Monitoring System Based on IOT” Advances in Wireless and
Mobile Communications, ISSN 0973-6972 Volume 10,
Number 5 (2017), pp. 1107-1116 © Research India
Publications. The system proposed here facilitate the real
time monitoring of water quality and measure of
temperature, level and flow of water. This system is used for
drinking water monitoring. Thesensorsareconnectedtothe
Arduino ATmega328P. The valuesreceivedareviewedin the
Arduino ide through serial monitoring.Theusercanview the
received values in BLYNK application installed in android
mobile of the user. [1]
Fei yuan, Yi-fan Huang, Xin Chen and En Cheng, “A Biological
Sensor System using Computer Vision for Water Quality
monitoring”, Citation information DOI
10.1109/ACCESS.2018.2876336,IEEEAccess.Inthissystem,
monitoring of water quality for fish culture is done. This
system involves the detection of pollution in fish culture
medium and the behavior of fishes in polluted water. The
fish behavior is monitored in a camera. Their movement is
analyzed using a machinelearningalgorithm.Themovement
velocity, rotation angle, spatial standard deviation and body
color that characterizes the fish. The LSTM (Long Short-
Term Memory) neural network is used to classify the future
parameters data of the fish behavior in different water
quality environments.[2]
Manish Kumar Jha, Rajni KumariSah,Rashmitha M.S,Rupam
Sinha, Sujatha B, Suma K. V. (Dept. of ECE Ramaiah Institute
of Technology) “Smart Water Monitoring System for Real-
time water quality and usage monitoring” International
Conference on Inventive Research in Computing
Applications (ICIRCA 2018), IEEE Xplore. This system is
smart water quality meter which checks the purity of
portable water that the consumer receives,bymeasuring the
five qualitative parameters of water. The parametersare pH,
Turbidity, Temperature, dissolved oxygen andConductivity.
If any violations in either the usage limit or water quality is
immediately notified to the consumer and authority via SMS
and an alert signal generate by the system.[3]
Albert Joshy Varghese, Abin Thomas Jolly, Astile Peter,
Bhavana P Rajeev, Sajitha K S, Deepa ElizabethGeorge(Dept.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 44
Electronics and Communication Engineering Toc H Institute
of Science & Technology), “IoT based Disaster Monitoring
and Management System for Dams”, 2018. This system
consists of sensors such as Temperature, Rain fall,gatelevel,
Flow, Level sensors and microcontrollers. It makes a proper
monitoring and regarding the opening of the shutters
thereby management system for maintaining a safe water
level in dams. The data gathered from the sensor that are
placed on various parts of the dam are sent using the
internet connection. The water level ofdamsiscalculatedfor
analysing. The SMS alert is given to the consumer of the
locality and SOS to rescue operation in case of adverse
weather conditions.[4]
3. OVERALL SYSTEM ARCHITECTURE
In this proposed system, all the components and
functionalities in the existing system are implementedalong
with mechanisms such as detection of object intrusion,
Intimation to user about the statues of water and to avoid
the use of quality less water. The detection of object
intrusion is done using Passive Infrared Sensors. The user is
alerted about the condition if water though MQTT (Message
Queueing Telemetry Transport Protocol) appinstalledin his
device (mobile/laptop). The alert is sent to the user only if
the sensors reach the threshold value. The code for MQTT is
dumped in the Nodemcu. The sensor relatedcodeisdumped
in Arduino UNO. The usage of the quality less water is
avoided by closing the valves automatically. For automatic
closing of valves is done using solenoid valves. When the
threshold of any sensor is triggered then the valve is
automatically closed.
Fig-1 Architecture Diagram
A. ARDUINO UNO BOARD
Fig-3.1 Arduino UNO
The Arduino Uno is based on the ATmega328 and it is
microcontroller board.Ithas20virtual input/outputpins(of
which 6 may be used as PWM outputs and sixmaybeused as
analog inputs), a 16 MHz resonator, a USB connection, a
strength jack, an in-circuit machine programming (ICSP)
header, and a reset button. It incorporates the whole lot had
to guide the microcontroller; genuinely join it to a laptop
with a USB cable or power it with an AC-to-DC adapter or
battery to get commenced. Microcontrollers and your
widespread motive laptop are the sheer amount of memory
available. The Arduino UNO has simplest 32K bytes of Flash
reminiscence and 2K bytes of SRAM.
B. pH Sensors
Fig-3.2 pH Sensor
PH sensor senses the potential of hydrogen in water. The pH
ranged from 0 to 6.9 indicates the acidity, 7 is neither acidic
nor alkaline and 7.1 to 14 indicates alkalinity of water. The
lesser the value the more acidic the water has become and
the higher the value more alkaline the water has become.
This sensor uses a input supply of 5.5 volt.
C. Turbidity Sensors
Fig-3.3 TS300B
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 45
Turbidity sensor can sense the particle presencein water i.e.
cloudiness of water. The sensor is capable of sensing values
between 0 NTU to 200 NTU. The sensor uses light of 890
nanometer to sense the transparency of water. The safe
water possesses 0 - 5 NTU. This sensor works in a voltage of
5 V. The ±2 NTU for water below 25 NTU and ±5 NTU for
water above 25 NTU.
D. Level Sensors
Fig-3.4 ROBODO SEN18
Robodo sen18 is used to measure the level of water in a
container(tank). Its working voltage is 3-5V, current is
<20mA and sensor type is analog detection.
E. Flow Sensors
Fig-3.5 YF-S201
The flow sensor senses the amount of liquid moves through
it with help of pinwheel sensor. It also contains a hall effect
sensor that outputs an electric pulse for every revolution.
Each pulse represents an outflow of 2.25 milliliters. The
working voltage is 5 to 18V DC. The rate of outflow is 1-30
liters per minute. This sensor providesdata atanaccuracyof
±10 %. The maximum water pressure for reliableworkingis
2 MPa. This sensor draws a maximum of 15A at 5V.
F. IR Sensors
Fig-3.6 IR SENSOR
An infrared sensor is used to sense certain traits of its
environment. It does this via both emitting or detecting
infrared radiation. Infrared sensors also are capable of
measuring the warmth being emitted thru an object and
detecting movement.IR light is invisible to us as its
wavelength (700nm – 1mm) ismassesbetterthanthevisible
moderate range. IR LEDs have slight emitting mindset of
approx. 20-60 degree and form of approx.
G. Nodemcu
Fig-3.5 ESP 8266
ESP8266Wi-Fi is enabled with an on chip (SoC) module and
employs a 32-bit RISC CPU based on the Tensilica Extensa
L106 running at 80 MHz (or overclocked to 160 MHz). It has
a boot ROM of 64KB, 64 KB instruction RAM and 96 KB data
RAM. External flash memory can be accessed through
SPI.The working voltage is 3.3V.
H. MQTT
Fig-3.6 MQTT
MQTT is a simple messaging protocol, designed for confined
devices with low-bandwidth. So, it’s the right answer for
Internet of Things packages. MQTT lets in you to send
commands to govern outputs, study and post data from
sensor nodes and much extra. Therefore,itmakesitvirtually
smooth to set up a verbal exchange between more than one
device. In MQTT there are some simple principles whichyou
want toapprehend:Publish/Subscribe,Messages,Topicsand
Broker.
MQTT – Publish/Subscribe protocol. The first concept is the
put up and subscribe device. In a publish and subscribe
system, a device can post a message on a topic, or it may be
subscribed to a specific topic to get hold of maximum packet
size is 256MB. Small packets have 1-byte packet length field
if its packet field is less than 127 bytes less than 16383 will
use 2 bytes.
I. SOLENOID VALVE
Fig-3.7 SOLENOID VALVE
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 46
A solenoid valve is an electromechanical tool used for
controlling liquid or gasoline drift. The solenoid valve is
controlled via electrical purpose, it truly is run thru a coil.
When the coil is energized, a magnetic region is created,
inflicting a plunger inside the coil to move. Depending at the
layout of the valve, the user will both open solenoid valve
and close the valve. When electric synchronousiseliminated
from the coil, the valve will go again to itsde-energizedstate.
4. PROCEDURE
The pH sensor, level sensor, YF - S201, PIR sensor and
ESP8622 are connected directly to the Arduino UNO. TS-
300B is connected to the Arduino UNO through a
comparator. The solenoid valve is connected to Arduinouno
through a relay. The Arduino is powered through the laptop
or to a battery or an adapter connected to plug point.
The sensors sense the data and them transmits to the
Arduino UNO. These data are transmitted to ESP8266. The
ESP8266 pushes the data through MQTT. The MQTT
(Message queuing telemetry transport) program is dumped
in ESP8266. The threshold condition checking is done in
both Arduino UNO and ESP8266. The decision-making
process is first done in Arduino because thesolenoidvalveis
connected to Arduino UNO only then the condition to close
the valve will be received. Then the decision making also
done in ESP8266 to alert the user that the threshold of the
water is triggered by any of the sensors. This allows theuser
to view the alert only when threshold is triggered rather
than receiving all the sensed values. The user can view the
message with an MQTT app installed in his device. The
ESP8266 should be connected to Wi-Fi and the details are
stored in program. The user can subscribe to the topics that
has been configured for each sensor. The alert to user and
valve closing is done simultaneously.
Fig-4 Connection Diagram
pH sensor measures on a scale of 0 to 14. The Ideal value is
set between 6.5 to 8.5. If the value exceeds or succeed the
Ideal value then the solenoid value will close and an alert
will be sent to the user. Turbidity sensor measures turbidity
between 0 to 200 NTU. The Ideal value is less than 5 or 5
NTU. So, the threshold is set as 5 NTU. The threshold value
for level sensor is set as per water tank size. The threshold
value is user's choice. The threshold for flow sensor is set as
per the user requirement. The passive infrared sensor will
be triggered when an intrusion of object is made. The
programming for thisproject usingArduinoideinembedded
c language.
5. RESULTS
Fig-5.1 Output on Arduino Serial Monitoring
Fig- 5.2 Output on MQTT
6. Conclusion
Here in this project we represent suitable implementation
model that consists of different sensors and other modules,
their functional architecture is shown in figure. In this
implemented functional model, we used Arduino UNO (R3)
with ESP8266 module for wireless connectivity. InbuiltADC
and ESP8266 module connect the embedded device to
internet. Sensors are connected to Arduino UNO board for
monitoring, ADC will transform the sensor reading to its
digital value and from that value the corresponding water
parameters (pH, NTU) and other parameters(level,flowand
object detection) will be validated. After sensing the data
from different sensors, which are placedinparticulararea of
interest, he sensed data will be automaticallysenttothe user
via MQTT, when a proper connection is established with
server node.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 47
7. Future Work
The oxygen level sensor for measuring amount of oxygen in
water. Addition of more valves helps to choose the outletfor
desired quality water. Water of different quality can be used
for different purposes using many solenoid valves. If water
of certain quality detected then the certain valve is opened
and others are closed. Presence of certain saltsinwatersuch
as chlorine can be detected using chlorine sensor and many
other individual salt contents can be detected using
appropriate sensors
REFERENCES
[1] Vaishnavi V. Daigavane and Dr M.A Gaikwad, “Water
Quality Monitoring System Based on IOT” Advances in
Wireless and Mobile Communications, ISSN 0973-6972
Volume 10, Number 5 (2017), pp. 1107-1116 © Research
India Publications.
[2] Fei yuan, Yi-fan Huang, Xin Chen and En Cheng, “A
Biological Sensor System using Computer Vision for Water
Quality monitoring”, Citation information DOI
10.1109/ACCESS.2018.2876336, IEEE Access.
[3] Manish Kumar Jha, Rajni Kumari Sah, Rashmitha M.S,
Rupam Sinha, Sujatha B, Suma K. V. (Dept. of ECE Ramaiah
Institute of Technology) “Smart Water Monitoring System
for Real-time water quality and usage monitoring”
International Conference on Inventive Research in
Computing Applications (ICIRCA 2018), IEEE Xplore.
[4] Albert Joshy Varghese, Abin Thomas Jolly, Astile Peter,
Bhavana P Rajeev, Sajitha K S, Deepa ElizabethGeorge(Dept.
Electronics and Communication Engineering Toc H Institute
of Science & Technology), “IoT based Disaster Monitoring
and Management System for Dams”, 2018.
[5] Nikhil Kedia, Water QualityMonitoringforRural Areas-A
Sensor Cloud Based Economical Project, in 1st International
Conference on Next Generation Computing Technologies
(NGCT-2015) Dehradun, India, 4-5 September 2015. 978-1-
4673-6809-4/15/$31.00 ©2015 IEEE.
[6] Jayti Bhatt, Jignesh Patoliya, Iot Based Water Quality
Monitoring System, IRFIC, 21 feb, 2016.
[7] Akanksha Purohit, Ulhaskumar Gokhale, Real Time
Water Quality Measurement System based on GSM, IOSR
(IOSR-JECE) Volume 9, Issue 3, Ver. V (May - Jun. 2014).
[8] Mithaila Barabde, shruti Danve, Real Time Water Quality
Monitoring System, IJIRCCE, vol 3, June 2015.

More Related Content

What's hot

IRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water SystemIRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water SystemIRJET Journal
 
IRJET- 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
 
Implementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality MonitoringImplementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality Monitoringijtsrd
 
IRJET- 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 CityIRJET Journal
 
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 SystemIRJET Journal
 
IoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas PipesIoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas Pipesijtsrd
 
Pontem Monitoring using IoT
Pontem Monitoring using IoTPontem Monitoring using IoT
Pontem Monitoring using IoTijtsrd
 
IRJET- IoT based Water Management System using Arduino
IRJET- IoT based Water Management System using ArduinoIRJET- IoT based Water Management System using Arduino
IRJET- IoT based Water Management System using ArduinoIRJET Journal
 
IRJET - Smart Drainage Management System
IRJET - Smart Drainage Management SystemIRJET - Smart Drainage Management System
IRJET - Smart Drainage Management SystemIRJET Journal
 
Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...
Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...
Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...IRJET Journal
 
IRJET- Multi-Sensor based Water Quality Monitoring in IoT Environment
IRJET-  	  Multi-Sensor based Water Quality Monitoring in IoT EnvironmentIRJET-  	  Multi-Sensor based Water Quality Monitoring in IoT Environment
IRJET- Multi-Sensor based Water Quality Monitoring in IoT EnvironmentIRJET Journal
 
IRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET Journal
 
IRJET- Design & Implementation of Water Quality Monitoring & Notification System
IRJET- Design & Implementation of Water Quality Monitoring & Notification SystemIRJET- Design & Implementation of Water Quality Monitoring & Notification System
IRJET- Design & Implementation of Water Quality Monitoring & Notification SystemIRJET Journal
 
IRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring SystemIRJET- Real-Time Water Quality Monitoring System
IRJET- Real-Time Water Quality Monitoring SystemIRJET Journal
 
Automated Drowning Detection and Security in Swimming Pool
Automated Drowning Detection and Security in Swimming PoolAutomated Drowning Detection and Security in Swimming Pool
Automated Drowning Detection and Security in Swimming PoolIRJET Journal
 
IOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For LakeIOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For LakeIRJET Journal
 
IRJET- Smart Solid and Liquid Waste Management System using Wireless Technology
IRJET- Smart Solid and Liquid Waste Management System using Wireless TechnologyIRJET- Smart Solid and Liquid Waste Management System using Wireless Technology
IRJET- Smart Solid and Liquid Waste Management System using Wireless TechnologyIRJET Journal
 
IRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert SystemIRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert SystemIRJET Journal
 
Automatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoTAutomatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoTDanish Mehraj
 
IRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET Journal
 

What's hot (20)

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- 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...
 
Implementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality MonitoringImplementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality Monitoring
 
IRJET- 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 - 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
 
IoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas PipesIoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas Pipes
 
Pontem Monitoring using IoT
Pontem Monitoring using IoTPontem Monitoring using IoT
Pontem Monitoring using IoT
 
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 - Smart Drainage Management System
IRJET - Smart Drainage Management SystemIRJET - Smart Drainage Management System
IRJET - Smart Drainage Management System
 
Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...
Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...
Detection of Water Level, Quality and Leakage using Raspberry Pi with Interne...
 
IRJET- 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- Design & Implementation of Water Quality Monitoring & Notification System
IRJET- Design & Implementation of Water Quality Monitoring & Notification SystemIRJET- Design & Implementation of Water Quality Monitoring & Notification System
IRJET- Design & Implementation of Water Quality Monitoring & Notification System
 
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
 
Automated Drowning Detection and Security in Swimming Pool
Automated Drowning Detection and Security in Swimming PoolAutomated Drowning Detection and Security in Swimming Pool
Automated Drowning Detection and Security in Swimming Pool
 
IOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For LakeIOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For Lake
 
IRJET- Smart Solid and Liquid Waste Management System using Wireless Technology
IRJET- Smart Solid and Liquid Waste Management System using Wireless TechnologyIRJET- Smart Solid and Liquid Waste Management System using Wireless Technology
IRJET- Smart Solid and Liquid Waste Management System using Wireless Technology
 
IRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert SystemIRJET- IoT based Flood Detection and Alert System
IRJET- IoT based Flood Detection and Alert System
 
Automatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoTAutomatic water level monitoring and control system using IoT
Automatic water level monitoring and control system using IoT
 
IRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSN
 

Similar to IRJET - IoT based Water Quality Monitoring and Flow Control of Tank Water

Water Level and Leakage Detection System with its Quality Analysis based on S...
Water Level and Leakage Detection System with its Quality Analysis based on S...Water Level and Leakage Detection System with its Quality Analysis based on S...
Water Level and Leakage Detection System with its Quality Analysis based on S...IRJET Journal
 
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...
Internet of Things (IoT) based Smart Water Tank Level Monitoring and Motor Pu...IRJET Journal
 
IRJET- Automated Water Conservation and Theft Detection using IOT
IRJET-  	  Automated Water Conservation and Theft Detection using IOTIRJET-  	  Automated Water Conservation and Theft Detection using IOT
IRJET- Automated Water Conservation and Theft Detection using IOTIRJET Journal
 
Literature Review on Turbidity Sensor and Arduino for Water Quality Measurement
Literature Review on Turbidity Sensor and Arduino for Water Quality MeasurementLiterature Review on Turbidity Sensor and Arduino for Water Quality Measurement
Literature Review on Turbidity Sensor and Arduino for Water Quality MeasurementIRJET Journal
 
IRJET - Advanced Flood Level Monitoring and Alerting System
IRJET -  	  Advanced Flood Level Monitoring and Alerting SystemIRJET -  	  Advanced Flood Level Monitoring and Alerting System
IRJET - Advanced Flood Level Monitoring and Alerting SystemIRJET Journal
 
IRJET- IoT based Water Monitoring System
IRJET- IoT based Water Monitoring SystemIRJET- IoT based Water Monitoring System
IRJET- IoT based Water Monitoring SystemIRJET Journal
 
SMART WATER MANAGEMENT
SMART WATER MANAGEMENTSMART WATER MANAGEMENT
SMART WATER MANAGEMENTIRJET Journal
 
WATER QUALITY MONITORING RC BOAT
WATER QUALITY MONITORING RC BOATWATER QUALITY MONITORING RC BOAT
WATER QUALITY MONITORING RC BOATIRJET Journal
 
IRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET Journal
 
IRJET- Smart Water Meter Reading and Distribution
IRJET-  	  Smart Water Meter Reading and DistributionIRJET-  	  Smart Water Meter Reading and Distribution
IRJET- Smart Water Meter Reading and DistributionIRJET Journal
 
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTERWIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTERIRJET Journal
 
IRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring SystemIRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring SystemIRJET Journal
 
IRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoT
IRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoTIRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoT
IRJET- Condition and Monitoring of Drinking Water in Water Purifier Using IoTIRJET Journal
 
Smart Rainwater Harvesting System
Smart Rainwater Harvesting SystemSmart Rainwater Harvesting System
Smart Rainwater Harvesting SystemIRJET 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- Smart Real Time Manhole Monitoring System
IRJET- Smart Real Time Manhole Monitoring SystemIRJET- Smart Real Time Manhole Monitoring System
IRJET- Smart Real Time Manhole Monitoring SystemIRJET Journal
 
Water Quality Measuring System Using Wireless Sensor Network
Water Quality Measuring System Using Wireless Sensor NetworkWater Quality Measuring System Using Wireless Sensor Network
Water Quality Measuring System Using Wireless Sensor NetworkIRJET Journal
 
IRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement SystemIRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement SystemIRJET Journal
 
IRJET - Smart Irrigation System using Bluetooth Module and Arduino
IRJET -  	  Smart Irrigation System using Bluetooth Module and ArduinoIRJET -  	  Smart Irrigation System using Bluetooth Module and Arduino
IRJET - Smart Irrigation System using Bluetooth Module and ArduinoIRJET Journal
 
IOT BASED RIVER WATER QUALITY MONITORING SYSTEM USING NODE MCU
IOT BASED RIVER WATER QUALITY MONITORING SYSTEM USING NODE MCUIOT BASED RIVER WATER QUALITY MONITORING SYSTEM USING NODE MCU
IOT BASED RIVER WATER QUALITY MONITORING SYSTEM USING NODE MCUIRJET Journal
 

Similar to IRJET - IoT based Water Quality Monitoring and Flow Control of Tank Water (20)

Water Level and Leakage Detection System with its Quality Analysis based on S...
Water Level and Leakage Detection System with its Quality Analysis based on S...Water Level and Leakage Detection System with its Quality Analysis based on S...
Water Level and Leakage Detection System with its Quality Analysis based on S...
 
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- 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
 
Literature Review on Turbidity Sensor and Arduino for Water Quality Measurement
Literature Review on Turbidity Sensor and Arduino for Water Quality MeasurementLiterature Review on Turbidity Sensor and Arduino for Water Quality Measurement
Literature Review on Turbidity Sensor and Arduino for Water Quality Measurement
 
IRJET - Advanced Flood Level Monitoring and Alerting System
IRJET -  	  Advanced Flood Level Monitoring and Alerting SystemIRJET -  	  Advanced Flood Level Monitoring and Alerting System
IRJET - Advanced Flood Level Monitoring and Alerting System
 
IRJET- IoT based Water Monitoring System
IRJET- IoT based Water Monitoring SystemIRJET- IoT based Water Monitoring System
IRJET- IoT based Water Monitoring System
 
SMART WATER MANAGEMENT
SMART WATER MANAGEMENTSMART WATER MANAGEMENT
SMART WATER MANAGEMENT
 
WATER QUALITY MONITORING RC BOAT
WATER QUALITY MONITORING RC BOATWATER QUALITY MONITORING RC BOAT
WATER QUALITY MONITORING RC BOAT
 
IRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring SystemIRJET - Water Distribution and Monitoring System
IRJET - Water Distribution and Monitoring System
 
IRJET- Smart Water Meter Reading and Distribution
IRJET-  	  Smart Water Meter Reading and DistributionIRJET-  	  Smart Water Meter Reading and Distribution
IRJET- Smart Water Meter Reading and Distribution
 
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTERWIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
WIRELESS ULTRASONIC WATER LEVEL TRANSMITTER
 
IRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring SystemIRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring System
 
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
 
Smart Rainwater Harvesting System
Smart Rainwater Harvesting SystemSmart Rainwater Harvesting System
Smart Rainwater Harvesting 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- Smart Real Time Manhole Monitoring System
IRJET- Smart Real Time Manhole Monitoring SystemIRJET- Smart Real Time Manhole Monitoring System
IRJET- Smart Real Time Manhole Monitoring System
 
Water Quality Measuring System Using Wireless Sensor Network
Water Quality Measuring System Using Wireless Sensor NetworkWater Quality Measuring System Using Wireless Sensor Network
Water Quality Measuring System Using Wireless Sensor Network
 
IRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement SystemIRJET- IoT based Smart Water Manangement System
IRJET- IoT based Smart Water Manangement System
 
IRJET - Smart Irrigation System using Bluetooth Module and Arduino
IRJET -  	  Smart Irrigation System using Bluetooth Module and ArduinoIRJET -  	  Smart Irrigation System using Bluetooth Module and Arduino
IRJET - Smart Irrigation System using Bluetooth Module and Arduino
 
IOT BASED 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
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 

Recently uploaded (20)

(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 

IRJET - IoT based Water Quality Monitoring and Flow Control of Tank Water

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 43 IoT based Water Quality Monitoring and Flow Control of Tank Water M Ramprasath1, AK Vijay Varman2, J Sanjay3, M Sheik Abdul Kather4 1,2,3,4Student, Department of IT, SRM Valliammai Engineering College, Tamilnadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract – Water is an essential need for human survival but due to rapid pace of industrializationandgreateremphasison agricultural growth combined with latest advancement, agricultural fertilizers and non-enforcement of laws have led to water pollution to a large extent. In order to ensure the supply of quality water, monitoring in real time needed. This can be done using IoT. The internet of things (IoT) has the potential to turn anything to smart. IoT facilitate the remote monitoring and manipulating components simply using an interface. This project represents asystemwhichcanperforms water quality monitoring, inform user about the statues of water and prevents user from using quality less water. This system calculated the value of potential of hydrogen and Nephelometric Turbidity unit. Other than that, this system detects water level, amount of water released from tank and object detection. Passive Infrared sensor is used for detecting objects such as entry of solid substances like leaves, feather or even animals that may try to open water tanks. The sensed values from the sensors can be prepared by the Arduino UNO. Finally, the sensor data can be viewed on MQTT using Wi-Fi system. If any values reach the threshold, the valves will close automatically and this will prevent user from using quality less water. KEYWORDS: pH sensor, Turbidity Sensor, Flow sensor, Arduino UNO, MQTT, IR sensor, level sensor, solenoid valve and nodemcu. 1. INTRODUCTION Human life can't exist without quality water. Serious health abnormalities are occurred due to intake of impure water. Nearly 21% of the diseases are related to impure water as reported by WHO. The motivation of this project is to prevent the user from taking debased water. So, a component for checking nature of water is required. In present day world, the populace development expands step by step so the consumption of water also increasing at huge rate. We use water for the household and industrial purposes. The water quality is affectedduetovariouscauses such as limited water resources, global warming, growing population and pollution. Because of the absence of water quality numerous issues happen, for example, cholera, looseness of the bowels, typhoid, hair fall andskininfections (Acne, dermatitis, seborrheic dermatitis). Thus, to forestall the utilization of low-quality water andcontrol itsutilization in private and business zones there is a requirement for better methodology. This task speaks to an ongoing observing framework dependent on IoT for water quality checking of Tank water. pH sensors are utilized to gauge alkalinity and corrosiveness of water and turbidity sensor quantifies the suspended particles in water.Thisframework gauges the Level, Flow and identify the interruptionofitems in the water tank utilizing Level sensor, Flow sensor and IR sensor separately. If any object intrusionoccursthesolenoid valve get closed to avoid the use of poor-quality water. And the output can be viewed using the MQTT application. 2. LITERATURE SURVEY Vaishnavi V. Daigavane and Dr M.A Gaikwad, “Water Quality Monitoring System Based on IOT” Advances in Wireless and Mobile Communications, ISSN 0973-6972 Volume 10, Number 5 (2017), pp. 1107-1116 © Research India Publications. The system proposed here facilitate the real time monitoring of water quality and measure of temperature, level and flow of water. This system is used for drinking water monitoring. Thesensorsareconnectedtothe Arduino ATmega328P. The valuesreceivedareviewedin the Arduino ide through serial monitoring.Theusercanview the received values in BLYNK application installed in android mobile of the user. [1] Fei yuan, Yi-fan Huang, Xin Chen and En Cheng, “A Biological Sensor System using Computer Vision for Water Quality monitoring”, Citation information DOI 10.1109/ACCESS.2018.2876336,IEEEAccess.Inthissystem, monitoring of water quality for fish culture is done. This system involves the detection of pollution in fish culture medium and the behavior of fishes in polluted water. The fish behavior is monitored in a camera. Their movement is analyzed using a machinelearningalgorithm.Themovement velocity, rotation angle, spatial standard deviation and body color that characterizes the fish. The LSTM (Long Short- Term Memory) neural network is used to classify the future parameters data of the fish behavior in different water quality environments.[2] Manish Kumar Jha, Rajni KumariSah,Rashmitha M.S,Rupam Sinha, Sujatha B, Suma K. V. (Dept. of ECE Ramaiah Institute of Technology) “Smart Water Monitoring System for Real- time water quality and usage monitoring” International Conference on Inventive Research in Computing Applications (ICIRCA 2018), IEEE Xplore. This system is smart water quality meter which checks the purity of portable water that the consumer receives,bymeasuring the five qualitative parameters of water. The parametersare pH, Turbidity, Temperature, dissolved oxygen andConductivity. If any violations in either the usage limit or water quality is immediately notified to the consumer and authority via SMS and an alert signal generate by the system.[3] Albert Joshy Varghese, Abin Thomas Jolly, Astile Peter, Bhavana P Rajeev, Sajitha K S, Deepa ElizabethGeorge(Dept.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 44 Electronics and Communication Engineering Toc H Institute of Science & Technology), “IoT based Disaster Monitoring and Management System for Dams”, 2018. This system consists of sensors such as Temperature, Rain fall,gatelevel, Flow, Level sensors and microcontrollers. It makes a proper monitoring and regarding the opening of the shutters thereby management system for maintaining a safe water level in dams. The data gathered from the sensor that are placed on various parts of the dam are sent using the internet connection. The water level ofdamsiscalculatedfor analysing. The SMS alert is given to the consumer of the locality and SOS to rescue operation in case of adverse weather conditions.[4] 3. OVERALL SYSTEM ARCHITECTURE In this proposed system, all the components and functionalities in the existing system are implementedalong with mechanisms such as detection of object intrusion, Intimation to user about the statues of water and to avoid the use of quality less water. The detection of object intrusion is done using Passive Infrared Sensors. The user is alerted about the condition if water though MQTT (Message Queueing Telemetry Transport Protocol) appinstalledin his device (mobile/laptop). The alert is sent to the user only if the sensors reach the threshold value. The code for MQTT is dumped in the Nodemcu. The sensor relatedcodeisdumped in Arduino UNO. The usage of the quality less water is avoided by closing the valves automatically. For automatic closing of valves is done using solenoid valves. When the threshold of any sensor is triggered then the valve is automatically closed. Fig-1 Architecture Diagram A. ARDUINO UNO BOARD Fig-3.1 Arduino UNO The Arduino Uno is based on the ATmega328 and it is microcontroller board.Ithas20virtual input/outputpins(of which 6 may be used as PWM outputs and sixmaybeused as analog inputs), a 16 MHz resonator, a USB connection, a strength jack, an in-circuit machine programming (ICSP) header, and a reset button. It incorporates the whole lot had to guide the microcontroller; genuinely join it to a laptop with a USB cable or power it with an AC-to-DC adapter or battery to get commenced. Microcontrollers and your widespread motive laptop are the sheer amount of memory available. The Arduino UNO has simplest 32K bytes of Flash reminiscence and 2K bytes of SRAM. B. pH Sensors Fig-3.2 pH Sensor PH sensor senses the potential of hydrogen in water. The pH ranged from 0 to 6.9 indicates the acidity, 7 is neither acidic nor alkaline and 7.1 to 14 indicates alkalinity of water. The lesser the value the more acidic the water has become and the higher the value more alkaline the water has become. This sensor uses a input supply of 5.5 volt. C. Turbidity Sensors Fig-3.3 TS300B
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 45 Turbidity sensor can sense the particle presencein water i.e. cloudiness of water. The sensor is capable of sensing values between 0 NTU to 200 NTU. The sensor uses light of 890 nanometer to sense the transparency of water. The safe water possesses 0 - 5 NTU. This sensor works in a voltage of 5 V. The ±2 NTU for water below 25 NTU and ±5 NTU for water above 25 NTU. D. Level Sensors Fig-3.4 ROBODO SEN18 Robodo sen18 is used to measure the level of water in a container(tank). Its working voltage is 3-5V, current is <20mA and sensor type is analog detection. E. Flow Sensors Fig-3.5 YF-S201 The flow sensor senses the amount of liquid moves through it with help of pinwheel sensor. It also contains a hall effect sensor that outputs an electric pulse for every revolution. Each pulse represents an outflow of 2.25 milliliters. The working voltage is 5 to 18V DC. The rate of outflow is 1-30 liters per minute. This sensor providesdata atanaccuracyof ±10 %. The maximum water pressure for reliableworkingis 2 MPa. This sensor draws a maximum of 15A at 5V. F. IR Sensors Fig-3.6 IR SENSOR An infrared sensor is used to sense certain traits of its environment. It does this via both emitting or detecting infrared radiation. Infrared sensors also are capable of measuring the warmth being emitted thru an object and detecting movement.IR light is invisible to us as its wavelength (700nm – 1mm) ismassesbetterthanthevisible moderate range. IR LEDs have slight emitting mindset of approx. 20-60 degree and form of approx. G. Nodemcu Fig-3.5 ESP 8266 ESP8266Wi-Fi is enabled with an on chip (SoC) module and employs a 32-bit RISC CPU based on the Tensilica Extensa L106 running at 80 MHz (or overclocked to 160 MHz). It has a boot ROM of 64KB, 64 KB instruction RAM and 96 KB data RAM. External flash memory can be accessed through SPI.The working voltage is 3.3V. H. MQTT Fig-3.6 MQTT MQTT is a simple messaging protocol, designed for confined devices with low-bandwidth. So, it’s the right answer for Internet of Things packages. MQTT lets in you to send commands to govern outputs, study and post data from sensor nodes and much extra. Therefore,itmakesitvirtually smooth to set up a verbal exchange between more than one device. In MQTT there are some simple principles whichyou want toapprehend:Publish/Subscribe,Messages,Topicsand Broker. MQTT – Publish/Subscribe protocol. The first concept is the put up and subscribe device. In a publish and subscribe system, a device can post a message on a topic, or it may be subscribed to a specific topic to get hold of maximum packet size is 256MB. Small packets have 1-byte packet length field if its packet field is less than 127 bytes less than 16383 will use 2 bytes. I. SOLENOID VALVE Fig-3.7 SOLENOID VALVE
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 46 A solenoid valve is an electromechanical tool used for controlling liquid or gasoline drift. The solenoid valve is controlled via electrical purpose, it truly is run thru a coil. When the coil is energized, a magnetic region is created, inflicting a plunger inside the coil to move. Depending at the layout of the valve, the user will both open solenoid valve and close the valve. When electric synchronousiseliminated from the coil, the valve will go again to itsde-energizedstate. 4. PROCEDURE The pH sensor, level sensor, YF - S201, PIR sensor and ESP8622 are connected directly to the Arduino UNO. TS- 300B is connected to the Arduino UNO through a comparator. The solenoid valve is connected to Arduinouno through a relay. The Arduino is powered through the laptop or to a battery or an adapter connected to plug point. The sensors sense the data and them transmits to the Arduino UNO. These data are transmitted to ESP8266. The ESP8266 pushes the data through MQTT. The MQTT (Message queuing telemetry transport) program is dumped in ESP8266. The threshold condition checking is done in both Arduino UNO and ESP8266. The decision-making process is first done in Arduino because thesolenoidvalveis connected to Arduino UNO only then the condition to close the valve will be received. Then the decision making also done in ESP8266 to alert the user that the threshold of the water is triggered by any of the sensors. This allows theuser to view the alert only when threshold is triggered rather than receiving all the sensed values. The user can view the message with an MQTT app installed in his device. The ESP8266 should be connected to Wi-Fi and the details are stored in program. The user can subscribe to the topics that has been configured for each sensor. The alert to user and valve closing is done simultaneously. Fig-4 Connection Diagram pH sensor measures on a scale of 0 to 14. The Ideal value is set between 6.5 to 8.5. If the value exceeds or succeed the Ideal value then the solenoid value will close and an alert will be sent to the user. Turbidity sensor measures turbidity between 0 to 200 NTU. The Ideal value is less than 5 or 5 NTU. So, the threshold is set as 5 NTU. The threshold value for level sensor is set as per water tank size. The threshold value is user's choice. The threshold for flow sensor is set as per the user requirement. The passive infrared sensor will be triggered when an intrusion of object is made. The programming for thisproject usingArduinoideinembedded c language. 5. RESULTS Fig-5.1 Output on Arduino Serial Monitoring Fig- 5.2 Output on MQTT 6. Conclusion Here in this project we represent suitable implementation model that consists of different sensors and other modules, their functional architecture is shown in figure. In this implemented functional model, we used Arduino UNO (R3) with ESP8266 module for wireless connectivity. InbuiltADC and ESP8266 module connect the embedded device to internet. Sensors are connected to Arduino UNO board for monitoring, ADC will transform the sensor reading to its digital value and from that value the corresponding water parameters (pH, NTU) and other parameters(level,flowand object detection) will be validated. After sensing the data from different sensors, which are placedinparticulararea of interest, he sensed data will be automaticallysenttothe user via MQTT, when a proper connection is established with server node.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 47 7. Future Work The oxygen level sensor for measuring amount of oxygen in water. Addition of more valves helps to choose the outletfor desired quality water. Water of different quality can be used for different purposes using many solenoid valves. If water of certain quality detected then the certain valve is opened and others are closed. Presence of certain saltsinwatersuch as chlorine can be detected using chlorine sensor and many other individual salt contents can be detected using appropriate sensors REFERENCES [1] Vaishnavi V. Daigavane and Dr M.A Gaikwad, “Water Quality Monitoring System Based on IOT” Advances in Wireless and Mobile Communications, ISSN 0973-6972 Volume 10, Number 5 (2017), pp. 1107-1116 © Research India Publications. [2] Fei yuan, Yi-fan Huang, Xin Chen and En Cheng, “A Biological Sensor System using Computer Vision for Water Quality monitoring”, Citation information DOI 10.1109/ACCESS.2018.2876336, IEEE Access. [3] Manish Kumar Jha, Rajni Kumari Sah, Rashmitha M.S, Rupam Sinha, Sujatha B, Suma K. V. (Dept. of ECE Ramaiah Institute of Technology) “Smart Water Monitoring System for Real-time water quality and usage monitoring” International Conference on Inventive Research in Computing Applications (ICIRCA 2018), IEEE Xplore. [4] Albert Joshy Varghese, Abin Thomas Jolly, Astile Peter, Bhavana P Rajeev, Sajitha K S, Deepa ElizabethGeorge(Dept. Electronics and Communication Engineering Toc H Institute of Science & Technology), “IoT based Disaster Monitoring and Management System for Dams”, 2018. [5] Nikhil Kedia, Water QualityMonitoringforRural Areas-A Sensor Cloud Based Economical Project, in 1st International Conference on Next Generation Computing Technologies (NGCT-2015) Dehradun, India, 4-5 September 2015. 978-1- 4673-6809-4/15/$31.00 ©2015 IEEE. [6] Jayti Bhatt, Jignesh Patoliya, Iot Based Water Quality Monitoring System, IRFIC, 21 feb, 2016. [7] Akanksha Purohit, Ulhaskumar Gokhale, Real Time Water Quality Measurement System based on GSM, IOSR (IOSR-JECE) Volume 9, Issue 3, Ver. V (May - Jun. 2014). [8] Mithaila Barabde, shruti Danve, Real Time Water Quality Monitoring System, IJIRCCE, vol 3, June 2015.