Electronic – Improving load regulation on voltage regulator

ledvoltage-regulator

Basically, I'm building a device that powers a number of LEDs; each LED needs to have as consistent a power as possible (each eats 25mA at 3.3V) across the number of LEDs being lit up.

I'm using a L78L33C 3.3V regulator drawing from a 5V wall wart to supply power to the LEDs but I notice that each L78L33C has a load regulation of 60mV from 1mA to 100mA.

Since I need each LED to have extremely consistent brightness (+-20mV), I'm worried about the 60mV dropout.

Is there any way to ensure the power output for each LED stays exactly the same regardless of the number of LEDs I'm powering? Will putting multiple L78L33C in parallel with the LEDs help?

L78L33C datasheet: Here

Best Answer

  1. Dropout voltage on the 78L33 is 1.7V. You are right at the limit. If the 5V drops just a tiny bit, that will be reflected in your output voltage.

  2. The load regulation of the 78L33 is 60mV. If that is too much for your application, you need a better regulator.

  3. LEDs are current driven. You ought to be regulating the current to each LED. You need a constant current source for your LEDs to ensure each gets the same current.

  4. Even perfectly matched LED currents won't guarantee perfectly matched LED brightness. You'll either have to select LEDs that deliver the same brightness (test and measure LEDs for brightness) or you need to regulate the current with feedback from a light detector (photo diode or photo transistor or other sensor.)


If you just want a uniform brightness for lighting (eyeball uniform) then controlled current with all LEDs from the same model ought to do.

If you need brightness matched for some kind of precision measurements, you'll need to go with current controlled with feedback.