Ambient Sound Detection Using Arduino

by FLC_PandE in Circuits > Arduino

114 Views, 0 Favorites, 0 Comments

Ambient Sound Detection Using Arduino

Hardware.PNG

Arduino microcontroller connected to a sound sensor will be utilized to test the noise levels of different areas

Set Up Hardware

Hardware.PNG

Hardware Used

- Arduino Uno A000066 microcontroller

- 2 LED

- Button

- SD card and Card Reader

- DFRobot DFR0034 analog sound sensor

- Wire

- D/C Power Source

Set Up Software

Code1.PNG
Code3.PNG
Code2.PNG
Code4.PNG
Code5.PNG
Code6.PNG

Code Used included in file or view photos

Record Data

As written in included code:

- Plug in device

- Insert SD card

- If red light is on continue (if not refer to hardware or software for troubleshooting)

- Push button (green light will flash)

- let device collect for 2 hours.

- Repeat for multiple data sets.

Data Access

- Remove SD Card from device

- Insert in computer

- Data will be in .txt file a unit less value 0-1000

* Note data is not measured in dB. Transfer function required or Calibrate using constant noise to create metric for your needs.