Testing Water Pollution Based On Wireless Sensor Networks and Stochastic Approximation Method: The Case of Flint, Michigan, Usa
Testing Water Pollution Based On Wireless Sensor Networks and Stochastic Approximation Method: The Case of Flint, Michigan, Usa
ABSTRACT
Because water is essential to human life and a healthy environment, it is important that the water is in
good condition to use. Water pollution is one of the important issues that affect the environment, so it
should be monitored over time. A conventional method requires personnel to physically go to the
location and take the samples from different places and bring them back to the lab to process. A novel
monitoring system architecture based on a wireless sensor network was proposed in this research. As
the use of this technology, it is important to have a good system to provide good analysis in a short
time, cost, and efficiency. In this research, a wireless network was built using MatLab software, and
the low-energy adaptive clustering hierarchy (LEACH) is considered the best algorithm in the
construction of clusters. This research focuses on Flint water crisis. Stochastic approximation method
is considered to calculate the collected sensors data and compare it with real data that was collected
from Michigan.gov website. The lead rate is the element that this research focused on. Because this
research using, wireless sensor networks the measurements will be mixed with noise at the base station,
and the linear Kalman filter was applied to mitigating each sensor measurement noise. The simulation
results showed that the surveillance system succeeded in calculating the data compared to the values
from the US Environmental Protection Agency (EPA).
Keywords: LEACH, cluster head, sensors, WSN, stochastic method, lead, pollution, WHO, LKF.
1 INTRODUCTION
If we look at this land, we find that 71% of water covered the surface. This percentage is
considered three-quarters of the area and any change on it such as a pollution which affects
the humans, plants, and animals. The environmental pollution is the most serious disaster
faced by human beings, pollution means the deterioration of the environment due to a defect
in the compatibility of the elements that make them lose their ability to perform their natural
role. Especially in the natural disposal of pollutants by natural processes in the environment
of air, water and land. These days, scientists had used the traditional method that has taken
more time, more effort and expensive in its cost.
As water monitoring system can be used to track water quality over time we should have
a good system to do this in a short period of time, that gives reliable data and has a low cost
of production.
From the late 2000s, new sensors were developed to detect different water quality
parameters. Such as sensor to utilize biosensors, microelectronic mechanical systems, laser
technology, etc. [1].
Wireless sensor network (WSN) is a special kind of wireless networking, consisting of
small and especially distributed devices (nodes) which monitor and control physical
environments from a remote location with better accuracy [2]. There are more different
applications for measuring environmental monitoring, transportation and logistics,
emergency response, Industrial applications, and more. One of the environmental monitors
that focusing on in this research is water quality. Each node in wireless sensor networks
WIT Transactions on Ecology and the Environment, Vol 228, © 2018 WIT Press
www.witpress.com, ISSN 1743-3541 (on-line)
doi:10.2495/WP180261
278 Water Pollution XIV
consists of a battery, as an energy source, radio transceiver, and a small microcontroller. The
system gathers some of the predetermined water parameters, like lead, copper, etc.,
depending on the zone of deployments such as sanitation, or industrial zones. This research
focused on measure lead rate on water and comparing it with the maximum contaminant level
(MCL) that the Environmental Protection Agency (EPA) state it to figure out which is the
dangers areas of water, where the 15 parts per billion (ppb) of lead is listed as the action
level [3], [4].
This paper is organized as follows: Section 2 presents the description of the problem,
Section 3 briefly describes the related works. Section 4 overviews the network design of our
system. Section 5 reports the methods and results. Finally, we conclude the paper with future
works in Section 6.
3 RELATED WORK
Because water is essential to human life and a healthy environment, it is important that the
water is in good condition to use. According to World Health Organization (WHO), around
842,000 people are estimated to die each year from diarrhoea because of unsafe drinking
water, sewage, and hand-dirtiness [8]. Water pollution is one of the important issues that
affect the environment, so it should be monitored over time. Nowadays, as the wireless
technology getting more mature, the applications of the wireless system can be implemented
in many different fields such as transportation and logistics, Industrial, environment
monitoring, precision agriculture and animal tracking, health monitoring, security and
surveillance, space exploration and smart home.
According to Hayat et al. [9] “Review of Cluster-based Energy Routing Protocols for
WSNs” presented various hierarchical clustered based routing protocols of the WSN in the
literature and explains its benefits. We figured that the LEACH protocol is the best protocol
for clustering sensors based on the strengths of the LEACH to build our architecture.
WIT Transactions on Ecology and the Environment, Vol 228, © 2018 WIT Press
www.witpress.com, ISSN 1743-3541 (on-line)
Water Pollution XIV 279
In the paper “Studying Water Quality Monitoring System Based on Wireless Sensor
Networks (WSNs)” presented by Alnahash and Zohdy [10] the authors studied the quality of
the water based on three different parameters pH, Turbidity, and dioxide oxygen (DO) and
stochastic approximation method is considered to calculate the collected sensors data and
compare it with Word Health Organization rates for safe drinking water. We applied the same
method but on the lead element only that this research focused on. Because what we figured
from the previous research, wireless sensor networks the measurements will be mixed with
noise at the base station, the linear Kalman filter was applied in this research to mitigating
each sensor measurement noise.
5 METHODS
For this study, architecture of the wireless network was built using MatLab software, and the
low-energy adaptive clustering hierarchy (LEACH) is considered the algorithm to use for
constructing the clusters. This research focuses on one approach: water pollution, using Flint
water crisis, as a case of study. The node data measurements are based on different
distributions methods (normal distribution, and Weibull distribution) to simulating lead in
Flint River. Because this research used a WSN, the measurements are mixed with noise at
WIT Transactions on Ecology and the Environment, Vol 228, © 2018 WIT Press
www.witpress.com, ISSN 1743-3541 (on-line)
280 Water Pollution XIV
the BS. When the base station sends the data to the end user the simulation will be done by
using a MatLab software and the output would look like Fig. 3(a) and (b), the linear Kalman
filter is applied on the output to mitigate each sensor’s measurement noise.
w wblrn d σ, λ, n, 1 , (2)
where σ is a standard deviation; λ is mean; λ' is a guess lambda.
WIT Transactions on Ecology and the Environment, Vol 228, © 2018 WIT Press
www.witpress.com, ISSN 1743-3541 (on-line)
Water Pollution XIV 281
(a)
(b)
Figure 3: Measurements of lead rate on the water for (a) Weibull; (b) Uniform.
WIT Transactions on Ecology and the Environment, Vol 228, © 2018 WIT Press
www.witpress.com, ISSN 1743-3541 (on-line)
282 Water Pollution XIV
Kalman filter is an iterative mathematical process that uses a set of equations and consecutive
data input to a quickly estimate the true value, position, velocity, etc., of the object being
measured, when the measured value contains unpredicted or random error, uncertainty, or
variation and this estimation could be based on linear or non-linear systems [14]. Each kind
requires different approach of Kalman filter. This research, the linear Kalman filter has been
chosen since the measurement mixed with noise. Therefore, the algorithm of linear Kalman
filter is explained. The negative sign (-) indicates the a priori value, and the positive sign (+)
indicates a posterior value [15] as shown in following eqn (3).
𝑋 𝐴 𝑊 , (3)
where Xk refers to vector state of (N x 1) at time k, while A is a fixed matrix, and this refers
to the transition state matrix of the process from the stat K to K+1. Also, 𝑊 is represent the
white noise (N x 1) for the process, and k-1 represents the previous measurements. the
following eqn 4, it is present the observation equation [16].
𝑌 𝐻 𝑉, (4)
where Yk is represent actual measurement of X (M x 1), while H observation connection
matrix of the state and measurement vector (M x N) and Vk refers to white noise for the
measurements. Q and R matrices are representing the covariance of noise and we can write
it as follow in eqns (5) and (6)
𝑄 𝐸 𝑊 𝑊 , (5)
𝑅 𝐸 𝑉 𝑉 . (6)
ACKNOWLEDGEMENTS
It is a pleasure to express my deepest gratitude and appreciation towards my adviser Dr.
Mohamed Zohdy for all his knowledge, guidance and constructive advice due to his demand
for excellence.
Special thanks to wireless sensor network researchers team, Farag, Mariam, Waleed and
Haythem for their help and constructive feedback.
WIT Transactions on Ecology and the Environment, Vol 228, © 2018 WIT Press
www.witpress.com, ISSN 1743-3541 (on-line)
Water Pollution XIV 283
REFERENCES
[1] Adu-Manu, K.S. et al., Water quality monitoring using wireless sensor networks:
Current trends and future research directions. ACM Transactions on Sensor Networks
(TOSN), 13(1), p. 4, 2017.
[2] Holger, K. & Willig, A., Protocols and Architectures for Wireless Sensor Networks,
John Wiley & Sons, 2007.
[3] Kumar, M. & Puri, A., A review of permissible limits of drinking water. Indian Journal
of Occupational and Environmental Medicine, 16(1), pp. 40, 2012.
[4] United States Environmental Protection Agency, Basic information about lead in
drinking water. www.epa.gov/ground-water-and-drinking-water/basic-information-
about-lead-drinking-water. Accessed on: 18 Jan. 2017.
[5] Wisely, J. & Erb, R., Chemical Testing Could Have Predicted Flint’s Water Crisis,
Detroit Free Press, 2015.
[6] Charles Stewart Mott Foundation, The Flint: A Good River with a Bad Reputation,
2015.
[7] Wikipedia, Flint water crisis. https://en.wikipedia.org/wiki/Flint_water_crisis
#Studies. Accessed on: 2 Dec. 2017.
[8] World Health Organization, www.who.int/mediacentre/factsheets/fs391/en/.
[9] Hayat, M.N. et al., Review of cluster-based energy routing protocols for WSNs.
International Journal of Interdisciplinary Research Centre, 2016.
[10] Alnahash, N.A. & Zohdy, M.A., Studying water quality monitoring system based on
wireless sensor networks (WSNs). International Journal of Innovative Research in
Computer and Communication Engineering, 5(8), 2017.
[11] www.mlive.com/entertainment/flint/index.ssf/2014/07/flint_river_watershed_
coalitio.html
[12] www.reddit.com/r/IAmA/comments/41vml6/iama_flint_michigan_native_and_report
er_who_has/
[13] Flint Residential Testing Report – results collected 1 January 2017 through 19
December 2017. www.michigan.gov/documents/flintwater/Test_Results_Flint_
Sorted_by_Address_578457_7.pdf. Accessed on: 1 Mar. 2017.
[14] Lagnf, F.M. & Zohdy, M., 3D target detection and classification based on radar sensor
fusion. ICIC Express Letters, 12(3), 2018.
[15] Grewal, M.S., Kalman filtering. International Encyclopedia of Statistical Science,
Springer Berlin Heidelberg, pp. 705–708, 2011.
[16] Estimation of Tidal Current using Kalman Filter Finite Element Method with AIC,
Ryosuke SUGA Chuo University Department of Civil Engineering Faculty.
http://slideplayer.com/slide/8296077/.
WIT Transactions on Ecology and the Environment, Vol 228, © 2018 WIT Press
www.witpress.com, ISSN 1743-3541 (on-line)