Creating A Diy Noise Pollution Detector

how to make noise pollution detector

Noise pollution is a growing concern, especially in densely populated cities, where sound levels often exceed the acceptable limit for the human ear. To address this issue, noise pollution detectors are essential tools that can provide real-time data on sound levels in specific locations. These detectors typically use sound sensors, such as the Grove Sound Sensor, to measure the sound intensity of the environment. Additionally, temperature and humidity sensors like the DHT11 can be incorporated to provide comprehensive data. For those interested in building their own noise pollution detector, kits are available that include components such as Arduino Uno boards, breadboards, and various sensors. These detectors have a wide range of applications, from urban areas to industrial sites, and can help ensure a healthier and more comfortable living environment for all.

shunwaste

Sound sensors: Use a Grove Sound Sensor to detect sound intensity

The Grove Sound Sensor can be used to detect sound intensity in the environment. The sensor's main component is a simple microphone, based on the L358 amplifier and an electret microphone. The output is analog and can be easily sampled and tested by a Seeeduino.

The Grove Sound Sensor is not designed to collect sound signals but rather to detect whether there is sound in the environment. For example, it can be used to make a sound-controlled lamp.

The Grove Sound Sensor can be connected to port A0 of the Grove-Base Shield, and then plugged into the Seeeduino. The Seeeduino is then connected to a PC via a USB cable.

The Grove Loudness Sensor is another option, which is based on the LM2904 amplifier and a built-in microphone. It amplifies and filters the high-frequency signal received from the microphone and outputs a positive envelope. This is used for Arduino’s signal acquisition. The output value depends on the level of sound input, and the input signal goes through two rounds of filtering to avoid unnecessary signal disturbances.

The Grove Sound Sensor is a useful tool for detecting sound intensity in the environment, and with the right setup, can be used to create sound-controlled devices.

shunwaste

Sound meters: Measure decibels with a Gravity analog sound level meter

Noise pollution is a serious concern, especially in cities, and it can have a detrimental impact on people's health. The World Health Organization (WHO) has established that noise levels above 50 decibels can interfere with sleep and that levels above 70 decibels can impair work and study. Prolonged exposure to sounds above 85 decibels can cause permanent hearing loss.

To address this issue, you can use a sound level meter, such as the Gravity analog sound level meter, to measure decibel levels in your environment. This device is widely used in environmental noise detection and can help you protect your hearing health. It is an Arduino-compatible sound level meter, also known as a decibel meter or noise meter, that uses an instrument circuit and a low-noise microphone to accurately measure the sound level of the surrounding environment.

The Gravity analog sound level meter has a simple voltage conversion process and a wide input voltage range of 3.3~5.0V, with a voltage output of 0.6~2.6V. The decibel value is directly proportional to the output voltage, eliminating the need for complex algorithms. Additionally, it features an easy plug-and-play connector, making it convenient to use in various applications.

This sound level meter can be applied to environmental noise testing in a variety of settings, including highway noise monitoring stations and bedroom noise monitoring. By using this device, you can measure the decibel levels in your surroundings and take appropriate steps to mitigate noise pollution, ensuring a healthier and more comfortable environment for yourself and others.

To use the Gravity analog sound level meter effectively, it is important to handle it with care. Avoid touching the black film on the microphone with sharp objects or fingernails as it is a sensitive component. Ensure that the module is placed on a dry insulator's surface or fixed with nylon columns to hang in the air, avoiding any conductive or semiconductive surfaces that could short the microphone pins.

shunwaste

Temperature and humidity: Measure with a DHT11 sensor

The DHT11 is a commonly used temperature and humidity sensor that can be purchased either as a sensor or as a module. The performance of the sensor is the same in both cases. The sensor comes as a 4-pin package, out of which only three pins are used, while the module comes with three pins. The module has a filtering capacitor and a pull-up resistor built-in, whereas for the sensor, you must use them externally if required.

The DHT11 is a basic, ultra-low-cost digital temperature and humidity sensor. It uses a capacitive humidity sensor and a thermistor to measure the surrounding air and outputs a digital signal on the data pin (no analog input pins needed). It is fairly simple to use but requires careful timing to grab data. The only real downside of this sensor is that you can only get new data from it once every 2 seconds, so sensor readings can be up to 2 seconds old. Compared to the DHT22, this sensor is less precise, less accurate, and works in a smaller range of temperature and humidity, but it is smaller and less expensive.

