Flexible Numitron Tube Clock Build

Hackers and makers alike often use whatever’s readily available. Sometimes this is done out of necessity, other times because of the desire to make something work without waiting for parts to ship or some store to open. And many times, we use what we already have simply because it presents a challenge. A couple of years ago, [Alan] made a beautiful clock that combines the lessons he learned from building a word clock with the challenges presented by some IV-9 and IV-16 Numitron tubes he acquired.

This build expanded [Alan]’s horizons while extending the use of his existing tools. The timekeeping is done with a word clock board he had designed previously that can utilize any of three kinds of RTC modules. Further flexibility is evident in the top board, which is designed with double footprints to accommodate through-hole or SMD shift registers and resistors. His current board iteration allows for chaining if you like your time displays long and specific. If the vintage blue reddish-orange glow of VFDs  Numitron tubes offends your eyes for some reason, there’s a dual-footprint for a single-color LED under each tube.

It’s worth mentioning that these are not Nixie tubes, they are vacuum fluorescent displays (VFD)s Numitron tubes.  If you already have or plan to acquire some but don’t know how to drive them, check out this Numitron tutorial we covered a few years back.

Edit: D’oh. As you have pointed out, these are Numitron tubes, not VFDs or Nixies. That is what multitasking will get you. We applaud your vigilance.

Clockety Uses Phone Flash For Projection Clock

[Gaurav Taneja] was showing off his projection clock add-on for iPhone called Clockety at this year’s Consumer Electronics Show. The concept is pretty neat, a clip-on clock which uses the iPhone flash LED as the light source. It may sound a little gimmicky until you see the functionality of the accompanying app which is shown off in the video after the break. Once clipped onto the phone, you lay it face down on your night stand and a gentle tap on the furniture will turn the projection on or off. This is a killer feature when you’re staying some place without an illuminated bedside clock.

Continue reading “Clockety Uses Phone Flash For Projection Clock”

Small, Detailed Nixie Clock Build

Nixie tubes, while built during the vacuum tube era of the mid-20th century, still exist in a niche among hackers. It’s quite the task to get them up and running due to a number of quirks, so getting an entire clock to work with Nixie tubes is a badge of honor for those who attempt the project. For anyone thinking about trying, [Tomasz] has written an extremely detailed write-up of his Nixie clock which should be able to help.

There is a lot of in-depth theory behind Nixie tubes on [Tomasz]’s page that he covers in the course of describing his clock. As far as the actual project is concerned, this is a simplified design which uses one board for the entire clock, including circuits for the lamps, drivers, microcontroller, power supply, and DC/DC conversion. This accomplishes his goal of making this project as small as possible. The Nixies he chose were IN-12 which are popular in his Eastern European home, but could be sourced from eBay and shipped anywhere in the world.

There is a lot of documentation on the project site, including schematics, microcontroller code, PCB design, and even screenshots of the oscilloscope for various points in the circuit. While this might not be the simplest Nixie clock ever, it is certainly close, more easily readable, and the most detailed build we’ve seen in a while!

What Is The Matrix…Clock?

We’re surprised we haven’t seen this kind of clock before, or maybe we have, but forgot about it in the dark filing cabinets of our minds. The above picture of [danjhamer’s] Matrix Clock doesn’t quite do it justice, because this is a clock that doesn’t just tick away and idly update the minutes/hours.

matrix clock

Instead, a familiar Matrix-esque rain animation swoops in from above, exchanging old numbers for new. For the most part, the build is what you would expect: a 16×8 LED Matrix display driven by a TLC5920 LED driver, with an Arduino that uses a DS1307 RTC (real-time clock) with a coin cell battery to keep track of time when not powered through USB. [danjhamer] has also created a 3D-printed enclosure as well as added a piezo speaker to allow the clock to chime off customizable musical alarms.

You can find schematics and other details on his Hackaday.io project page, but first, swing down below the jump to see more of the clock’s simple but awesome animations.

Continue reading “What Is The Matrix…Clock?”

3D-Printed Clock Tells Time With Gears

[ekaggrat] designed a 3d-printed clock that’s fairly simple to make and looks awesome. The clock features a series of 3d-printed gears, all driven by a single stepper motor that [ekaggrat] found in surplus.

The clock’s controller is based around an ATtiny2313 programmed with the Arduino IDE. The ATtiny controls a Darlington driver IC which is used to run the stepper motor. The ATtiny drives the stepper motor forward every minute, which moves both the hour and minute hands through the 3d-printed gears. The hour and minute are indicated by two orange posts inside the large gears.

[ekaggrat] etched his own PCB for the microcontroller and stepper driver, making the build nice and compact. If you want to build your own, [ekaggrat] posted all of his design files on GitHub. All you need is a PCB (or breadboard), a few components,  and a bit of time on a 3D printer to make your own clock.

Micro Word Clock

A word clock – a clock that tells time with words, not dials or numbers – is one of those builds that’s on every Arduino neophyte’s ‘To Build’ list. It’s a bit more complex than blinking a LED, but an easily attainable goal that’s really only listening to a real time clock and turning a few LEDs on and off in the right pattern.

One of the biggest hurdles facing anyone building a word clock is the construction of the LED matrix; each LED or word needs to be in its own light-proof box. There is another option, and it’s something we’ve never seen before: you can just buy 8×8 LED matrices, so why not make a word clock out of that? That’s what [Daniel] did, and the finished project is just crying out to be made into a word watch.

[Daniel]’s word clock only uses eight discrete components: an ATMega328p, a DS1307 real time clock, some passives, and an 8×8 LED matrix. A transparency sheet with printed letters fits over the LED matrix forming the words, and the entire device isn’t much thicker than the LED matrix itself.

All the files to replicate this build can be found on [Daniel]’s webpage, with links to the Arduino code, the EAGLE board files, and link to buy the board on OSH Park.

Jaw-Dropping Atomic Clock Build

You could cruise the Internet bazaars for a talking clock but you’ll never find one as awesome as this. Just look at it… even if it didn’t work it would be awesome.

[Art] certainly lives up to his username. His Rubidium-standard atomic real-time clock is surely an example of hardware art. The substrate is a collection of point-to-point soldered perfboard modules. Each laid out meticulously. What does such layout call for? A gorgeous enclosure which doesn’t obscure your view of the components. For this he went with a copper tube frame and a custom fabricated aluminum chassis pan.

For the circuit itself [Art] tells us he wanted to build something akin to the old HP nixie frequency counters so he went with logic chips. The pictures and a few video annotations are the only clues we have for how this works. Hopefully your encouragement in the comments will help prompt him to share more about that.

Oh, and the talking clock part that we referred to earlier? Every minute you get a readout of the time thanks to a PIC playing back audio using [Roman Black’s] BTc sound compression algorithm.

Continue reading “Jaw-Dropping Atomic Clock Build”