Sound VU Meter Using Arduino

Different gadgets have been introduced to meet our requirements ranging from the basic needs to the classy needs of humans. With this development in recent years, people have grown more sophisticated day by day. Hereby we have presented a circuit sound VU meter using Arduino to display the volume of noise picked up by a microphone.

Circuit Description of Sound VU Meter using Arduino

The push-to-on switch SW1 is used to change the mode of the sound VU meter. In normal mode, the LEDs just flicker up and down with the volume of sound, while in advance mode, the LEDs register the maximum value and light the LEDs, so the sound level gradually pushes up.

sound vu meter using arduino

Transistor T1 boosts up the sound signal from the microphone and is fed to analog input A0 of the Arduino board as shown in the circuit diagram. Here we used a collector-feedback bias, which takes a portion of a voltage from the output and is again given to the base of the transistor.

Various other Sound VU Meter posted on bestengineeringprjects.com are:

  1. Arduino VU Meter
  2. VU Meter Circuit using ATmega32
  3. Sound Level Meter Circuit
  4. Sound Level Meter Circuit using Arduino

PARTS LIST OF SOUND VU METER USING ARDUINO

Resistor (all ¼-watt, ± 5% Carbon)
R1, R3, R4 = 10 KΩ

R2 = 100 KΩ

R5– R14 = 270 Ω

Capacitor
C1 = 100 nF (Ceramic Disc Capacitor)
Semiconductors
Arduino Diecimila or Uno or clone

T1 = BC548 (General Purpose NPN transistor)

LED1 – LED10 = 5-mm any color LED

Miscellaneous
SW1 = Push-to-on switch

MIC1 = Electret Microphone

Software: The sketch of the project is quite straightforward and is given below:-

 

2 Thoughts to “Sound VU Meter Using Arduino”

  1. Carlos Bas

    R1 is indicated two times with different resistance values. First as 10KOhms then as 100KOhms. What to do?

    1. Hi, Carlos, thank you for letting us know.
      The value of R1 is 10K0ohm, and we have corrected it.

Leave a Comment