Keep it simple and stupid...
Ramboman
Posts: 101
I am building a light ball using 60 rgb leds.
Very easy with only one prop-usb and a 10*(6*3) matrix multiplexing, using the 28 available pins.
It works, but 3.3v is very low for the G and B parts of the leds... current is 1.5mA only.
How can I increase the output voltage to 5V or more with a minimum amount of components ?
Thanks
Very easy with only one prop-usb and a 10*(6*3) matrix multiplexing, using the 28 available pins.
It works, but 3.3v is very low for the G and B parts of the leds... current is 1.5mA only.
How can I increase the output voltage to 5V or more with a minimum amount of components ?
Thanks
Comments
Cheers
Richard
OK, developing that idea: Use a 4V supply and use a forward biased diode to raise the Prop's ground about the LED's ground. I'm presuming the multiplexing transistors are NPN to ground driving LED cathodes. To switch off the transistors properly you'll need to tri-state the pins controlling their bases I suspect. Hopefully the diode drop will prevent more than a diode-drop below Prop ground on any prop pin...
Difficult to change on a prop-usb...
May I have some drawing ?
Thanks
-Phil
To be clear... the rgb leds I use have four wires : a common cathode and three anodes
The sixty leds are multiplexed... ten goups of six (times three colors)... without additional circuits... place in the balloon is limited
Very easy to program in spin using two cogs
So at one time the cathode is tied to the ground (one pin) and the anode to 3.3V (another pin)
My problem is to rise that 3.3V to 5V.
For another project, a 8*8*8 led cube, I used shift registers... I have no place...
Thanks for your help
Without adding to much space... I add 74HC245 buffers... input 3.3V from the prop... output 5V...
Any comment ?