I am stuck thinking of a way to drive 180 LED's! I have been drawing up a schematic with a bunch of TLC5940 IC''s, but I have encountered a problem when wiring them up. I would like to clock to be able to connect to an NTP server via ethernet. I want to base the clock on the Freetronics EtherTen. My problem is that all the schematics I've looked at all use the same pins as the ethernet module on the etherten. I would like to know if I could just move the TLC5940's to different pins or whether I have to find a different IC, I considered the 74HC595's.
Any other input or ideas are welcome!
Thanks,
Zac
Just use addressable leds?
You could run then all from one pin with no additional hardware that way.
Tim.
--
You received this message because you are subscribed to the Google Groups "Robots & Dinosaurs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sydney-hackspa...@googlegroups.com.
To post to this group, send email to sydney-h...@googlegroups.com.
Visit this group at http://groups.google.com/group/sydney-hackspace.
For more options, visit https://groups.google.com/d/optout.
Actually I have a bunch on small pcbs too... Let me know roughly how many you need?
--
Zach the WS2812 addressable LEDs have a 3.5-5v input, and a data line that connects to the Arduino. You can control all the lights in the strip from that one pin. Any color, any brightness. The strip is great to work with but you can only bend it the one way. That may or may not be the way you need :)
Have a look on aliexpress, there are all sorts of different configurations. Any old Arduino should be able to run 250+ lights with a good refresh rate using this method.
On paper, they look horrible to power but in practice they aren't that bad. Whilst they can consume 60ma each, they only do that when displaying white, any other color consumers 20ma. For your clock it sounds like you'll only ever have 3 on at once anyway, so power consumption will be tiny.
Tim.
I've been using these SparkFun WS2812 LEDs a fair bit. They're great to work with, but to be honest if you're talking about 180 of them the price is a bit scary. Maybe you'd consider using a single ring of 60, and just using a different colour for each hand? Combined with a digital display in the centre it shouldn't be hard to deduce what the colours mean.
Wiring up addressable LEDs isn't too bad. For this you could laser cut a clock face design and glue the LEDs in place. Connect all of the +5V legs together, then all of the ground legs together so they're all powered in parallel from a 5V supply. Then start at one end and connect DOUT from the first LED to DIN on the second, and so on. DIN on the first LED connects to the signal pin on your Arduino.
I did this recently for a grid of 24 LEDs to make an annunciator panel. The back doesn't look too scary. Red for positive voltage, black for earth, and the blue wire is the signal line.

The way to do it with regular LEDs would be with MAX7219 driver ICs. A single MAX driver can handle 64 LEDs, so it kind of makes sense to have each driver control a single ring. And they can be daisy-chained together, so you'll end up driving all 180 LEDs from a single pin of your arduino.
The most confusing part of dealing with these is that your LEDs form a logical grid. Translating that to LEDs physically arranged differently is a bit of a challenge - you'll want to spend some time breadboarding different arrangements of 8 or 16 lights to get a feel for how it needs to be wired.
On 2015-10-08 19:38, Zachary Austin wrote:
Another recommendation is an LED driver like this:
http://www.ti.com/product/tlc5916
It's daisy chainable, meaning you can just keep adding units to the end. The data is shifted in on two pins: data and clock, abs you can shift in the data for all 180 LED's and then strobe the load pin to change the output of all the LED at the same time. Do you only need 3 control pins.
Also, by sending special commands, you can change the brightness of the LEDs. The voltage for the LEDs can be different from your Arduino.
It's a neat little chip.
If you hated life :)
You can buy those little breakouts unsoldered as well.
yeah, you could get smd (not as scary as you think)
or thruhole
180 will cost you $35 and give you 20 spare.
having said that, i havn't used apa106 which has the awkward timing thingy that the ws ones have.
but the arduino addressable library still supports them AFAIK
or you could got the classic ws2812 style, 200 for $30
we have a solder oven at the space. if i can use it then anyone can.
Kris
To unsubscribe from this group and stop receiving emails from it, send an email to sydney-hackspace+unsubscribe@googlegroups.com.
To post to this group, send email to sydney-hackspace@googlegroups.com.
Visit this group at http://groups.google.com/group/sydney-hackspace.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Robots & Dinosaurs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sydney-hackspace+unsubscribe@googlegroups.com.
To post to this group, send email to sydney-hackspace@googlegroups.com.
Visit this group at http://groups.google.com/group/sydney-hackspace.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Robots & Dinosaurs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sydney-hackspace+unsubscribe@googlegroups.com.
To post to this group, send email to sydney-hackspace@googlegroups.com.
Visit this group at http://groups.google.com/group/sydney-hackspace.
For more options, visit https://groups.google.com/d/optout.
--
--
You received this message because you are subscribed to the Google Groups "Robots & Dinosaurs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sydney-hackspace+unsubscribe@googlegroups.com.
To post to this group, send email to sydney-hackspace@googlegroups.com.
Visit this group at http://groups.google.com/group/sydney-hackspace.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Robots & Dinosaurs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sydney-hackspace+unsubscribe@googlegroups.com.
To post to this group, send email to sydney-hackspace@googlegroups.com.
Visit this group at http://groups.google.com/group/sydney-hackspace.
For more options, visit https://groups.google.com/d/optout.
How big are the pieces of timber at the space for use in the laser cutter? I have made the outline of the base that holds the LED's. The outline circle is 292mm. Is that too big for the timber available?
Thanks