Mini-VFD Clock Floats The Display Above It All

As [sjm4306] says, “You can never have too many clocks based on obsolete display technologies.” We couldn’t agree more, and this single-tube VFD clock is one we haven’t seen before.

The vacuum-fluorescent display that [sjm4306] chose to base this clock on is the IV-21, an eight-digit seven-segment display on the smallish side. The tube is Russian surplus from the ’80s, as all such displays seem to be. The main PCB sports an ATMega328, a boost converter to provide the high voltage needed to run the VFD, a real-time clock, and the driver chip for the tube segments. The tube itself lives on a clever riser card that elevates the display above the main PCB and puts it at the proper angle for reading. [sjm4306] designed it to be modular; should you want to user a bigger VFD you need only make a new riser PCB. Figuring out the proper way to space the through-holes in Eagle proved elusive, but he hacked a solution using a spreadsheet to handle the trigonometry and spit out Cartesian coordinates for each hole. Pretty neat. The video below shows the clock assembly and a test.

We really like the look of this clock for some reason – perhaps it’s the quirky nature of the VFD, or the soft teal glow of the digits. We’ve featured plenty of clocks with odd displays before: VFDs large and small, faux-NIMO, de-encapsulated LED “filaments”, and lots and lots of Nixies.

Continue reading “Mini-VFD Clock Floats The Display Above It All”

100 Year Old Atomic Clock

Precision time is ubiquitous today thanks to GPS and WWVB. Even your Macbook or smartphone displays time which is synchronized to the NIST-F1 clock, a cesium fountain atomic clock (aka the ‘Atomic Clock’) that is part of a global consortium of atomic clocks known as Coordinated Universal Time (UTC). Without precise timing there would be train collisions, markets would tumble, schools would not start on time, and planes would fall out of the sky.

But how was precision timing achieved in the 19th century during the era of steam, brass, and solenoids? One of the first systems of precision timing kept trains running safely and on time, rang the bells at school, and kept markets trading by using a special clock designed by the Self Winding Clock Company. Through measurements of celestial objects by the US Naval Observatory, and time synchronization pulses broadcast by the Western Union telegraph network, this system synchronized time across the United States in an era where the speed of our train system was out-pacing by the precision of our clocks.

Those clocks were designed so well that many of them are still around and functioning. One of these 100-year-old self-winding clocks made its way onto my workbench. I did what any curious hacker would do, figured out how the synchronization worked and connected it to a clock source with atomic precision. Let’s take a look!

Continue reading “100 Year Old Atomic Clock”

IoT Safe Keeps Latchkey Kids’ Phones On Lockdown

Phones are pretty great. Used as telephones, they can save us from bad situations and let us communicate while roaming freely, for the most part. Used as computers, they often become time-sucking black holes that can twist our sense of self and reality. Assuming they pick up when you call, phones are arguably a good thing for kids to have, especially since you can hardly find a payphone these days. But how do you teach kids to use them responsibly, so they can still become functioning adults and move out someday? [Jaychouu] believes the answer is inside of a specialized lockbox.

This slick-looking box has a solenoid lock inside that can be unlocked via a keypad, or remotely via the OBLOQ IoT module. [Jaychouu] added a few features that drive it out of Arduino lockbox territory. To prevent latchkey children from cheating the system and putting rocks (or nothing at all) in the box, there’s a digital weight sensor and an ultrasonic sensor that validate the credentials of the contents and compare them with known values.

Want a basic lockbox to keep your phone out of reach while you work? Here’s one with a countdown timer.

Continue reading “IoT Safe Keeps Latchkey Kids’ Phones On Lockdown”

Keeping Clocks On Time, The Swiss Way

Could there be a worse fate for a guy with a Swiss accent than to be subjected to a clock that’s seconds or even – horrors! – minutes off the correct time? Indeed not, which is why [The Guy With the Swiss Accent] went to great lengths to keep his IKEA radio-controlled clock on track.

For those who haven’t seen any of [Andreas Spiess]’ YouTube videos, you’ll know that he pokes a bit of fun at Swiss stereotypes such as precision and punctuality. But really, having a clock that’s supposed to synchronize to one of the many longwave radio atomic clocks sprinkled around the globe and yet fails to do so is irksome to even the least chrono-obsessive personality. His IKEA clock is supposed to read signals from station DCF77 in Germany, but even the sensitive receivers in such clocks can be defeated by subterranean locales such as [Andreas]’ shop. His solution was to provide a local version of DCF77 using a Raspberry Pi and code that sends modulated time signals to a GPIO pin. The pin is connected to a ferrite rod antenna, which of course means that the Pi is being turned into a radio transmitter and hence is probably violating the law. But as [Andreas] points out, if the power is kept low enough, the emissions will only ever be received by nearby clocks.

With his clock now safely synced to an NTP server via the tiny radio station, [Andreas] can get back to work on his other projects, such as work-hardening copper wire for antennas with a Harley, or a nuclear apocalypse-Tweeting Geiger counter.

Continue reading “Keeping Clocks On Time, The Swiss Way”

Learn Morse Code, Clockwork Orange Style

You might have to provide your own wrist straps and eye clamps, but if you want to learn Morse code, [Seth] has a web site for you. You can get code practice using the Farnsworth method and each letter is flashed before you as it is sent, which we assume will burn it into your brain.

Why learn Morse code now? Just about all countries now have at least some no code ham licenses and many have taken code off the tests completely. However, there are still many hams that use the code even today. Why? The personal challenge is part of it and perhaps nostalgia. However, it is also true that Morse code transmitters and receivers are dead simple to build and can get through where other simple radios can’t.

Continue reading “Learn Morse Code, Clockwork Orange Style”

Impractical Clock Uses Tuning Fork

Clock projects are so common that they are almost a cliche. After all, microcontrollers have some clock source and are good at counting, so it stands to reason that a clock is an obvious project. [WilkoL’s] clock though has a most unusual clock source: a 440 Hz tuning fork.

A cheap plastic dome really shows off the fork and contributes to this good-looking build. An ATTiny13 divides the input frequency down, handles the display, and obeys the adjustment buttons. It does require a little metalworking, as the tuning fork needed filing and threading, although we bet you could figure out other ways to mount it.

Continue reading “Impractical Clock Uses Tuning Fork”

Overclocking In An SNES Emulator

The bsnes emulator has a new overclocking mode to eliminate slowdowns in SNES games while keeping the gameplay speed accurate. We’re emulating old SNES hardware on modern machines that are vastly more powerful. Eliminating slowdowns should be trivial, right? For an emulator such as bsnes, which is written to achieve essentially pixel-perfect accuracy when emulating, the problem is decidedly non-trivial. Stick around to learn why.

Continue reading “Overclocking In An SNES Emulator”