Chapter 23
Chapter 23
LITERATURE REVIEW
2.1 Introduction
In this chapter, we will focus about water quality monitoring system using Arduino
and Blynk, previous projects which are related to this project and various sensor such as
ultrasonic sensor and TDS sensor has been studied. The working principle of those projects
existing devices and projects, a comparison between projects will be comprised in the
literature review.
Based on Konde and Deosarkar, they proposed a Smart Water Quality Monitoring
(SWQM) System utilizes IoT technology with a reconfigurable sensor interface to continuously
monitor various water quality parameters such as turbidity, pH, humidity, water level, water
temperature, and carbon dioxide (CO2) in real-time. It integrates Field Programmable Gate
Array (FPGA) for efficient signal processing and employs Zigbee-based wireless
communication for data transmission. The system offers the advantage of comprehensive, real-
time monitoring of multiple parameters, reducing the cost and time associated with water
quality assessment.
Based on Zulhani Rasin and Mohd Abdullah, they proposed Design and
Development of Water Quality Monitoring System in IOT used microcontrollers, specifically
Raspberry Pi 3 Model B, which are used alongside sensors like pH, turbidity, and temperature
for continuous water quality monitoring. The system ensures real-time data acquisition,
allowing for the prompt detection of water contaminants or unsafe conditions. Additionally, the
mention of Raspberry Pi highlights the advantages of enhanced processing capabilities and
connectivity options, although it might come with higher associated costs compared to more
straightforward microcontroller-based solutions. This combination of microcontrollers and
advanced hardware enables efficient and timely water quality assessment.
Based on Vaishnavi V. Daigavane and Dr. M.A Gaikwad, they proposed Water
Quality Monitoring System Based on IOT. Water pollution is one of the biggest fears for the
green globalization. In order to ensure the safe supply of the drinking water the quality needs
to be monitor in real time. In this paper we present a design and development of a low-cost
system for real time monitoring of the water quality in IOT (internet of things). The system
consist of several sensors is used to measuring physical and chemical parameters of the water.
The parameters such as temperature, PH, turbidity, flow sensor of the water can be measured.
The measured values from the sensors can be processed by the core controller. The Arduino
model can be used as a core controller. Finally, the sensor data can be viewed on internet
using WI-FI system.
2.2.5 IOT Based Smart Water Quality Monitoring
Based on by Farmanullah Jan, Nasro Min-Allah and Dilek Düştegör, they proposed
a IOT Based Smart Water Quality Monitoring System. The method employed in this IoT-based
water quality monitoring system involves the use of wireless sensors to continuously measure
key parameters such as pH, conductivity, and temperature in river water. These sensors transmit
real time data, allowing for prompt detection of changes in water quality due to factors like dye
contamination. The system then procses this data and displays it on an LCD screen while
sending SMS alerts to relevant authorities, providing early warnings and enabling swift
responses. One significant advantage of this system is its ability to provide continuous
monitoring, ensuring that water quality issues are detected in real-time, reducing the risk of
pollution events going unnoticed. Moreover, its low-cost IoT solution makes it accessible for
monitoring river water quality, which is crucial for both aquatic life and human consumption.
However, there are some disadvantages to consider. First, the system does not currently monitor
dissolved oxygen levels, a vital parameter for assessing water ecosystem health. Additionally,
the durability of the sensors in challenging environmental conditions, such as extreme
temperatures or water turbidity, may be a concern. Finally, the system's effectiveness relies on
network coverage, potentially limiting its use in remote areas with poor connectivity.[5]
2.3 Comparison between previous research
Based on the previous work from the project, the Table 1 shows the project briefly
concluded with the methods, advantages and disadvantages.
IOT based Smart Water Uses sensors and FPGA Real-time monitoring Limited to six
Quality Monitoring board for real time of multiple parameters parameters and may
System monitoring of six and reduces cost and require expertise to set
parameters with Zigbee time for water quality up FPGA-based system
communication. assessment.
Design and Microcontroller- Based Microcontroller based entail higher costs
Development of Water Water Quality systems allow for real- compared to simpler
Quality Monitoring Monitoring. time monitoring of microcontroller-based
System in IOT water quality solutions.
parameters, ensuring
timely detection of
contaminants or unsafe
conditions.
IOT Based Smart The hardware setup The system can be Implementing the
Water Quality includes various adapted to monitor system may require
Monitoring System sensors for measuring other water quality technical expertise,
water parameters such parameters by replacing particularly in
as turbidity, pH, and sensors and modifying programming the
temperature. An the software, offering microcontroller and
Arduino ATMEGA 328 flexibility for different configuring the WiFi
microcontroller is used monitoring need. module.
to convert analog
sensor readings into
digital values. An LCD
display is employed to
visualize the sensor
outputs, and a Wi-Fi
module facilitates
connectivity between
the hardware and
software components.
Water Quality It consists of several To design and develop The range of ESP8266
Monitoring System sensors is used to of a low-cost system for Wifi module is may be
Based on IOT measuring physical and real time monitoring. limited and average
chemical parameters of voice output delay of
the water. 2.1 seconds.
IOT Based Smart An IoT based water This IoT system It lacks dissolved
Water Quality quality monitoring provides real-time and oxygen monitoring
Monitoring system using wireless cost-effective water critical for aquatic life,
sensors to track pH, quality monitoring, faces challenges in
conductivity, and enabling swift sensor durability and
temperature in river contamination maintenance in river
water, while also detection, reducing environments, relies on
recording dye mixing physical inspections, network coverage for
and sending alerts via and improving SMS alerts, and could
SMS. communication through benefit from monitoring
SMS alerts. additional parameters
like electrical
conductivity and
chlorine levels.
2.4 Hardware configuration
2.4.1 ESP 32
A TDS (Total Dissolved Solids) sensor as shown in Figure 2.2 is a device used
to measure the concentration of dissolved solids in a liquid, typically water. These
dissolved solids can include minerals, salts, metals, and other impurities that affect
water quality. TDS sensors are commonly used in water purification systems,
aquariums, hydroponics, and environmental monitoring to ensure water is within safe
or optimal ranges for consumption or use. The sensor works by measuring the electrical
conductivity of the water, which correlates to the amount of dissolved solids present.
2.4.3 Temperature Sensor
2.4.4 PH Sensor
A turbidity sensor as shown in Figure 2.5 is a device used to measure the clarity
or cloudiness of a liquid by detecting the amount of light scattered by particles
suspended in the liquid. Higher turbidity indicates more particles and lower clarity.
Turbidity sensors are commonly used in water quality monitoring, wastewater
treatment, and environmental studies to assess the presence of sediments, pollutants, or
microorganisms in water. They help ensure that water meets safety and quality
standards by providing real-time data on its purity.
METHODOLOGY
1.1 Introduction
This chapter will explain the methods and procedures about the project. The content
of methodology will cover the process of the project that will be used to develop it. This
methodology discusses the process of the project from start to the end.
The block diagram in Figure 3.3 illustrates a comprehensive water quality monitoring
system consists of various sensor such as TDS sensor, temperature sensor, turbidity sensor
& pH sensor. Microcontroller such as Arduino are popular choices for sensor interfacing
and data processing. It includes a TDS sensor to measure Total Dissolved Solids, a
temperature sensor to monitor water temperature, a turbidity sensor to assess water clarity,
and a pH sensor to determine water acidity or alkalinity. These sensors are connected to the
"Arduino Board," which processes the data from all sensors. The Arduino board is linked
to an "LCD Display," showing real-time readings of TDS, temperature, turbidity, and pH
locally. Additionally, the Arduino is connected to the "Blynk App Interface" via an "Internet
Connection," enabling remote monitoring on mobile devices through the Blynk app. This
setup ensures comprehensive and real-time monitoring of various water quality parameters,
both locally and remotely, facilitating timely detection and response to potential water
quality issues.
1.4 Software Development
1.4.1 Software Flowchart
1.5 Hardware
Figure 3.5 shows TDS sensor, temperature sensor, pH sensor and turbidity sensor
connect to ESP32. Then, the data from sensors is sent to LCD, Blynk for mobile and
Thingspeak for PC. Data from the sensor is then sent to the LCD and Thingspeak. Power
banks are used to give power to sensors, LCD, and ESP32.