It’s Always Floppy Time!

On [Jan Derogee]’s desk is something that wouldn’t look out of place for many of us, a pile of computer magazines with a case of 3.5″ floppy disks on top of it. The causal observer would see nothing more than the detritus of a retrocomputer enthusiast’s existence, but stick around. In fact it’s a clock, and one of the most unusual ones we’ve seen in a long time.

How can a box of floppies tell us the time? Selected disks have custom labels that look as though they might be authentic game collections, but in reality are fakes that carry numbers alongside the game art. An ingenious system of cams hidden in the hollowed out pile of magazines raises the correct floppies to tell the time, hours on the left row and minutes to the closest five minutes on the right. The floppies are modified by the removal of some plastic and the disk itself, because early versions had a habit of shredding disks. A final touch comes in the form of a Nokia phone on the desk next to the clock which plays a tune in lieu of chimes on the hour. You can see the clock in action in the video below the break.

Continue reading “It’s Always Floppy Time!”

That Clock On The Wall Is Actually A Network Ping Display

We’ve all been online from home a bit more than usual lately, in ways that often stretch the limits of what our ISP can muster. You know the signs — audio that drops out, video sessions that make you look like [Max Headroom], and during the off-hours, getting owned in CS:GO by pretty much everyone. All the bandwidth in the world won’t make up for high latency, and knowing where you stand on that score is the point of this ping-tracking clock.

This eye-catching lag-o-meter is courtesy of [Charl], who started the build with a clock from IKEA. Stripped of pretty much everything but the bezel, he added a coaxial clock motor and a driver board, along with a custom-printed faceplate with logarithmic scale. The motors are driven by an ESP32, which uses internet control message protocol (ICMP) to ping a trusted server via WiFi, calculates the proper angles for the hands, and drives the motors to show you the bad news. There’s also an e-paper display in the face, showing current server and WiFi settings.

We really like how this clock looks, and if it wasn’t for the fact that the numbers it displays would often be too depressing to bear, we’d build one in a snap. If facing the painful truth isn’t your style, there are other neat ICMP tricks that you can try instead.

A Tuning Fork Clock, With Discrete Logic

[Willem Koopman aka Secretbatcave] was looking at a master clock he has in his collection which was quite a noisy device, but wanted to use the matching solenoid slave clock mechanism he had to hand. Willem is a fan of old-school ‘sector’ clocks, so proceeded to build his ideal time piece — Vibrmatic — exactly the way he wanted. Now, since most time keeping devices utilise a crystal oscillator — which is little more than a lump of vibrating quartz — why not scale it up a bit and use the same principle, except with a metal tuning fork? (some profanity, just to warn you!)

Shock-mounted tuning force oscillator

A crystal oscillator operates in a simple manner; you put some electrical energy in, it resonates at its natural frequency, you sense that resonance, and feed it back into it to keep it sustaining. With a tuning fork oscillator, the vibration forcing and the feedback are both done via induction, coils act as the bridge between the electronic and mechanical worlds.

By mounting the tuning fork onto a shock mounting, the 257 Hz drone was kept from leaking out into the case and disturbing the household. This fork was specified to be 256 Hz, but [Willem] reckons the drag of the electromagnets pushed it off frequency a bit. Which make sense, since its a mechanical system, that has extra forces acting upon it.

The sector face was CNC cut from aluminium, the graphics engraved, then polished up a bit. Finally after a spot of paint, it looks pretty smart. Some nice chunks of upcycled wood taken from some building work spoils formed the exposed enclosure. On the electronics side, after totally ignoring the frequency error, and then tripping over a bunch of problems such as harmonics in the oscillation, and an incorrectly set-up divider, a solution which seemed to work was found, but like always, there are quite a few more details to the story to be found in the build log.

We’ve seen a tuning fork clock recently, like this 440 Hz device by [Kris Slyka] that the project above references, and whilst we’re talking about tuning forks, here’s a project log showing the insides of those ubiquitous 32.768 kHz crystal units.

A black PCB with four numeric Nixie tubes on the top, showing 9:26. Under them, a group of black relays is located.

Relay-Driven Nixie Clock Gets You To Stop Scrolling

We don’t often get a Tips line submission where the “Subject” line auto-translates as “Yoshi Yoshi Yoshi”, linking to a short video by [Yasunari Industries] (embedded below). For many, it might be hard to tell what this is at a first glance – however, if the myriad of relays clacking won’t draw your attention, the four Nixie digits on the top definitely will! The gorgeous black PCB has two buttons on the bottom, incrementing hour and minute hours respectively, and observant readers will notice how the LEDs near the relays respond to binary-coded-decimal representation of the digits being shown. This appears to be a relay-based clock with Nixie tubes for digit outputs, and on a scale from “practical” to “eye candy”, it firmly points towards the latter!

