LED Design – Driving a LED from a Wide Ranging Input Voltage

designledpower supply

I have been working on a small linear power supply, capable of regulated output between 2V to 30V, using the LM338 IC. For the most part it is a simple implementation taken straight from the datasheet.

I want to include a "power" LED on the board indicating when the board is live. The LM338 requires the input voltage to be ~5V above the output voltage. This means that the input power may vary depending on usage scenario from approx. 5V to 35V. I'm not sure what the best way to drive a power LED on the board given this wide ranging input voltage.

Apparently the 7805 5V regulator can tolerate up to 35V input, which would provide a 'known' voltage to drive an LED from. However this seems a little overkill/expensive and would probably have heat issues. I don't think I can use a large resistor either as at lower voltages the LED would not illuminate or be very dim? I did wonder about a constant current LED driver but could not find a suitable part.

I would appreciate some design suggestions on how to include a 'power on' LED in my design bearing in mind the wide input voltage range. Thanks

Clarification Edit: My power supply board has a three way header and 2-pin jumper to change the operating mode from either (A) fixed voltage or (B) adjustable voltage. For the fixed voltages, such as 3.33V, 5V, 12V, a piano DIP switch is used in conjunction with various 0.1% or 1% resistors. For the adjustable voltage operation, the jumper connects the LM338 ADJ pin through a 5K linear potentiometer.

Best Answer

Assumption: The requirement is for a "regulated power available" indicator, rather than merely a "mains supply on", since the latter would not be affected by the variable voltage of the power supply as mentioned.

LEDs are essentially current-driven devices, not voltage driven. As long as the supply voltage is at least as much as the rated forward voltage of the LED (plus any headroom for current regulation circuitry), and the current through the LED is regulated to a desired value, the LED will be lit at a constant intensity. Typical indicator LEDs commonly are designed for 20 mA current, but will work excellently at 10 mA.

The easiest way of obtaining a constant illumination from an LED across a wide range of supply voltages, is to use a constant current driver circuit.

This can be made using, for example, an LM317 as a constant current source:

schematic

Alternatively, use a constant current 2-terminal device such as the SuperTex CL220 or CL2, simply wired in series with the LED. In other words, it is as simple as using a current limiting resistor with the LED, just with one of these parts instead of the resistor.