I am looking for a schematic for a simple LED boost driver that I can play with, not a PCB layout, sorry if I wasn't clear.
Thanks
As George points out, that's a tall order. The chips specifically designed for LEDs are all (AFAIK) surface mount, high frequency parts not suitable to 'play with'. The ones not specific for LEDs aren't constant current...
These days it seems you have to put in a lot of design work before you ever touch a part or a soldering iron:sigh:.
Still, you might have some luck with an LM2577 (
www.national.com). It's designed as a voltage regulator, but you could use it to generate say 12V, then use a resistor to control the LED current. That design isn't super efficient, but is more amenable to playing with than most other circuits. Operating at only 52 kHz, it's more tolerant of poor layout, but short wires and solid connections are still a must.
An improvement to the current setting resistor would be to use the adjustable voltage version of the chip, and (looking at the typical application on page 3 of the data sheet) replace R1 with the LEDs, and select R2 to adjust the output current. This would give you a true regulated current. Since the regulator wants the voltage across R2 to be 1.25V, you can select the current by:
R2 = 1.25/I, where I is the desired current in amps.
You could improve the efficiency by using a lower value of R2 and an op-amp to amplify the feedback voltage to the IC, but that's a longer discussion.
Hope this helps.
Don