The project’s description is quite laconic, but it’s fun to try to figure out what is what based off the few pictures available. The top part with the Nixies and the PIR sensor (presumably for conserving the Nixie tube resources) is V-scored, and a small jumper PCB on the back connects the Nixie module to the relay board – likely, we might see these boards reassembled in a different form-factor, or perhaps find their way into [Yasunari Industries]’ different projects altogether! We can see a Digispark board in the bottom right corner, and wonder if, with addition of that, this board is able to function as a standalone clock — hopefully it does, because that’s one gorgeous addition. And, of course, it all couldn’t happen without help of a bunch of red wires on the back of the board – the author says that some segments were reversed, and the high-voltage PSU section of the board was mis-wired.

Nixie tubes have a dedicated fan base over here, and we keep covering projects that find yet unexplored ways to use Nixies, such as a circular FFT display, or a high-speed camera calibration fixture. Sometimes, Nixie tubes feel like this special sauce you can add to your creation, which explains their popularity in all kinds of barely even counting-adjacent projects, like this TODO indicator. And when we run out of Nixies, we find ways to imitate them – whether it’s with tiny IPS displays, or with layered laser-cut acrylic!

Continue reading “Relay-Driven Nixie Clock Gets You To Stop Scrolling”

NTP Server Gets Time From Space

Cheap GPS units are readily available nowadays, which is great if you have something that needs to be very precisely located. Finding the position of things is one of many uses for GPS, though. There are plenty of ways to take advantage of some of the ancillary tools that the GPS uses to determine location. In this case it’s using the precise timekeeping abilities of the satellites to build a microsecond-accurate network time protocol (NTP) server.

GPS works by triangulating position between a receiver and a number of satellites, but since the satellites are constantly moving an incredibly precise timing signal is needed in order to accurately determine location from all of these variables. This build simply teases out that time information from the satellite network and ignores the location data. There are only two parts to this build, a cheap GPS receiver and a Raspberry Pi, but [Austin] goes into great detail about how to set up the software side as well including installing PPS, GPSd, and then setting up the actual NTP server on the Pi.

While this is an excellent way to self-host your own NTP server if you don’t have Internet access (or just want to do it yourself), [Austin] does note that this is probably overkill on timekeeping as far as accuracy goes. On the other hand, the Raspberry Pi has no built-in real time clock of its own, so this might actually be a cost-competitive way of timekeeping even when compared to something more traditional like a DS3231 RTC module.

Continue reading “NTP Server Gets Time From Space”

NTP server heated with Bitcoin mining dongles

Bitcoin Mining ASICs Repurposed To Keep NTP Server On Track

They say time is money, but if that’s true, money must also be time. It’s all figurative, of course, but in the case of this NTP server heater powered by Bitcoin mining dongles, money actually does become time.

This is an example of the lengths to which Network Time Protocol aficionados will go in search of slightly better performance from their NTP servers. [Folkert van Heusden], having heard that thermal stability keeps NTP servers happy, used a picnic cooler as an environmental chamber for his  Pi- and GPS-based NTP rig. Heat is added to the chamber thanks to seven Block Erupter ASIC miner dongles, which are turned on by a Python script when a microcontroller sends an MQTT message that the temperature has dropped below the setpoint.

Each dongle produces about 2.5 Watts of heat when it’s working, making them pretty effective heaters. Alas, heat is all they produce at the moment — [Folkert] just has them working on the same hash over and over. He does say that he has plans to let the miners do useful work at some point, not so much for profit but to at least help out the network a bit.

This seems like a bit of a long way around to solve this problem, but since the mining dongles are basically obsolete now — we talked about them way back in 2013 — it has a nice hacky feeling to it that we appreciate.

LED Bubbles From The 1970s Tell The Time

[CuriousMarc] is nothing if not curious. Finding some old TI timekeeping chips to reverse engineer, he set out to make a clock using old-fashioned “bubble LEDs.” You can see the result of his tinkering in the video below. For the uninitiated, bubble LEDs are 7-segment LEDs with magnifying bubbles over each digit. These were popular in calculators, watches, and other places that used LEDs before LCDs largely displaced them.

The history of these has to do with the power required to light an LED. You don’t technically need a magnifying lens, but larger LEDs take more power. These displays were relatively low power and used tiny LEDs with light pipes to make each dot a full segment. The lens made the segments larger and easier to see.

Beyond the TI chip and HP displays, there isn’t too much else needed. [Marc] just wired the whole thing using the IC as a substrate. Sort of dead bug construction using enameled wire. At first, it didn’t work but it turned out to be a battery issue. The device really wanted 2.5 V and not the 3 V provided by the battery. The solution required a little detective work.

We know this isn’t a very practical project, but we love seeing this old tech again and while the dead bug construction isn’t beautiful, there is something appealing about the look of it. Maybe one day people will build steampunk things and discopunk will be for the 1970s?

We’ve seen bubble LED projects before. If you want something more in a watch form factor, that exists, too.

Continue reading “LED Bubbles From The 1970s Tell The Time”