Author Topic: Underdriving LEDs (lower current)  (Read 5102 times)

0 Members and 1 Guest are viewing this topic.

Offline made2hackTopic starter

  • Frequent Contributor
  • **
  • Posts: 424
  • Country: 00
    • Made2Hack
Underdriving LEDs (lower current)
« on: November 15, 2017, 11:56:09 am »
Hello all,

I want to use a ZLED7020 chip to drive an LED. However, rather than providing a PWM signal to choose between 50% and 100% duty cycle (approximately), for 50% brightness and FULL brightness, I want to under-drive the LED (by lowering the current). I want the light to have 2 power modes, 1/2 brightness and full brightness.

Using the ZLED7020 chip, there is a Set resistor which chooses the constant current the chip provides. Thus, with a 3 position knob / switch, I can have it choose between 2 resistor values and "off" if you will.

What are the potential problems of under-driving the LED? I want to state that I am aware that the proper way to drive the brightness of LEDs is with PWM, but I wonder if in my case I'm within the LEDs parameters?

I want Brightness 1 to be around 600mA and Brightness 2 to be around 1Amp. I have attached the LED FW Current / FW Voltage chart.

Offline capt bullshot

  • Super Contributor
  • ***
  • Posts: 3033
  • Country: de
    • Mostly useless stuff, but nice to have: wunderkis.de
Re: Underdriving LEDs (lower current)
« Reply #1 on: November 15, 2017, 12:16:12 pm »
There's no risk and no danger doing so.
Two things to consider: luminous intensity vs. current often is non-linear, and for white LEDs the colour (white) point may shift if the LED is operated at lower current than specified.
Safety devices hinder evolution
 

Offline danadak

  • Super Contributor
  • ***
  • Posts: 1875
  • Country: us
  • Reactor Operator SSN-583, Retired EE
Re: Underdriving LEDs (lower current)
« Reply #2 on: November 15, 2017, 12:30:43 pm »
LEDs are roughly linear, intensity vs current, except at extreme ends
of operating range.







Regards, Dana.
Love Cypress PSOC, ATTiny, Bit Slice, OpAmps, Oscilloscopes, and Analog Gurus like Pease, Miller, Widlar, Dobkin, obsessed with being an engineer
 

Offline ogden

  • Super Contributor
  • ***
  • Posts: 3731
  • Country: lv
Re: Underdriving LEDs (lower current)
« Reply #3 on: November 15, 2017, 12:43:23 pm »
LEDs are roughly linear, intensity vs current, except at extreme ends of operating range.

Yet light output graph is slightly curved. Following research states that in the middle sweet point current control gives up-to 10% more light compared to PWM (for same energy consumed):

http://pe.org.pl/articles/2013/11/68.pdf

There was some document stating similar facts from big led mfg (cree?), but I can't find it quickly enough. Only downside of current control is already mentioned color shift.
« Last Edit: November 15, 2017, 12:46:37 pm by ogden »
 

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21698
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: Underdriving LEDs (lower current)
« Reply #4 on: November 15, 2017, 12:44:03 pm »
The only hazard is evenness of light output (for arrays with parallel strings), and poor CRI (due to efficiency differences for the yellow phosphor).

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline Zero999

  • Super Contributor
  • ***
  • Posts: 19533
  • Country: gb
  • 0999
Re: Underdriving LEDs (lower current)
« Reply #5 on: November 15, 2017, 01:24:23 pm »
LEDs are roughly linear, intensity vs current, except at extreme ends of operating range.

Yet light output graph is slightly curved. Following research states that in the middle sweet point current control gives up-to 10% more light compared to PWM (for same energy consumed):

http://pe.org.pl/articles/2013/11/68.pdf

There was some document stating similar facts from big led mfg (cree?), but I can't find it quickly enough. Only downside of current control is already mentioned color shift.
You are right. The forward voltage decreases (logarithmically?) with current and the brightness decreases linearly, meaning the efficiency (VF*IIN)/POUT increases, up to a point of course.

However, the above only gives net gains, in terms of total system efficiency, if a switched mode power supply is used to drive the LED. If a resistor or linear current regulator is used to drive the LED, then reducing the current doesn't make any difference to the total system efficiency, because the driver's efficiency decreases (greater VIN-VOUT), as the LED's efficiency increases and the two effects cancel one another out.

The good thing is, the ZLED7020 is a switched mode constant current driver, so the efficiency of the whole system should increase, as the forward current decreases.
 

Offline danadak

  • Super Contributor
  • ***
  • Posts: 1875
  • Country: us
  • Reactor Operator SSN-583, Retired EE
Re: Underdriving LEDs (lower current)
« Reply #6 on: November 15, 2017, 01:44:57 pm »
Yes the curve of brightness vs current is not exactly linear.

But 10% difference, given that human eye is not a linear sensor, probably not significant ?
For indicator type applications.


http://www.telescope-optics.net/eye_intensity_response.htm




Regards, Dana.
Love Cypress PSOC, ATTiny, Bit Slice, OpAmps, Oscilloscopes, and Analog Gurus like Pease, Miller, Widlar, Dobkin, obsessed with being an engineer
 

Offline made2hackTopic starter

  • Frequent Contributor
  • **
  • Posts: 424
  • Country: 00
    • Made2Hack
