You are on page 1of 5

Vishwakarma Institute of Technology, Pune, INDIA.

sleeping disturbances. As a result, we developed a


system that detects noise levels and responds
SOUND POLLUTION appropriately by glowing a LED. In this proposed
MONITORING SYSTEM  
Vijay Gaikwad, Chaitanya Landge, system Node Mcu, LED, Sound Sensor is used.
Arduino IDE is the coding software utilized. The
Chinmayi Londhe, Ketan Aggarwal,
“HIGH” and “LOW” values displayed on the LCD
Kshitij Shembhalkar, Rutvik Manchekar screen for the sound values will determine
whether the sound level is under control or not,
and if it is excessive, what actions should be
Abstract — The Internet of things allows various made.
users to gather data through various devices and
exchange it. Pollution is a major issue that every
living creature is suffering in this present world. II. LITERATURE REVIEW
Air, Sound, Water, etc are the types of pollution The air and sound pollution monitoring system is
that hurt our environment. Sound pollution can be critical for detecting a wide range of gases; also,
hazardous due to high decibels on the earth which sensors have a long life span, are readily available,
is, unfortunately, impacting the lives of human are inexpensive, easy to use, and are compact. Air
beings. It may lead to hearing problems, physical quality can be measured both indoors and
problems and hurt the ecosystem. So it becomes outdoors. This system features a basic drive
our prime concern to control sound pollution to circuit, real-time operation, and visual output. The
have a better future. Sound Pollution main goal of this document is to ensure that air
Monitoring(SPM) is a cost-effective and effective and sound pollution are monitored and controlled
system designed to monitor sound level which by taking appropriate measures. The proposed
makes use of Internet of Things (IoT) technology. paper has several limitations. 22 Humidity should
In this paper, the proposed system consists of a be less than 95%, and precise measurements of
sound sensor to measure the sound parameter. harmful gases in ppm are impossible to detect.
Also, the Microcontroller Unit is interfaced with This paper can be used to monitor pollution levels
this system to perform various functionalities. as well as to prevent excessive pollution, which
could lead to major difficulties in the future. This
Keywords — Environmental science, Systems paper outlines how we can provide authorities
engineering, Control systems, Wireless network with immediate alerts. The IoT technology is
Communication system, Node Mcu, Buzzer, LCD, adopted because it is cost-effective. As a result,
Arduino IDE, LED, IoT. this technology is used to monitor air and sound
pollution. [2]. The Automatic Air & Sound
I. INTRODUCTION
Management System is a step forward in
IoT has proven itself in a variety of domains by providing a solution to the most pressing problem.
aiding society, including defense, agriculture, The air and sound monitoring system solve the
safety, and comfort. Pollution is steadily problem of heavily polluted places, which is a
increasing these days, having a severe impact on significant problem. It encourages the use of new
society. Different types of pollution cause different technology while also emphasizing the need of
issues. Sound pollution is caused by the increased living a healthy lifestyle. This system includes
use of machinery and resources as a result of elements that allow consumers to monitor
industrialization. Sound pollution hurts both pollution levels on their mobile phones via an
humans and animals. It affects wildlife and causes application.
hearing impairments, psychological concerns, and As a result, monitoring the environment by
municipal officials and civilians becomes very
1 dependable and efficient. Allowing civilians to
Vishwakarma Institute of Technology, Pune, INDIA.

participate in this process adds to its worth. This module sound sensor is used to measure sound
concept of IoT is important for the well-being of level in the surrounding. The sensor input is
society because citizens are now equally informed further processed through Node MCU and then
and curious about their environment. It is also sent to ThingSpeak cloud platform as well as LCD
implemented using cutting-edge technologies. [5] of Blynk app. LED connected to the Node MCU
operates on the value of the sound sensor.
III. METHODOLOGY/EXPERIMENTAL
The proposed system uses Sound Sensor,
Microcontroller unit i.e. Node Mcu which is also
a  data transmission module ESP8266 Wi-Fi
module.The components used in this proposed
system are shown in Table.1. along with their
purpose in this proposed system.

Component Name Purpose

Node MCU Microcontroller board Fig.1. Block diagram of the model

