Showing posts with label stage. Show all posts
Showing posts with label stage. Show all posts

Thursday, November 6, 2014

8 Stage LED VU Meter

The circuit below uses two quad voltage comparators (LM339) to illuminate a series of 8 LEDs indicating volume level. Each of the 8 comparators is biased at increasing voltages set by the voltage divider so that the lower right LED comes on first when the input is about 400 millivolts or about 22 milliwatts peak in an 8 ohm system.

8 Stage LED VU Meter Circuit diagram : 

 vu meter-circuit daigram

The divider voltages are set so that each LED represents about twice the power level as the one before so the scale extends from 22 milliwatts to about 2.5 watts when all LEDs are lit. The sensitivity can be decreased with the input control to read higher levels. I have not built or tested this circuit, so please let me know if you have problems getting it working. The power levels should be as follows:
  • 1 LED = 22mW
  • 2 LEDs = 42mW
  • 3 LEDs = 90mW
  • 4 LEDs = 175mW
  • 5 LEDs = 320mW
  • 6 LEDs = 650mW
  • 7 LEDs = 1.2 Watts
  • 8 LEDs = 2.5 watts

Read More..

Wednesday, September 17, 2014

Night Rider 16 Stage Bi Directional LED Sequencer circuit

This bi-directional LED sequencer schema uses IC CD4516 and IC 74HCT138 as counter and decoder.

16

Circuit explanation:
The bi-directional sequencer uses a 4 bit binary up/down counter (CD4516) and two "1 of 8 line decoders" (74HC138 or 74HCT138) to generate the popular "Night Rider" display. A Schmitt Trigger oscillator provides the clock signal for the counter and the rate can be adjusted with the 500K pot. Two additional Schmitt Trigger inverters are used as a SET/RESET latch to control the counting direction (up or down). Be sure to use the 74HC14 and not the 74HCT14, the 74HCT14 may not work due to the low TTL input trigger level. When the highest count is reached (1111) the low output at pin 7 sets the latch so that the UP/DOWN input to the counter goes low and causes the counter to begin decrementing. When the lowest count is reached (0000) the latch is reset (high) so that the counter will begin incrementing on the next rising clock edge. The three lowest counter bits (Q0, Q1, Q2) are connected to both decoders in parallel and the highest bit Q3 is used to select the appropriate decoder.

source: http://www.qsl.net/yo5ofh/hobby%20diagram/led_diagram.htm
Read More..