Hard Drive RGB Clock

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

We’ve brought you an HDD clock in the past, but [mb1988] tried to bring his project to another level by fully documenting it (in Polish). Inspired by [dzgdzzh]’s version of the same invention, [mb1988] decided to reverse engineer it (as well as make a few changes) and base it on the powerful ATmega128. Since this clock, along with most HDD clocks, can only display solid lines of radii, it cannot be used to display text. However, color schemes and animations can be toggled using a remote control. The housing itself is also pretty impressive. The back part of the enclosure was molded out of Rayobond, while the front was simply the original HDD case but spray-painted black and etched with some original artwork. The source code, schematics, and PCB layouts are freely available to download on the project’s thread, but you will have to login to the forum to  access them.

Single Tube Nixie Clock

[youtube=http://www.youtube.com/watch?v=a-7QAWshEXo]

This single tube nixie clock cought our eye today. After receiving an IN-8 tube from a friend, [Trax] wanted to find some project to show it off.  He decided on an art piece that doubles as a clock. Tastefully mounted in a simple wooden box with a pretty inlay, the tube is lit from below with a green LED that pulses every second. A single button, located on the back, out of view is pressed to request the time. You can see the time being displayed on the video above. To see the guts and read about how he’s using the PIC16F84’s built in clock to keep track of time, check out his site. Even though this is a Nixie, it reminds us of the Decatron kitchen timer we saw recently.

[via Hacked Gadgets]

Open-Frame Digital Clock

numitron22

Here’s an interesting project from several years ago. The clock design itself isn’t too noteworthy, but the construction is definitely inspired. You’ll notice that there is no breadboard or PCB, the frame actually is the circuit. The tubes he’s using are Numitron tubes,  which aren’t as high voltage as Nixies or even VFDs.  This means that there is only 12V maximum going through the exposed rails. He discusses some possible future upgrades such as LED or Nixie or VFD, but since this project is a few years old, who knows if he is still working with it.

[thanks Agent420]

Learn From The Ice Tube Clock

icetube

Looks like they’re at it again over at Adafruit. This time they’ve produced a clock that looks more like it should be attached to a munition rather than cruising bedside. But, geek-cred aside, there’s a lot to be learned from their design. Like we’ve grown to expect, they’ve put together some good documentation on their choice of components.

Start off by taking a peek at their 5v power regulator. There is an extra diode on the output side that prevents reverse current from the 3v backup battery. The AVR ATmega168 that controls the clock is used to detect loss of power and quickly shift to the battery backup. They’ve also used the  microcontroller as a boost converter for the high voltage VFD, a nice trick we’ve seen before.

[Thanks pt]

Bottled Nixie Clock

26_1250707915

Who could not love the tender glow of a Nixie display? It isn’t a new concept for them to be used in clocks, and usually it’s how they are housed or encased for display that sets them apart. [crazy_phisic] did the near impossible by building his Nixie clock almost entirely inside of a glass bottle. The circuit boards and logic components were soldered outside, but the final combination of parts (sometimes requiring specialty homemade tools) were assembled inside. We wonder how long it took him from start to finish after learning boats in bottles can take from minutes to months. The original post is in polish, but if you want to find out more there is a Google translation.

[via Semageek]

The Wake Up Machine

PT_2113 (Custom)

Meet the Wakeup Machine.  It is here to ensure that you are up and ready to go when the time comes. This machine will vibrate your bed, remove the sheets, make coffee, play music, even adjust the temperature in the room for optimal wake up experiences. We like the large heavy industrial look of it too, but after looking inside you’ll see it is only a prototype which could be made much smaller with its own pcb. This thing brings back fond memories of Rube Goldberg style alarm clocks from movies such as Pee-wee’s big adventure, Back To The Future, and even Chitty Chitty Bang Bang. You can see some videos of the device on the page as well as download complete plans in pdf format. The did forget one feature though.

[via makezine]

Intel 8008 Clock

Every year [Len Bales] designs and builds a new clock. His 2006 clock runs on the classic Intel 8008 microprocessor. The design is definitely not for the faint of heart, but he includes all code, diagrams and a good description on his site. The project is an interesting look into the not-so-distant past of computing. While the function of the project is a clock, it is actually a fully programmable 8008 computer running at 500khz with 16k of memory space and 4io ports. [Len] also links a lot of useful 8008 resources for anyone wanting to tackle a project of their own.