Re: Underdriving LEDs (lower current)
« Reply #7 on: November 15, 2017, 03:20:10 pm »
Thanks everyone and thanks ogden for the article.

Offline james_s

  • Super Contributor
  • ***
  • Posts: 21611
  • Country: us
Re: Underdriving LEDs (lower current)
« Reply #8 on: November 15, 2017, 06:57:24 pm »
In higher power LEDs the intensity to current graph is even less linear. I have some LEDs that are made to run at 3 Amps and at that current they are only marginally brighter than at 1.5A although the eye is the largest non-linearity by far.
 

Offline Audioguru

  • Super Contributor
  • ***
  • Posts: 1507
  • Country: ca
Re: Underdriving LEDs (lower current)
« Reply #9 on: November 15, 2017, 07:16:15 pm »
Since the sensitivity of our vision to brightness is logarithmic, then half the current looks almost as bright as full current. About 1/10th the current looks half as bright.
 

Offline mikeselectricstuff

  • Super Contributor
  • ***
  • Posts: 13748
  • Country: gb
    • Mike's Electric Stuff
Re: Underdriving LEDs (lower current)
« Reply #10 on: November 16, 2017, 01:14:52 am »
You may see more part-to-part variation as LEDs are binned at specced current, but unlikely to be an issue until you're below maybe 10% of nominal current
Youtube channel:Taking wierd stuff apart. Very apart.
Mike's Electric Stuff: High voltage, vintage electronics etc.
Day Job: Mostly LEDs
 

Offline Zero999

  • Super Contributor
  • ***
  • Posts: 19533
  • Country: gb
  • 0999
Re: Underdriving LEDs (lower current)
« Reply #11 on: November 16, 2017, 09:06:27 am »
Since the sensitivity of our vision to brightness is logarithmic, then half the current looks almost as bright as full current. About 1/10th the current looks half as bright.
Are you sure about the 1/10 of the current, for half the brightness? The eyes may have a logarithmic response, but it's not necessarily log10. I believe it's also dependant on the wavelength, the lighting conditions and whether the eye is dark adapted or not. The peak sensitivity of the eye shifts from green, to the blue end of the spectrum, as it gets darker.

As far as the original question about LED running on lower currents. Some sources suggest, LEDs keep getting more efficient,  as the current is reduces, others say there's a sweet spot between 5% and 15% of the rated current, giving peak efficiency.
http://www.ti.com/lit/an/slyt617/slyt617.pdf
https://www.digikey.co.uk/en/articles/techzone/2011/oct/identifying-the-causes-of-led-efficiency-droop
 

Offline mikeselectricstuff

  • Super Contributor
  • ***
  • Posts: 13748
  • Country: gb
    • Mike's Electric Stuff
Re: Underdriving LEDs (lower current)
« Reply #12 on: November 16, 2017, 01:15:42 pm »
Approx 50% perceived brightness at 25% current.
Youtube channel:Taking wierd stuff apart. Very apart.
Mike's Electric Stuff: High voltage, vintage electronics etc.
Day Job: Mostly LEDs
 

Offline made2hackTopic starter

  • Frequent Contributor
  • **
  • Posts: 424
  • Country: 00
    • Made2Hack
Re: Underdriving LEDs (lower current)
« Reply #13 on: November 26, 2017, 09:32:45 am »
Hello all,

So some test results. At 30 cm, the lux meter app on a phone showed approximately 1400 lux when the led was run at 440mA. The same led run at 1000mA showed approx 2800 - 2900 lux, so not quite 1:1 linear but close.

However, the brightness perception was not that the light was "doubled", perhaps maybe a 1/3 more. Granted this is highly subjective.

I might try as mike suggested around 25% current and see what subjective effect this will have.

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21698
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: Underdriving LEDs (lower current)
« Reply #14 on: November 26, 2017, 09:59:28 am »
I used a logarithmic potentiometer in my dimmable LED flashlight, which feels very natural.

I feel like gamma correction of ~2.0 is most natural (i.e., 1/4 power --> 1/2 apparent intensity) -- a quadratic not logarithmic correction -- but log is better than lin, that's for sure!

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline made2hackTopic starter

  • Frequent Contributor
  • **
  • Posts: 424
  • Country: 00
    • Made2Hack
Re: Underdriving LEDs (lower current)
« Reply #15 on: November 26, 2017, 12:23:55 pm »
I used a logarithmic potentiometer in my dimmable LED flashlight, which feels very natural.
Tim

So, one can use a "Volume" potentiometer used in audio?

Offline cdev

  • Super Contributor
  • ***
  • !
  • Posts: 7350
  • Country: 00
Re: Underdriving LEDs (lower current)
« Reply #16 on: November 26, 2017, 01:53:50 pm »
At lower current some LEDs last much much longer than they do at rated current.

In the past I used a pot, but now the current adjustment on my better (Sorenson) bench supply (which has resolution to 1 ma) to determine an optimal current target individually. LEDs vary enough when underpowered to make that the best way to do it.


"What the large print giveth, the small print taketh away."
 

Offline mercrazy

  • Newbie
  • Posts: 6
Re: Underdriving LEDs (lower current)
« Reply #17 on: November 26, 2017, 02:26:15 pm »
FYI
the ZLED7020 chip is being discontinued at most supply houses.
replacement is PAM2861.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf