Introduction: VU Meter Using Arduino
VU meter is a volume unit meter.
This is a device which outputs the signal level in any audio equipment.
In this project we will be making a VU meter using an array of different colored LED's which would light corresponding to the electronic signal converted from microphone using Arduino.
Let's get started!
Step 1: Materials Required
You will need the following materials for making your own VU Meter :
>LED(3 X RED,3 X YELLOW,3 X GREEN)
>Arduino Uno
>Jumper wires
>220 ohms resistor(x9)
>breadboard
Step 2: Circuit and Connections
Refer to the image here for the fritzig circuit. Connections are explained in subsequent steps as well.
Step 3: Assemble an Array of LED'S
Connect the cathode of LED's along a power rail (blue rail)which would be the ground supply.
Connect the anode of LED's to different nodes on the breadboard.
Make sure you have color wise arrangement as in the image.
Step 4: Adding Resistors
To limit the current flowing to the LED's we must connect 220 ohms resistors to the anode of each LED's.
Step 5: Make Connections With Arduino and LEDs
Make connections from digital pin number 5 to 13 of your arduino to the resistor connected to the LED.
Step 6: Add SOUND SENSOR
In this sensor, sound is detected with the help of a microphone which gets converted into a electronic signal.
Detected sound is fed into LM393 op amp which acts as an amplifier.
sound sensor pin => arduino uno pin
GND => GND
VCC => VCC
OUTPUT => analog pin 0
Step 7: Upload Sketch
Upload the attached sketch to your arduino UNO.
Attachments
Step 8: Watch Tutorial
I hope that you found this instructable on VU Meter using arduino useful.
You can also watch the video on this project on my channel.
If you have any queries, feel free to discuss in comments.