Equinox Clock

For RTC breakouts, etc., use the Other Products from Adafruit forum

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
bradk
 
Posts: 20
Joined: Mon Jan 04, 2010 7:24 pm

Equinox Clock

Post by bradk »

Lady Ada --

Please, please, please tell me you're in contact with Bram to work out terms so you can make kits of the Equinox clock (similar 'license' to TV-B-Gone.)

This is a beautifully executed clock and I'd love to own one. Unfortunately, it doesn't appear that Bram is selling them.

A kit would be a nice alternative to nothing!

Brad

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Re: Equinox Clock

Post by adafruit »

its beautiful! we dont have any plans right now to make this clock but we'll check it out. it would be quite a project with so much wiring!

erikd
 
Posts: 25
Joined: Tue Jul 06, 2010 8:16 pm

Re: Equinox Clock

Post by erikd »

WOW! That is a cool clock. Reminds me of the one I built in college using logic chips. Actually, being connectorized and daisy chained the wiring wouldn't be so bad.

User avatar
adafruit_support_bill
 
Posts: 88090
Joined: Sat Feb 07, 2009 10:11 am

Re: Equinox Clock

Post by adafruit_support_bill »

You could probably reduce most of that wiring to 6 - 60 degree sectors of circuit board with edge-mounted LEDs.

User avatar
stinkbutt
 
Posts: 593
Joined: Wed Feb 17, 2010 2:40 am

Re: Equinox Clock

Post by stinkbutt »

How's this for a solution?

You could implement, say, 60 LED's driven with an octet of shift registers. Drive 8 shift registers with 8 output pins apiece and you can control 60 (64, actually) LED's. Implementing brightness and the fading (where certain LED's in the center are brighter than their counterparts on the sides) is just a matter of PWM. I'm not sure how many pins that would require. It's either 16 (one serial and one clock) for each, or 9 (one serial each and one common clock.) I don't know if you can get away with one common clock.

I suppose if PWM over serial is too clunky you could implement it using an 8x8 charlieplex instead, but the charlieplex would require 16 pins as well.

Once you establish control over the 60 LED's, the rest of the effort is centered around

a) implementing a clock, and
b) choosing the presentation.

That is to say, choosing whether you want the blue or the red LED's, whether you want a dark background with bright "hands" or a bright background with dark "hands," etc... Bookkeeping entries, that aren't too terribly interesting, though will probably cost 10x as much time in the debugging.

I suppose if you want multiple colors you're multiplying the number of pins you need by another ugly number. RGB LED's mean you need to control 180 cathodes instead of 60 which probably means you've no bloody choice than to cascade multiple shift registers into each other. The LadyAda comments in the partselector page suggest that's possible but as for pulling that off: BANNED if I know.

Locked
Please be positive and constructive with your questions and comments.

Return to “Clock Kits (discontinued)”