IEE Clock

The IEE clock looks somewhat un remarkable at first glance. Upon closer inspection though, you’ll find out that there are 12 light bulbs crammed in there for each digit. The bulbs sit behind a curved lens with the numerals on it. When the appropriate one is lit, it projects the number on the front of the clock. While it isn’t new, it is certainly new to us. It is also interesting that you set the time by rotating the little dial on the top right. While it may be easier to set the time that way, it seems that it would be prone to getting nudged on accident.

[via the Hackaday Flickr pool]

Clock Hides Time Until You’re In Close Proximity

[Alan] is branching out beyond the Arduino with this clock. He’s still using the same code but built this board around an ATmega328 and the components he needed, saving his Arduino board for further development. The concept uses a character display housed in an old iPod Touch case. The build relies on an infrared sensor to actuate the LCD backlight. The closer your hand is the brighter the light.

The Maxim DS3232 RTC chip keeps time in this application. We’ve seen this little marvel used before, popular because it uses temperature compensation to maintain accuracy. If you’re interested in this part, check out the library file that [Alan] wrote for it.

Logic Clock Without An On-board Oscillator

[Lucassiglo21] developed this logic clock without using a crystal oscillator or a resonator. Instead, he’s letting the incoming electricity keep the time for him. The supply is AC at 50 Hz so he’s using some 4017 decade dividers to reduce that down to a 1 Hz signal. From there it keeps track of the ticks just like the last digital logic clock we saw.

If you’ve used AC line frequency as the clock source in your project we’d like to hear about it. Send us a tip and make sure your writeup includes a schematic. We’re especially interested to see if anyone has a good way of using this method with inexpensive microcontrollers.

Clock Sans-microcontroller

This clock requires no microcontroller. It’s actually a digital logic counter that functions as a timepiece. [BlackCow] used six decade counters to track seconds, minutes, and hours. The output is displayed on four 7-segment digits using BCD-7-segment decoders that you can learn about in our binary encoded decimal post. The actual timekeeping is done by a quartz clock circuit he pulled from a Mickey Mouse clock. This would be a perfect circuit to build in a digital logic simulator, just follow the schematic and learn as you go.

POV Clock Inside Acrylic Block

This gorgeous persistence of vision clock was built a couple years back by [mb1988]. The housing is made of acrylic with a hard drive motor mounted in the center of the back panel to spin a PCB. The two-sided circuit board is home-made and includes a battery for power, ATmega32 for the brain, 32 LEDs, four display drivers, and a real time clock module. The spinning hard drive motor is nearly silent and already has threaded mounting holes on it. [mb1988] uses an optoelectric sensor to sync the display with the rate of rotation. The forum post includes download for the code and hardware details. Don’t miss the demonstration after the break.

Continue reading “POV Clock Inside Acrylic Block”

Pure TTL Based Clock

We’ll just say, [Kenneth] really likes clocks. His most recent is a pure 7400 series TTL based one, ie no microcontroller as seen in the past, here, here, and here. The signal starts out as a typical 32,768 crystal divided down to the necessary 1Hz, which is then divided again appropriately to provide hours and minutes.

As far as TTL clocks go, this is nothing too original; until it comes to his creative button interface. By using a not as sexy as it sounds multivibrator, he can produce a clean square wave instead of the figity signals produced from buttons to advance and set the time. Like always, he also provides us with a thorough breakdown of his clock, after the jump. Continue reading “Pure TTL Based Clock”

Tube Clock Database

[youtube=http://www.youtube.com/watch?v=75Yl9hyPFRE]

[Brian] wrote in to show us a site he’s been working on for a while. He’s been building a tube clock database. We didn’t realize there was actually a big enough draw for such a site, but we have to admit that we spent more than a few minutes browsing through the different clocks. There isn’t a ton of data for each clock, but there are links to individual project pages wherever available. There is also a growing amount of information on the different components themselves, so submit any data you have that he’s missing to help flesh it out.

The video above wasn’t chosen for any reason other than it is quite stylish.