A Smart Manhole Monitoring and Detection System
A Smart Manhole Monitoring and Detection System
https://doi.org/10.22214/ijraset.2023.53012
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue V May 2023- Available at www.ijraset.com
Abstract: An intelligent manhole cover management system is a crucial foundation in a smart city to effectively prevent frequent
accidents related to manhole covers. Proper management of the drainage system is essential for ensuring the safety of residents.
Regular inspections alone can lead to flooding and blockages in the drainage system. The displacement, relocation, and
deterioration of manhole covers pose serious risks to personal safety, which contradicts the goals of smart city development. The
system incorporates multiple sensors to monitor the status of manholes, including detecting lid openings, cover theft, and
temperature variations. Additionally, this paper aims to analyze real-time levels of toxic gases. If the gas levels exceed the
predetermined threshold, alerts will be sent to the authorized individuals through their connected mobile devices, even if they
are remotely located.
Keywords: IOT (Internet of Things), smart city, manhole, sensors.
I. INTRODUCTION
Technology has significantly impacted various fields today. In modern cities, critical systems like the electrical grid, network, and
drainage are located underground. Manhole covers are installed in pavements to facilitate access to these systems. However,
accidents resulting from the displacement, loss, and damage of manhole covers are common, endangering lives and safety as
vehicles and individuals may fall into these uncovered holes [1]. This undermines the fundamental purpose of smart cities. To
ensure the well-being of sanitation workers who face health risks, an IoT system and network have been developed to detect harmful
gases, including methane (CH4), carbon monoxide (CO), ammonia (NH4), and SO2, among others. Failure to properly
decontaminate sewage when it reaches hazardous levels can lead to accidents and illnesses, such as influenza and dysentery, caused
by prolonged exposure to toxic gases and pollutants.
Additionally, the status of manhole covers, including damage or loss, is typically assessed through periodic inspections conducted
by government officials and reports from individuals on the road. However, these inspections require significant human resources to
cover a large number of manhole covers in a city, and they do not provide real-time performance [2].
Addressing the issue of manhole cover theft is challenging without a monitoring mechanism for conventional covers. Moreover,
since different types of manholes may belong to different governmental organizations, thefts not only result in public property losses
but also increase the risk of exposed holes. These pressing challenges have prompted the development of intelligent systems to
manage all manhole covers in a city, particularly in smart cities [3],[4].
An effective intelligent manhole cover management system should possess the following features:
1) Self-perception: Each manhole cover should have the ability to detect if it is slanted, damaged, or displaced, as well as
determine its location.
2) Active real-time alerts: Manhole covers should be capable of actively alarming in real time when they are tilted, damaged, or
relocated.
3) Real-time response: The intelligent management system should promptly respond to manhole cover alerts and enable real-time
scheduling of repair personnel.
4) Low management expenses: The intelligent system aims to reduce costs associated with human resources, bandwidth, and
energy consumption.
5) Short average repair time: The primary objective is to minimize the risk of falling into uncovered manholes by significantly
reducing the average repair time for tilted, damaged, or displaced covers.
The aforementioned approach enables minute-by-minute tracking and monitoring of variables, ensuring comprehensive electronic
surveillance of gases, sewage pollutants, and discharge through gutters. This robust system contributes to efficient sanitation
management, addressing the shortcomings of previous solutions.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 6472
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue V May 2023- Available at www.ijraset.com
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 6473
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue V May 2023- Available at www.ijraset.com
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 6474
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue V May 2023- Available at www.ijraset.com
III. PROPOSED M
The IOT-based system mainly records four values (as shown in Fig. 1): Tilt value, temperature values, gas detection, and finally
water level. The system uses an ultrasonic sensor to detect the water level, a gas sensor (MQ9) to detect the concentration of the
harmful gas carbon monoxide, a temperature sensor (DHT 11) to detect the humidity and temperature, and an accelerometer to
monitor the tilt values.
A circuit diagram (as shown in Fig. 4) is created to check the working of IOT based model. The connections are made as per the real
hardware model to check for its working. The data collected by the sensors is sent wirelessly to the central control system using two
technologies: GSM and WiFi using a GSM module and an Esp 8266 WiFi module (as shown in Fig. 3).
WiFi is used for continuous monitoring and control of data. Data is sent from the sensors over a WiFi network to a local device,
which can be a cell phone or a server. For the proposed system, we have used Blynk IOT server.
When the WiFi module is connected to the Internet, it can send data to the Blynk IOT server by using a special set of rules called
Blynk API. The module uses the API to communicate with the server and sends data in small pieces called packets, so sometimes
there is a delay in the information. However, in our proposed system, this delay is carefully reduced to a minimum. The Blynk
server fetches the data and sends it to the relevant authority in the form of both an app and a website. This means that monitoring is
possible anywhere if an internet connection is available.
The GSM module is used to transmit data via a mobile network. Data is first collected by the microcontroller unit (MCU) and then
sent to the GSM module through a serial communication interface. In the proposed system, the GSM module is only used to display
warning messages when the values set for each sensor exceed their limit.The exceeding of the sensor values also triggers a buzzer so
that the cleaners working nearby can take the necessary actions themselves. The data is also displayed on LCD connected to the
main unit, which makes it easier for workers to monitor it.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 6475
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue V May 2023- Available at www.ijraset.com
Whenever a threshold is reached for a particular parameter, we receive a warning SMS (as shown in Fig. 5). The tilt sensor operates
between -5 degrees and +5 degrees without warning, and the overflow warning is detected when the water level exceeds 50%.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 6476
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue V May 2023- Available at www.ijraset.com
Whatever the changes, they are also displayed via the Blynk IOT app with very little delay (as shown in Fig. 6 and Fig. 7). In both
images, one from LCD and the other from the Blynk IOT app, exactly the same values are displayed.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 6477
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue V May 2023- Available at www.ijraset.com
V. DATA TABLE
Table 2: Datasets for GAS concentration
If the level of gas changes, then value will be changed in real-time over the Blynk App and if the less than 700 its normal, GSM will
not send any SMS. But if the level is more than 700(as shown in Table 2), then GSM will send SMS to the authority .
value = 0 No
If the sewage water level is zero, GSM will not send any SMS and it will show the zero level at the Blynk server. The distance is
calculated in cms.If the water level exceeds the 50% mark(as shown in Table 3) it will trigger the buzzer and also will send a SMS
to the concerned authority via GSM module.
VI. CONCLUSION
Our developed IOT-based manhole monitoring and detection system has the potential to bring about revolutionary changes to both
the environment and people's daily lives. In many areas, the existing sewage system poses a significant hygiene problem and
contains numerous harmful gases, including CO, CH4, NH3, and others. To address this issue, we have designed and implemented a
device that effectively controls and reports sewage overflow incidents. By detecting and addressing situations where dirty water
spills out from drains and pollutes the surrounding areas, this device plays a crucial role in mitigating human suffering.
Additionally, we have integrated a Wi-Fi component into the system, enabling nearby authorities to receive daily updates regarding
any rise in sewage levels. Furthermore, we have implemented stringent access controls to ensure that only authorized personnel
have control over the system.
REFERENCES
[1] S. Salehin et al., "An IoT Based Proposed System for Monitoring Manhole in Context of Bangladesh," 2018 4th International Conference on Electrical
Engineering and Information & Communication Technology (iCEEiCT), Dhaka, Bangladesh, 2018, pp. 411-415, doi:
10.1109/CEEICT.2018.8628091
[2] G. Jia, G. Han, H. Rao and L. Shu, "Edge Computing-Based Intelligent Manhole Cover Management System for Smart Cities," in IEEE Internet of Things
Journal, vol. 5, no. 3, pp. 1648-1656, June 2018, doi: 10.1109/JIOT.2017.278634
[3] Wang, Zhan Bin, Jing Cheng Wang, and Hai Bo Zhang. “A Manhole Covers Intelligent Monitoring Terminal Based on Dual Frequency RFID and
Acceleration Sensor.” Advanced Materials Research 945–949 (June 2014):1942–47.https://doi.org/10.4028/www.scientific.net/amr.945-949.1942
[4] Pendharkar, Anushka & Chillapalli, Jyothi & Dhakate, Kanksha & Gogoi, Subhalaxmi & Jadhav, Yogesh. (2020) “IoT based Sewage Monitoring
System” SSRN Electronic Journal. 10.2139/ssrn.3697395.
[5] V. Vani, M. Mohana, D. Vanishree “Smart Drainage System using Zig Bee and IOT”, 2019, International Journal of Recent Technology and Engineering
(IJRTE), November 2019
[6] Sultana, Samiha & Rahaman, Ananya & Jhara, Anita & Uddin, Jia. (2021). An IOT Based Smart Drain Monitoring System with Alert Message
[7] Yash Narale.Apurva Jogal,Himani Chaudhary, “Underground Drainage Monitoring System Using IoT”,201
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 6478
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue V May 2023- Available at www.ijraset.com
[8] Hebziba Jeba Rani S, Yamini C L, Sakthivel M, “IOT BASED SMART SAFETY MONITORING SYSTEM FOR UNDERGROUND SANITATION
WORKERS”, JETIR May 2022
[9] Muragesh, SK and Santhosha Rao. “Automated Internet of Things for Underground Drainage and Manhole Monitoring System for Metropolitan
Cities.” (2014
[10] Prof S. A. Shaikh1, Suvarna A. Sonawane2, ”Monitoring Smart City Application Using Raspberry PI based on IoT” International Journal of Innovative
Science, Engineering & Technology, Vol 5 Issue VIL, July 2017
[11] Ruheena M. A, Rukhayia Sheereen, Sheeba Kulsum, T. Komala, 2021, Manhole Detection and Monitoring System, INTERNATIONAL JOURNAL OF
ENGINEERING RESEARCH & TECHNOLOGY (IJERT) NCCDS – 2021 (Volume 09 – Issue 12)
[12] R. Timofte and L. Van Gool, "Multi-view manhole detection, recognition, and 3D localisation," 2011 IEEE International Conference on Computer Vision
Workshops (ICCV Workshops), Barcelona, Spain, 2011, pp. 188-195, doi: 10.1109/ICCVW.2011.6130242
[13] Pratim Bhosale, Shivani Mithapelli, Shivani Bollabattin, “IOT BASED SYSTEM FOR DETECTION OF SEWAGE BLOCKAGES”,IT in Industry , Vol.
9, No. 1, 2021
[14] N. G. Haswani and P. J. Deore, "Web-Based Realtime Underground Drainage or Sewage Monitoring System Using Wireless Sensor Networks," 2018
Fourth International Conference on Computing Communication Control and Automation (ICCUBEA), 2018
[15] Liu, Y., Du, M., Jing, C., & Bai, Y. (2013). Design of supervision and management system for ownerless manhole covers based on RFID. 2013 21st
International Conference on Geoinformatics
[16] P. Mabpa, P. N. Na Ayudhya and J. Kunthong, "Clogged Pipe Detection and Monitoring by Using Acoustic Analysis Methodology," 2020 17th International
Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON), Phuket, Thailand, 2020, pp.
177-180, doi: 10.1109/ECTI-CON49241.2020.9158060.
[17] Andrijašević, Uroš & Kocic, Jelena & Nešić, Vladan. (2020). Lid Opening Detection in Manholes using RNN
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 6479