The DHT11 can measure temperature from 0°C to 50°C with an accuracy of ±1°C or ±2°C. It can measure humidity from 20% to 80% or 90% RH with an accuracy of ±1%, ±5%, or ±0.2°C. The sampling rate of this sensor is 1Hz, i.e., it gives one reading per second. The DHT11 is small in size and has an operating voltage of 3 to 5 volts. The maximum current used while measuring is 2.5mA.

The DHT11 has two major components to detect humidity and temperature, respectively. The first component uses conductivity to measure the environment's humidity. When humidity changes, the polymer between two electrodes changes the conductivity, causing the resistance between the electrodes to drop or rise. The chip on the DHT11 uses this to determine the correct humidity. The second component is a Negative Temperature Coefficient (NTC) thermistor. When the temperature rises, the resistance decreases, and the chip uses this to determine the environment's temperature.

Ocean Pollution: A Human Health Crisis

You may want to see also

shunwaste

Microphone: Use a high-sensitivity microphone for accurate readings

To make a noise pollution detector, one of the most important components is a high-sensitivity microphone. This microphone will be responsible for accurately capturing sound waves and converting them into electrical signals for further analysis.

When choosing a microphone, it is essential to consider its sensitivity, frequency response, signal-to-noise ratio, and dynamic range. A high-sensitivity microphone can detect even faint sound sources and distinguish them from background noise. This feature is crucial in environments with varying noise levels, such as cities, where the detection of noise pollution requires separating the pollution from the background sounds.

Additionally, a microphone with a wide frequency response range will ensure the detection of a broad spectrum of sound frequencies. This is important because noise pollution can come from various sources, including low-frequency machinery and high-frequency electronic devices.

The signal-to-noise ratio is also a critical factor. This ratio compares the level of the desired sound signal to the level of background noise. A microphone with a higher signal-to-noise ratio will be better at distinguishing the noise pollution from the surrounding ambient noise, resulting in more accurate readings.

Finally, consider the dynamic range of the microphone, which refers to the range of sound pressure levels it can accurately capture. A wider dynamic range will allow for the detection of both very soft and very loud sounds, ensuring that the noise pollution detector can handle a diverse range of noise levels without distorting the signal.

Some microphones recommended for noise pollution detection include the RS-ZS-*-FL noise sensor, which has a range of 30dB to 120dB and uses a high-sensitivity condenser microphone, and the Gravity analog sound level meter, which uses a low-noise microphone and is compatible with Arduino and Particle systems.

Renewable Energy: Pollution-Free Power?

You may want to see also

shunwaste

Data visualisation: Use software to visualise data from the detector

To visualise data from a noise pollution detector, you can use software such as Ubidots, which allows you to monitor and visualise data from a browser. Ubidots can be used to visualise data in the form of graphs, such as a time-dB graph, which can show the amount of noise generated at a particular location at a particular time. This can be monitored from a mobile app, and the full dataset can be accessed via email in the form of an Excel sheet.

Firebase can be used to store data and display it on a mobile app. It is a cloud-hosted database that supports multiple platforms, including Android, iOS, and Web. All the data is stored in JSON format, and any changes in the data are immediately reflected across all platforms and devices.

Zapier is another tool that can be used to store data in a spreadsheet, which can then be sent to any email address.

Climate activists from Possible, a UK-based environmental charity, have created data visualisations of noise pollution in Paris, New York, and London. These visualisations use shades of purple to represent noise levels, with darker colours indicating higher levels of noise. They also include audio recordings to demonstrate the noise level found in each location.

Frequently asked questions

A noise pollution detector is a device that measures sound pressure levels in decibels (dB). It can be used to detect sound pollution in the surrounding environment.

A noise pollution detector consists of a sound sensor or microphone that captures the noise levels, and a display or output mechanism to show the readings. Some detectors also have additional sensors for temperature and humidity.

You can make a basic noise pollution detector at home using a sound level meter, also known as a decibel meter. This device uses a low-noise microphone to accurately measure the surrounding sound levels. You can also add additional sensors to measure temperature and humidity. Alternatively, you can use a smartphone app to detect and record sound levels.

Written by
Reviewed by
Share this post
Print
Did this article help you?

Leave a comment