Prop RCB controller
Brian Carpenter
Posts: 728
I know this is nothing new as i have seen it before... somewhere...
I have 48 RGB LEDs. i am making a 'spin the wheel' game for the office.
Currently i have a large 5' diameter that sits on an axle and pillow bearings. The employee spins the wheel to see what he/ she may win. The design has lasted a long time but is now in need of a revamp.
I would like to control each RGB LED independently so i can have them chase either direction or in a random pattern around the wheel.
What piece(s) of silicon would be most beneficial in my project to accomplish the above goals?
I have 48 RGB LEDs. i am making a 'spin the wheel' game for the office.
Currently i have a large 5' diameter that sits on an axle and pillow bearings. The employee spins the wheel to see what he/ she may win. The design has lasted a long time but is now in need of a revamp.
I would like to control each RGB LED independently so i can have them chase either direction or in a random pattern around the wheel.
What piece(s) of silicon would be most beneficial in my project to accomplish the above goals?
Comments
There are other LED controllers. This one handles 16 channels and provides for constant current to the LEDs. You'd need 9 of these.
http://www.ti.com/lit/ds/symlink/tlc5952.pdf
But you should also look for pin spacing you're comfortable with with like 1.27mm vs 0.65mm for size 'e'
But making you driver using regular 595(soursing) and 6595(or single n channel mosfets for sinking) and 144 resistors may be more fun.
Do you need full individual control of each led? or could each quarter of a circle be mirrored (common practice in game show displays)
And you could multiplex by using 36 sourcing ic pins with 4 sinking mosfets for a 25% duty as that will cut down on parts.
There are now "addressable RGB led strips" for about $20-30/meter. These have about 32 led strips per metre, or 160 along a 5m length. They are flexible and some have double sided adhesive. Every led can be set to at least 8 colours, and many have 24 bit colour control. They need 3 or 4 prop pins to drive them using the props 3v3 logic, and a beefy 5v supply.
I have prop code for the Adafruit and Sparkfun addressable RGB varieties which I'm happy to share if you need.
been out of town so sorry for the delay. Please share.
I've uploaded a new object for the Sparkfun addressable RGB strip (COM-10312).
It cycles a simple pattern through the 32 LEDs
The object is here
If you have any questions, please ask.
The Adafruit strip is not as advanced (8 colours instead of 16 million) ,but I'll do an object for it too, later.