Sunday, April 28, 2024

Make This Noise Detector For A Noise-Free Zone

‘Please Keep Silence!’ You must have seen this message written in such places as libraries and offices. But some people tend to, intentionally or unintentionally, make noise in such silence zones, disturbing others. What if there was a device that could help maintain silence in such silence areas?

In this project, we make a sensitive smart noise detector that can identify loud talkers and alert us by displaying a red light and trigging a buzzer. You can also connect this device to your phone through a customised app to set sensitivity levels as per choice.

To start, the following components are needed:

  • Arduino Uno
  • Red LED
  • Buzzer
  • Sound sensor
  • Some jumper wires
  • 5V DC adaptor/5V power bank

Coding

Software program (silence_zone.ino) in Arduino handles all necessary functions for noise detection. Set up the variables for storing values in Arduino code, as shown in Fig. 1.
Then, configure Bluetooth and I/O pin for input and output in setup( ) function. Here, Bluetooth baud rate is set to 9600, but you can try with 38400 default baud rate as well (Fig. 2).

Setting variables
Fig. 1: Setting variables
Arduino code setting I/O pins
Fig. 2: Arduino code setting I/O pins

Next, set loop functions for running the code repeatedly (Fig. 3). In this loop function, create an if( ) condition that listens to Bluetooth incoming string. Then, convert that string to integer value and set that integer value to threshold value.

- Advertisement -
Setting loop function
Fig. 3: Setting loop function

In the next part of coding, create sensor( ) function to get sensor value (Fig. 4). For sensor value, take an average of several readings of detected noise levels. The formula for obtaining average output is given by sum of all readings/number of samples taken. In this project, we considered 160 samples of various noise levels to get the average output.

Arduino code sensor function
Fig. 4: Arduino code sensor function

Building App

MIT App Inventor is used to develop the Android app for this project. Create a layout in the app, as shown in Fig. 5, using the following components:

  • 2 text level
  • 1 text input
  • 1 list picker
  • 1 button
App layout for Smart Noise Detector
Fig. 5: App layout for Smart Noise Detector

To start building the app, open MIT App Inventor from https://appinventor.mit.edu and set the code in Blocks Editor section, as shown in Fig. 6. Save the code as silence_zone and save its .apk file to the computer. This .apk file will be used in the Android phone later.

- Advertisement -
MIT App Inventor code
Fig. 6: MIT App Inventor code

Circuit connections and testing

After developing the firmware and the app, connect the components with Arduino, as shown in Fig. 7. Arduino pin connection details are also shown in the table.

Circuit diagram of the Smart Noise Detector for silence zone
Fig. 7: Circuit diagram of the Smart Noise Detector for silence zone

Power Arduino board using a 5V DC adaptor/power bank. Copy silence_zone.apk file from the computer to the Android phone. Install the app and open it from the phone. Tap on Bluetooth icon in the app and select HC-05 from the list to connect the phone with Bluetooth HC-05 in the circuit.

You will now be able to see the noise level value in the text bar in the app. When noise level reaches the threshold value, the LED light and buzzer will automatically get triggered by Arduino.

Download Source Folder

You can also reset the threshold value using the app. To do so, tap on the text box next to Send, enter the value you want to add and click on Send to set the threshold value.


Ashwini Kumar Sinha is an electronics hobbyist and tech journalist at EFYi

4 COMMENTS

  1. Can you elaborate, First check your sensor with simple test, Go to Examples and upload the Analog read code to Arduino and see the output of the sensor in the serial monitor is it increase with noise. If not then try to increase the sensitivity of sensor using the pot on the sensor module.

SHARE YOUR THOUGHTS & COMMENTS

Unique DIY Projects

Electronics News

Truly Innovative Tech

MOst Popular Videos

Electronics Components

Calculators