Re: High brightness white LEDs damaged by custom switcher




<miso@xxxxxxxxx> wrote in message
news:1178400948.897551.99850@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Just so I'm reading this correctly, you are not paralleling strings of
leds. That is, you only drive one string of leds. If that is not the
case, I would expect problems.

When I think of the effort it takes to make a bullet-proof DC/DC chip,
I just shake my head at the idea of doing it in software. In a chip,
events take place simultaneously, while a uP is a step at a time using
polling.


The LEDs are in series, so all see the same current, and the voltage
required is about 26 VDC for 7 and 49 VDC for 13. The PIC can respond to
certain events within a few microseconds, by using interrupts. The
difficulty is in generating the interrupt signal outside the PIC. That is
why I plan to put a transistor on the current sense to detect an
overcurrent. I could also add a similar circuit to detect output
overvoltage, and generate the same interrupt.

The first thing to do is disable the PWM output, which can be done in a few
clock cycles. Less than 1 uSec for an 8 MHz clock. Then the A/Ds can be
used to see what caused it, and act accordingly. All three analog inputs
are now read within 1 mSec, but could be within 60 uSec. The A/D can make a
reading in 18 uSec.

As long as the external circuitry has a sufficiently slow response, I don't
see any problem implementing a switcher with a PIC. The real advantage is
that the hardware can be built in a simple, straightforward way, and then
changes can be implemented in PIC code. As requirements change, the same
circuit can be used with little or no change, and the PIC can be reflashed
to the new parameters.

I think the PIC is perfectly suited to this application. It may not be so
for situations where the input voltage may change suddenly, or output loads
are constantly changing. The main problem here seems to have been
identified, and several possible fixes should eliminate it. Extensive
testing should prove that.

Thanks,

Paul


.



Relevant Pages

  • Re: High brightness white LEDs damaged by custom switcher
    ... The desired 700 mA is reached in about 300 uSec, and the first 100 uSec is used to pump up the voltage of the 47 uF output capacitor. ... The circuit is certainly capable of generating enough current to damage the LEDs, ... The PWM starts at 0, and can only increment by about 1/63 per mSec, so it should take at least 30 mSec for the PWM to reach the 45 or 65% level needed for the target output current. ... I will probably want to change the sense resistor to about 0.68 ohms so that it will only trip over about 1 ampere, ...
    (sci.electronics.design)
  • Re: Cost of electricity for light dimmer
    ... >> I was reading some promiotional stuff on the Lumileds website. ... >LEDs for light seem to come up a lot - I very seldom see an incandescent ... You get a lot more efficiency from LEDs making *colored* light because ...
    (sci.electronics.components)
  • Re: Cost of electricity for light dimmer
    ... >> I was reading some promiotional stuff on the Lumileds website. ... >LEDs for light seem to come up a lot - I very seldom see an incandescent ... You get a lot more efficiency from LEDs making *colored* light because ...
    (sci.electronics.basics)
  • Re: Connect 36 volt battery to an ordinary 120V household lightbulb?
    ... including reading some of your ... comments about LEDs and of course David's comments, ... Coleman spotlight. ... Acid battery will work in a fanny pack, ...
    (sci.electronics.basics)
  • Re: Cost of electricity for light dimmer
    ... >> I was reading some promiotional stuff on the Lumileds website. ... >> pointed out that the white LEDs have the advantage that they can be ... >> don't have the disadvantage of incandescents that as they are ... >> the amount of light per watt diminishes. ...
    (sci.electronics.basics)

Loading