LM3914 question

Thread Starter

Acce

Joined Mar 4, 2010
4
Hello,

I created a 20-segment ledbar using 2 LM3914s. It is designed for a 0-5V signal, and uses 9V voltage source. It works all fine now, but one thing left me wondering:

The 600 ohm resistor was originally 1,2k one, but it didnt work. According to the datasheet, The LED current is about 10*(1,25V / R ), also the current drawn from REFout. With 1,2k it should give about 10mA as LED current, and with 600 double that. However, with the 600 one in use, the LEDs are not brighter than the ones behind 1,2k resistor in the second LM3914.

Could someone explain me why?

Attached a picture of the circuit, left out the mode, V+ and V- pins. Mode, V+ and LEDv are also 9V, and V- is connected to ground.

Also video of it if you want to see that the LEDs really aren't brighter:
http://www.youtube.com/watch?v=Znmu7QJcDEU
 

Attachments

hondabones

Joined Sep 29, 2009
123
My Theory:

If you look at IC2 the set up is basically as recommended in the datasheet, where:

Vout = Vref(1 + R2/R1) + IadjR2

for math purposes let:

VREF = 1 V
R2 = 1.2 kΩ
R1 = 600 Ω
Iadj = 1 mA

so...

Vout = 1 V(1 + 1.2 kΩ/600 Ω) + (1 mA)(1.2 kΩ)
Vout = 4.2 V

If you look at it from IC1:

R2 essentially is 0 Ω (based on how you have it wired and the datasheet recommendations)

so...

Vout = 1 V(1 + 0 Ω/600 Ω) + (1 mA)(0 Ω)
Vout = 1 V

Less voltage means less current.

I think this may be the reason. I have never seen this chip tied together like how you have it.

What did you do to get it functioning properly?
 

Thread Starter

Acce

Joined Mar 4, 2010
4
What did you do to get it functioning properly?
Well I was measuring the voltages over the leds and noticed that the other IC was driving too small current through the leds, and then I guessed that since the LED current is decided by the current drawn from REFout, I had to increase that current somehow, so I halved the 1,2k resistor I had there before, and then it worked.

Also your calculations seem right, but they can't be, since the measured Vout(REFout pin voltage) at IC2 was around 2,5 V, not 4,2V.
 

Ron H

Joined Apr 14, 2005
7,063
Of the 20mA flowing through the 600Ω resistor, 10mA comes from the lower 3914 and sums with the 10mA from the upper 3914, providing the required 20mA through the 600Ω. This is why your LEDs have equal brightness.
EDIT: Your voltage measurements are correct. You have simply stacked the two 1.25V reference supplies.
 
Last edited:
Top