LED Glows when sound is above the IV. FLOWCHART FOR THE PROPOSED MODEL
average value

LM393 (sound To detect the sound


sensor)

Breadboard To connect all the components

Power Supply To give power to model

Table.1. List of components

The Microcontroller Unit is a significant part of


the system which is developed for Sound
Monitoring, Node Mcu is quite a small size,
compatible with IoT projects. MCU has an
on-chip ADC which converts the output analog
signal of the sensors to digital signals. So, to get
this analog output from the sensor, the sensor's
analog output will be connected to the analog pins
of MCU. All the sensor data is processed by the
MCU and updated to the ThingSpeak server using
the Wi-Fi data communication module ESP8266
(NodeMCU) to the central server. Node MCU
detects the value of the sound sensor in decibels
and further, an average value is set above which
the value of sound is said to be “HIGH” which is
displayed on the LCD screen. Also, if the value of
the sound sensor is more than the average value
Fig.2. Flowchart for sound pollution monitoring system
then the LED bulb glows.It can be seen from the
block diagram in Fig. 1, that in the proposed
Vishwakarma Institute of Technology, Pune, INDIA.

The proposed model has to monitor the Fig.4. Creating a new API key
environmental pollution level. In Fig.2. a
flowchart depicts how the sound sensor is working
VI. . HARDWARE IMPLEMENTATION OF THE
in the model. A sound sensor is used to detect PROPOSED MODEL
sound levels in a particular area. If the sensor
input is greater than 400 then the display The hardware prototype of the portable NodeMcu
device(Blynk application LCD) shows a message based environmental pollution monitoring system
i.e. “Sound is High”, it also sends a message to the with embedded sensors is shown in Fig. 5. The
user’s mobile as the recorded sound level goes sound sensor’s Analog pin is connected to the A0
above the threshold value. Data obtained from the pin of the Node MCU board. To display the sound
sound sensor is further sent to the Thingspeak readings, the BLYNK application is connected to
cloud platform irrespective of the fact whether the Node Mcu Microcontroller. The analog pins of the
sound level is low or high using IoT. The graph board are used as input pins and the digital pins
regarding the level of pollution is displayed on are used as output pins. Here pin A0 of the board
Thingpeak . is set as input. When a sound is sensed by the
sensor, it produces an analog voltage which is sent
V. SETTING UP THINGSPEAK FOR IOT IMPLEMENTATION to the Node MCU’S analog pin A0. Led is
At first, an account was created successfully at connected to Node MCU to display the output
Thing Speak (https://thingspeak.com/) cloud with the help of a resistor. Then after processing
platform and it was verified through email to fully the data sensed by the sensor through Node MCU,
utilize the available options on the website. Then a Led glows when the sound level is higher than the
new channel was created with the following: threshold and sends a notification to the BLYNK
1. Name: Sound 2. Field 1:Label 1. (Tick application simultaneously.
mark in the box). Then Save Chanel option
was clicked to finish the channel creation.

Fig.3. Creating a new channel

After creating the channel, the API key was noted


down from the “API Keys” option located in the
channel menu. This API key was later used in the Fig.5. Module for sound pollution monitoring system
proposed model to upload the data recorded by the
Sound sensor to the Thing Speak channel. VII. WORKING OF THE PROPOSED MODEL
In the proposed model, the Sound sensor is
connected to Node MCU with the help of jumper
wires. Value of Sound Sensor is sent to the
Thingspeak cloud platform after some
computations are done on it by Node MCU. Data
of the Sound Sensor is stored in the cloud platform
for further analysis which can be exported using
Vishwakarma Institute of Technology, Pune, INDIA.

CSV format. The Led on the Microcontroller


glows when the sound level in the surrounding
area exceeds the threshold value (400) and then a
message “SOUND IS HIGH” is sent to the
BLYNK application. LED display in the BLYNK
application shows the respective sound sensor
output high/low.

VIII. RESULT ANALYSIS


The proposed model is used for measuring the
sound pollution/intensity level near educational
institutions, hospitals, housing societies, and
corporate offices. For measuring the pollution Fig.7. BLYNK application interface
level, we chose society. To demonstrate the effect
of sound pollution on this place, we took IX. LIMITATIONS
measurements with the proposed model, and then Since these devices are connected via the internet,
it was displayed on the thingspeak graph as shown there is a possibility that these devices can be
in Fig.6. Readings of the sound sensor are hacked and externally monitored. The devices can
displayed on the y-axis and the time at which be tracked by hackers which they can use for their
measurements are taken on the x-axis gives an benefit. It will expose the recorded data and if any
idea of sound pollution w.r.t to time. small vulnerability is found, other devices are at
risk of getting hacked.

X. CONCLUSION
This technology assists in sensing the level of
noise in the environment and providing relevant
warnings to people. It can also be used in
combination with an air monitoring system to
enhance its use. This system is fully helpful to
save lives and overcome all the problems related
to the environment.
To improve this project, even more, we may add
a WiFi module, such as the ESP8266 WiFi
module, to transfer the sensor readings to a server,
Fig.6.Reading of sound sensor in Thingspeak platform which will store all of the readings. The
information can then be utilized to make
Fig.7. is an interface of a BLYNK application observations and draw inferences about the area
where a Message “SOUND IS HIGH” is displayed where the product is situated. These devices can
as the sound level in the surrounding area was be deployed in a variety of locations, and alert
high. messages can be transmitted immediately to the
appropriate authorities, who can then take
appropriate action to minimize the issue.

REFERENCES
[1] Pooja; Shraddha; Priyanka and A. D. Sonawane. 
IoT Based Air and Noise  Pollution Monitoring
Vishwakarma Institute of Technology, Pune, INDIA.

System.  International Journal for Modern Trends in


Science and Technology 2021, 7,0706228, pp. 12-16.
[2 ]Tanuja Borate, Meghalata Lipane, Madhuri Kale,
Vaishnavi Pardeshi, Prof. Prashant Jawalkar, IoT-based
Air and Sound Sound Pollution monitoring system,
Open Access International Journal of Science and
Engineering.
[3]Pradyumna Bapat & Karthikeyan Sengunthar &
Krishna Shenvi & Anindita Khade, IoT-based Air and
Sound Pollution Monitoring System, IJRAR Research
Journal.

[4]Dhruvil Shah, Prathmesh Kudale, Prasad


Shirwadkar, Samuel Jacob, IoT Based Air, and Sound
Pollution Supervising System, IOSR Journal of [8] cdc.gov ' Loud Noise Can Create Hearing Loss
Engineering, 2018. ',October 7, 2019. [Online]
[5]Arushi Singh, Divya Pathak, Prachi Pandit, Shruti .Available:https://www.cdc.gov/nceh/hearing_loss
Patil, Prof. Priti C. Golar, IOT based Air and Sound /what _noises _cause_hearing_loss.html.
Pollution Monitoring System, International Journal of [Accessed: 10- May- 2020].
Advanced Research in Electrical, Electronics and [9] Martina Marjanovic, Sanja Grube ' sa, Ivana
Instrumentation Engineering, 2017  Podnar v Zarko, "Air and Noise Pollution
[6]Anushka Sharma, Vaishnavi Varshney, Roopank
Monitoring in the City of Zagreb by Using Mobile
Maheshwari, Upasana Pandey, IoT-based Air and
Crowdsensing," 25 th International Conference on
Sound Pollution, International Research Journal of
Engineering and Technology (IRJET).
Software, Telecommunications and Computer
[7]K. Cornelius1, N. Komal Kumar2, Sagar Pradhan3, Networks (SoftCOM), September 2017.
Priyesh Patel4, N. Vinay, An Efficient Tracking [10] Martina Marjanovic, Sanja Grube ' sa, Ivana
System for Air and Sound Pollution using IoT,2020 6th Podnar v Zarko, "Air and Noise Pollution
International Conference on Advanced Computing & Monitoring in the City of Zagreb by Using Mobile
Communication Systems (ICACCS). Crowdsensing," 25 th International Conference on
Software, Telecommunications and Computer
Networks (SoftCOM), September 2017.
.

You might also like