leethomason / OpenSaber

Source code, circuits, and documentation for making an Arduino and compatible based light and glowy saber.
40 stars 8 forks source link

Update docs for v3 design! #8

Closed leethomason closed 8 years ago

leethomason commented 8 years ago

Uses the v5 PCB. (The versioning system could be better.)

hybridtheorist commented 8 years ago

Hi Lee, I've run into the 1st question: do you recommend using a DC Input Constant Current LED Driver with the Luxeon Rebel RGB LED? Or is the driver's function already covered by the V5 emitter PCB? Thank you so much.

All my best, Bo

leethomason commented 8 years ago

The V5 circuit uses resistors, not drivers. (Efficiency wise, it's about 80%, compared to a buck-puck with is about 90%. Both pretty good.) The microcontroller monitors the voltage, and adjusts the pulse frequency so that the average current to the LED is 350mA. This keeps the LED from over-heating and keeps the efficiency very high for a resistor approach.

Side note: when I last looked at LED drivers, they had 2 problems: 1) a little too big, and 2) drivers that had a dimmer / control line required 7V. Both were pretty big issues, but I haven't looked at the current gen of driver.

Another side note: Jacob over at Open Source Saber uses drivers if you want to see that approach: http://www.rocket-props.com/the-open-source-saber-project (the LT3476 which looks like it solves both the power and size issue. I don't see a through hole mounting, but interesting option if you don't mind the SMD mounting)

leethomason commented 8 years ago

@hybridtheorist Docs are updated for the current design. Please feel free to file issues on the docs as they come up.