Strobing very high power LEDs

led

I want to strobe a typical Chinese 100W LED chip on about a 20:1 ratio so that I only use a little over 5W of power. This is so a camera system can get a colour picture at night so a noticeable flashing isn't a problem.

I'm thinking of having a 33V PSU that charges a capacitor up and then this is discharged into the LED until the voltage drops enough to turn the LED off, whereby the cycle will repeat.

Has anyone flashed these LED chips and know what speeds they can be flashed at and still give full power ?

Best Answer

Nah, don't bother charging and discharging a cap like that. Just PWM it after the cap. The LEDs will be fine. Get a power supply of the right voltage, add a nice big cap at the output to reduce ripple in the power supply, then use a decent MOSFET transistor driven by some sort of PWM controller. Either high side or low side will work, but one may be a little more straightforward to implement. Generally low-side is easier to implement when you have to control something that runs at a higher voltage than the control logic. An Arduino could generate a PWM signal, or you could build something out of discrete logic or analog components (e.g. ramp generator and comparator). Doesn't really make too much difference.