0

Please help with finding an energy-efficient LED driver circuit for 2 AAAs(all the way down to 2V), for example for this LED: http://www.mouser.com/catalog/specsheets/Plessey_PLW138003%20adv%20PI%20180314.pdf

It has to be: 1. Cheap 2. As few parts as possible 3. Energy-efficient

ocrdu
  • 8,705
  • 21
  • 30
  • 42
Jim
  • 81
  • 6
  • This off-topic - recommendations like this usually are. – Andy aka Jul 23 '14 at 07:16
  • 2
    This question appears to be off-topic because it is not a specific design question. – Leon Heller Jul 23 '14 at 07:16
  • 1
    Would somebody like to suggest how this question could (possibly) be usefully improved? | I read it as "I am seeking to build a cheap and efficient LED driver that will operate from X y Y voplts and drive LEDs like this example." What then SHOULD it say.? – Russell McMahon Jul 23 '14 at 07:51

2 Answers2

3

(1) Processor pin or similar drive

If a processor or other device was available with enough current drive and a rail to rail square wave (which some 6th sense [tm] suggests to me may be the case in this case) then a simple diode pump from a single pin may suffice. This could be driven from any point with a rail to rail rectangular wave present with a suitable mark space ratio range plus drive capability as above.

schematic

simulate this circuit – Schematic created using CircuitLab

VLED max ~+ 2 x V+ - 2 x Vdiode_drop.
At V+ = 2V, VLED max = 2 x 2 - 2 x 0.3 = 3.4V.
Many modern White LEDs could be operated from this voltage.

As an indication of what could be achieved, an LED rated at say 150 lumen/Watt and with 1 mA LED current would make about 3V x 0.001A x 150 lumen/Watt ~= 0.5 lumen. If this light was distributed evenly over an A4 sheet (hard to do evenly) then light level = 0.5 Lumen (0.21 m x 0.3m) = 8 lux.
At 2.5 mA LED current illumination level rises to 20 lux over an A4 sheet and text and colour pictures would be easily read by most (despite what many text books say.)

LED current can come in pulses as long as the frequency was high enough to avoid LED flicker and as long as peaks of capacitor discharge current does not over-stress the LED.


(2) Asian (or other) IC.

This circuit meets your spec rather well.
The main qualification is availability of the IC in Western markets.

The IC is available as a
QX5252F (TO94 pkg (similar to TO92 but with 4 leads)) and
QX5252E in a DIP pkg.
The 5252x operates from a single NimH or NiCd cell and the 5253x is the same but operates from 2 cells. The latter would be best suited to your spec.

The DIP version adds variable light level sensitivity when used as a solar lamp controller.

The IC costs around 10 cents in modest volume in China and probably a few tens of cents in 1's.

enter image description here

Features include

  • LED driver.

  • Brightness level set by inductor value

  • Internal PV isolation diode and switch MOSFET so ...

  • Total circuit comprises IC, LED, inductor, battery.

  • The IC goes into shutdown mode when Vin is above a preset voltage and drives the LED when Vin is below a preset level. This feature is used to provide auto turn-on turn=-off lawn light control. SBAT can instead be used as an enable line or tied low for permanent operation.

From memory efficiency is in the 85% region -= better than many informal circuits.


(3) From the archives ...

enter image description here

from this stack exchange question is a good start.

This circuit will flash an LED of any colour and forward voltage (or potentially even several LEDs in series) or will pulse a load using one cell - probably about 1 volt will be enough to operate it. I "designed" this circuit but it is based on a design that has not only long been used in transistor form but existed in pre-transistor thermionic valve days and, while I have never seen it used elsewhere, I would be surprised if it has not been independently "developed" by many other people.

As shown Q1 collector is driven negative below ground when Q1 turns off until energy in L1 is dissipated. Swap ground and supply and transistor types for +ve supply.

Add diode from output to use as a DC supply.

L1 - small potted "resistor like" inductor or many others - experiment.

Q1 Q2 - almost any "jellybean" small pnp & npn transistors.

C1 polarised only to get high capacitance per size.
Can be eg ceramic if capacitance high enough for needs.

Use only either LED2 (best) or LED1 at one time.

Use either LED2 (most efficient) or LED1

Time constant ~= R2 x C1.

Long time constant leads to discrete flashes.
Short time constant produce apparently permanently on LED.
Use resistor between Q1b-Q2c for higher supply voltages.
Resistor in series with C1 will extend pulse length.

More soon ...

Russell McMahon
  • 147,325
  • 18
  • 210
  • 386
1

This question is basically the description of a Joule Thief It hits all three of your requirements.

  • 1
    This is not a "complaint" of any sort - just a comment: As a general rule, "Joule thief" circuits are abysmally inefficient. I don't claim that the one in my answer is necessarily more efficient - efficiency will depend on implementation. 'My' circuit has one more cap than the Joule thief circuit shown but has a single winding inductor. – Russell McMahon Jul 23 '14 at 07:34
  • Thank you for the direction, I was not sure of the proper nature of the direction the answers were to take. When I read the question, It just clicked. I'll keep them more detailed in the future, in the same vein I would like the questions I ask to be answered. Comments understood. – Enemy Of the State Machine Jul 23 '14 at 07:40