Skip to content

This Arduino project uses red, green, and blue LEDs to visually indicate environmental noise levels based on sound intensity.

License

Notifications You must be signed in to change notification settings

Guiss-Guiss/Noise_Meter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Noise_Meter

This Arduino project uses red, green, and blue LEDs to visually indicate environmental noise levels based on sound intensity. At its core, the project measures ambient noise via an analog input, calculates the sound's peak-to-peak amplitude, and converts this into a voltage that determines which LED lights up. The setup effectively captures analog values from a microphone, identifying the amplitude of sound waves and translating these figures into voltage levels.

Sound levels are calibrated using white noise and a Digital Sound Level Meter, with specific voltage ranges tied to decibel levels. Voltages below 1.0V trigger the blue LED, signaling a quiet setting. Voltages between 1.0V and 3.0V light up the green LED, indicating moderate noise levels, while voltages of 3.0V and above activate the red LED, warning of high noise levels that may be harmful or disruptive.

This project serves a practical purpose in environments where it's crucial to monitor and manage noise levels, such as classrooms, libraries, or hospitals.

Parts needed: Arduino board (1) 220 Ohm resistor (3) RGB LED (1) or Different colored LEDs (3) MAX4466 microphone (1) Breadboard and wires.

About

This Arduino project uses red, green, and blue LEDs to visually indicate environmental noise levels based on sound intensity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages