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.

Space Invaders Clock 6 Years Ahead Of Pong Clock

Space Invaders came out in 1978, six years after Pong. That means this Space Invaders clock uses newer technology, right? Nope, it’s the same hardware as the Adafruit Pong Clock with some updated firmware. Still, as you can see after the break, the effect is pretty nice. Pong was cool, but having a clock that scrolls through several classic games would be cooler.

[Dataman], the guy responsible for this firmware hack shared his code. It should be easy enough to alter it for any clock using a KS0108 graphic LCD screen. So what’s next? Can someone pull off a black and white Ms. Pac-Man that looks decent on the 128×64 display?

Continue reading “Space Invaders Clock 6 Years Ahead Of Pong Clock”

Yet Another Pong-clock

[PT] let us know that Adafruit Industries has just release a pong clock kit. The $80 price tag might seem a bit steep but it does come with a custom-ordered KS0108 display in order to get white on black like the classic video game, as seen after the break. Also included is the laser-cut case, an ATmega328 microcontroller, RTC, and all the other bits needed to get this working.

We just saw a pong clock built on a breadboard using a KS0108 display but that one used a PIC processor. Adafruit always open-sources their designs and code so you can head over to the kit details page if you already have the hardware on hand to throw this together.

Continue reading “Yet Another Pong-clock”

Gentle Wake Up Alarm

[Michiel], unsatisfied by his Phillips wake up light, decided just to make his own. He really wanted programmable weekend alarms as well as an easier to find snooze button. At first, his circuit was not reliable enough, losing several minutes per hour, but he gutted another alarm for the 1Hz crystal. After some carpentry, his final alarm ended up quite nice.  After so many aggressive alarm clocks, it’s nice to see that not everyone needs to be assaulted out of bed.

Correction: apparently, there’s no 1Hz crystal. That was a guess on my part. -[Caleb]

[via Hacked Gadgets]

PIC Pong Clock

[Andrew] built this pong clock over the span of a couple of days. The PIC 18f2520 he used can serve as a real time clock with the addition of an external clock crystal. His project proves the usefulness of an oscilloscope as poor board layout caused interference in the crystal connections, something difficult to troubleshoot without this handy lab tool.

Pong clocks have been quite popular. This one is nice because it’s easy to throw together now that [Andrew’s] done the coding work for you. Written in assembly, reading and understanding his code might be a good exercise if your low-level language skills are lacking.

Binary Clock Uses DS3232 RTC

[Kenneth Finnegan] quenches our clock-a-day compulsion with his Arduino based binary timepiece. The clock uses a 5×7 LED matrix as a display and shows month, day, and time. He sourced a DS3232 real-time clock which automatically compensates for temperature to achieve very accurate time keeping. We like the super-cap circuit he added to keep the RTC running if the power is cut.

Is an Arduino overkill here? Well, the code is certainly not filling the 16k available on the ATmega168. At $4.32, the $1-2 you could save by using a lower-grade chip is not worth having to rewrite the code developed during prototyping. [Kenneth] also mentions that these projects usually only hang around for a few weeks before they’re re-purposed for the next endeavor.

Take a look at [Kenneth’s] superb hardware walk through in the video after the break.  If you’re a fan of clean breadboarding, he’s also made a time-lapse of the circuit building process.

Continue reading “Binary Clock Uses DS3232 RTC”