LM3914 VU Meter for Audio Amplifiers

Hi community! Today's project is gonna be about the LM3914 VU Meter! A device to display the intensity of the audio! So let's not waste any time and dive in!

Hi Community!

A volume unit meter, often known as a VU meter, is a device used in music equipment to display the intensity of an audio stream (loudspeaker, mic, electric guitars, amps, etc.). It is used to visualize analog signals in particular. We’ll make a basic VU meter with the LM3914 dot/bar display driver IC in this project. The LM3914 is an analog LED driver IC, which means it can control (on or off) 10 LEDs using an analog input voltage. This IC eliminates the requirement for a microcontroller and minimizes the amount of hardware needed to control 10 LEDs. The input voltage of the LM3914 can range from 3 to 18 volts. The IC has two modes of operation: DOT and BAR, and multiple ICs can be cascaded to control up to 100 LEDs. These ICs are often used in visual alarms and other metering or monitoring applications because the LEDs can be regulated without flickering and function flawlessly with equal brightness. This can be used together with an audio amplifier to make the circuit look better and have a good presentation!

Materials

  1. • R1—10KΩ
  2. • R2—3.9KΩ
  3. • R3—2.9KΩ
  4. • C1, C2-1uF
  5. • IC1—LM3914
  6. • LEDs-5mm LED (blue, green, red) (10)
  7. • D1, D2-1N4004
  8. • S1-Toggle Switch
  9. • Power Supply or 9V Battery

IC Datasheet Information

  1. • Drives LEDs, LCDs or vacuum fluorescents
  2. • Bar or dot display mode externally selectable by user
  3. • Expandable to displays of 100 steps
  4. • Internal voltage reference from 1.2V to 12V
  5. • Operates with single supply of less than 3V
  6. • Inputs operate down to ground
  7. • Output current programmable from 2 mA to 30 mA
  8. • No multiplex switching or interaction between outputs
  9. • Input withstands ±35V without damage or false outputs
  10. • LED driver outputs are current regulated, open-collectors
  11. • Outputs can interface with TTL or CMOS logic
  12. • The internal 10-step divider is floating and can be referenced to a wide range of voltages
Datasheet of LM3914 from Texas Instrument

IC Datasheet Pinout

  1. Pin1: 1 and 10 to 18 - LEDs (1-10) - 10 LEDs pinout to be controlled
  2. Pin2: - V-/GND - Ground
  3. Pin3: - V+/Vcc - Chip Supply Voltage (3-18V)
  4. Pin4: - RLO - Low level voltage for potential divider
  5. Pin5: - SIGNAL - Input AC signal
  6. Pin6: - RHI - High Level voltage for potential divider
  7. Pin7: - REF(OUT) - Output Reference Voltage for LED current limiting
  8. Pin8: - REF(ADJ) - Adjust pin for voltage reference
  9. Pin9: - MODE - Mode selection pin (DOT/BAR)
Pinout of LM3914 from Texas Instrument

Applications of the IC

The applications of the LM3914 amplifier circuit include the following.

  1. • This IC is most typically utilized in the music business for live music production and recording techniques.
  2. • It may be reverse-engineered to function as a power level indicator for a variety of energy-storage devices, including batteries and dry cells

Schematic of the LM3914 VU Meter

Schematic on the breadboard

Make sure to check our full document about audio amplifiers where i make 5 audio amplifier circuits!

Audio Amplifier Circuits