RGB LED Shield kit now available

I did something similar about a year ago:

There didn't seem to be a lot of interest in the board though so I never sold any. I'm curious how your kit will do.

I'm wondering though why you used the TLC5490 chips. At $8 each (from seeedstudio), that would be $24 of the $35 price tag. My design uses 11 Arduino lines to control the LEDs (for your 16 LEDs, I'd need 14 lines). I have interrupt-timer based firmware so controlling the LEDs is similar to how you described yours.

If you don't want to tie up 14 lines and do the work in software, why not put a daughter ATmega on the shield? A $4 ATmega plus 6 transistors vs $24 in driver chips seems like an easy choice. You could knock it from $35 down to $20 and still make more off each one.

When we made the original design, we did an order of several hundred TLC5940 chips from Digikey, bringing the price down to under $4 a chip, much less than Seeed's one-off pricing.

The TLC5490 chip has a very nice property of being able to do PWM directly from the driver. It also runs all of the LEDs simultaneously, allowing much greater brightness than Charlieplexing. This design allows you to do a lot more computation or control of other devices while still running the LED display. You also can add another 16 LEDs without expanding the number of Arduino pins you use. You also can run higher power LEDs using a separate power supply, as the TLC chip works by sourcing power to ground, rather than supplying power to the LEDs. If you were doing some sort of art display, this is a good driver.

So far, it looks like half of the original stock of 20 kits have sold, so it looks like there's some demand. I've also sold about a dozen of the previous boards before Seeed offered to do the kit.

It also runs all of the LEDs simultaneously, allowing much greater brightness than Charlieplexing.

Who mentioned charlieplexing? It's a cute technique but much too low duty cycle for anything non-trivial. I've done tests and find that 10-15% duty cycle looks almost as bright as 100% duty cycle and saves a lot of power. So I don't see the 33% duty cycle I'm drving the LEDs at as a problem at all (or the 16% duty cycle for 16 RGB LEDs). In testing, I lowered mine to 20% while trying to get the red, green, and blue consistant and it still looks full brightness.

Even with a flashlight project I'm working on, I'm driving the luxeon LED at a lowish duty cycle at higher current. It's saving battery life, looks brighter, and the LED doesn't get as hot.

Well the kit arrived this morning and I'll be building it in a little bit.

Looking forward to having a play!

I'm sensing bad vibes. Time for some chocolate !

Couldn't you upgrade the boards to use TLC5947 ? They have an internal PWM clock. I don't think phase drifts between the individual R,G,B PWM signals matter much for just RGB LEDs.

The advantage of the TLC5940 over the TLC5947 for a kit like this is

  1. the 5940 is available in a DIP package, making it easier to solder. The original workshop this was based on was building the circuit on a breadboard, so the surface mount part just didn't work

  2. the 5940 seems to be much more available. I only found one source for the 5947 on Octopart.

Basically, the original purpose of the board was to have a way for people who took the original HTINK workshop to make a more permanent version of their breadboard circuit.

Finally found some time and got it working! (I had managed to rip out a couple of tracks with my terrible soldering skills)

I'm now having fun playing with colours and patterns...

I'll post some video as soon as I find some more time.

Easty.

Are you going to be making new versions of this device?

I may make a new revision in November that does a multiplexed output and uses only one TLC5490, although my personal need for that is less now that the Rainbowduino exists and works very well.

Hi, look nice, could you post a video of it doing something :wink:
Thanks

See LED RGB Shield Nightlight - YouTube and RGB LED Shield 1.1 running Color Box Pattern - YouTube for some samples.

WOW thanks, as i am with DMX this look nice
Thanks

Good Product :stuck_out_tongue:

Hmphh. After finally getting round to looking at doing a laser cut cover for this (thanks easty) I realised there are no mounting holes! Arghh.

Please will everyone stick mounting holes on boards. Preferably so they line up with the ones on the arduino but for some things this is not possible/necessary.

I will be cutting a kinda bezel for it but mounting holes in any future versions would be nice :slight_smile:

Mowcius

I never thought about mounting holes. Sorry! I'm probably not going to do a revision to this one, and my next kit is designed to directly plugin to a USB port. I'll see if holes make sense there.

Sorry! I'm probably not going to do a revision to this one, and my next kit is designed to directly plugin to a USB port. I'll see if holes make sense there.

Ok :wink:

Mowcius

I've an order placed now for 4 weeks for some TLC5940's - seems they are hard to come by in the UK :frowning:

I think they're hard to find anywhere... TI doesn't seem to be making a lot of the DIP-packaged version. For my next kit, I'm going to use a single TLC5947 in surface mount format to drive just 8 LEDs, but it will be directly powered and controlled from a USB port and setup to stick out the back of a desktop, laptop, or Chumby to do dynamic ambient lighting.

Yeah I looked for the TLC5940's also, seeedstudio has 13 in stock $7.90 a each. If you don't need 120mA sink, you could go with the TLC5941. Only big difference is it can only sink 80mA. They are just over $4 at Mouser.

Seeedstudio Link:
http://www.seeedstudio.com/depot/tlc5940-16channel-led-driver-weeprom-dot-correct-grayscale-p-215.html

Only problem with the 5941 is that it's not available in DIP form, so it's harder for breadboard with.