16 Channel constant current sink

I have knocked up a couple of surplus boards with STP16CP05 16-channel constant current sink LED driver shift registers on them. They're configured for 20mA sink at the moment, but they can be modified (change a resistor) to up to 100mA per channel - great for driving lots of really bright LEDs.

http://www.ebay.co.uk/itm/191009620140

It uses the same shift register protocol as the 74HC575 shift registers, but you don't need to worry about calculating resistors and such - as it's constant current, resistors aren't needed.

You can run the board itself off anything between 3V and 7V, so perfect for an Arduino at 5V. If you only want 1 LED per channel you can just drive them direct from the convenient 16 pin headers (outer row = anode = Vcc, inner row = cathode = switched constant current sink). However, the LED sinks can cope with up to 30V, so you could chain multiple LEDs together in series and run them from a higher voltage!

You can also chain multiple boards together, just like with the 74HC575 shift register - data in and data out ports are provided to simplify it for you.

As I say this is just a few surplus ones, so grab one while you can. However, if people like them I will produce more of them.

Good stuff.

I've used two series connected STP16CP05 chips (or a compatible chip) to drive my 5x5x5 blue LED cube. Their constant current outputs made the design a lot simpler in that it saved using 25 resistors. Also one could easily adjust the two current setting resistors after construction to 'tune' the brightness for best desired effects. They cost a little more then normal shift registers but make up for it in simplicity of design and saved board space.

Lefty

retrolefty:
Good stuff.

I've used two series connected STP16CP05 chips (or a compatible chip) to drive my 5x5x5 blue LED cube. Their constant current outputs made the design a lot simpler in that it saved using 25 resistors. Also one could easily adjust the two current setting resistors after construction to 'tune' the brightness for best desired effects. They cost a little more then normal shift registers but make up for it in simplicity of design and saved board space.

Lefty

Also, as they can be driven at up to 30MHz, with a more powerful system (like a Due) you can, using interrupts and hardware SPI, create 8-bit PWM simply enough, so each of the 16 channels can have its own brightness.