The 1983 Clock Four Decades In The Making

In 1983, a 14-year-old [Will] saw an LED clock in The Sharper Image store. At $250, it stayed in the store. That was a lot of money back then, especially for most teenagers. But [Will] didn’t forget. After high school, he and a friend planned to build one from scratch. They worked out how they would do it and did a little prototyping, but never really finished. Well, they never really finished at the time. Because 33 years later, [Will] decided to finally put it together. Check it out in the video below.

[Will’s] learned a lot since his original design, plus we have tech today that would have seemed like magic in the late 1980s. But he wanted to stay true to the original design, so there’s no microcontroller or smart LEDs. Just binary counters and a lot of LEDs. There’s even a 555 doing duty as a reset timer.

Continue reading “The 1983 Clock Four Decades In The Making”

A Flip Digit Clock, Binary Style

Flip digit clocks are a prized piece of consumer electrical ephemera, providing as they do a digital display without significant electronics. Making your own flip digit display involves some drudgery in the production of all those flip cards, but how would it seem if the complexity was reduced? Go from base 10 to base 2 for example, and a binary flip digit display can be made from flip dot display parts. [Marcin Saj] has done just that, resulting in a timepiece that’s a few bits out of the ordinary.

Under the hood though it’s slightly more conventional, with the trusty ATmega328 and Arduino bootloader, whose software drives the dot electromagnets via a set of MOSFET drivers. It’s a nice project which if you want there’s a Kickstarter to buy one, but the files are also available from a GitHub repository if you’d like to have a go for yourself. Meanwhile you can see it in action in the video below the break.

We like this clock, as it’s different from the norm in Arduino clocks. It’s not however the first flip dot clock we’ve seen, this one has a full dot matrix display.

Continue reading “A Flip Digit Clock, Binary Style”

Seven Day Movement Makes A Rubbish Clock

We see a lot of clocks here at Hackaday. Some of them are better than others, but this one from [John Graham-Cumming] is definitely a rubbish clock. It performs the simple yet vital task of keeping track of which day is which when it comes to trash collection.

The big revelation for us from this project is that the standard plastic battery clock mechanism which you’ll  no doubt be familiar with from many cheap clocks can also be bought with gearing for a weekly rather than daily revolution. The physical hack is therefore a pretty simple one of mounting the movement with a single hand over a face showing the waste collections, and the write-up goes into more depth about the code for creating custom SVG clock faces. We’re already thinking of interesting stuff that can be done with one of these movements.

Meanwhile, we like this clock, but it’s certainly not the first trash indicator we’ve seen.

Recreating A Popular Faux-Nixie Clock

There’s a good chance you’ve seen “Nixie clocks” on the Internet that replace the classic cold cathode tubes with similarly sized LCD panels. The hook is that the LCDs can show pictures and animations of Nixie tubes — or pretty much anything else for that matter — to recreate the look of the real thing, while being far cheaper and easier to produce. It’s a hack for sure, and that’s the way we like it.

[Trung Tran] liked the idea, but didn’t just want to buy a turn-key clock. So he’s decided to build his own version based on the ESP32-S3. The WiFi-enabled microcontroller syncs up to the latest time via NTP, then uses a PCF8563 real-time clock (RTC) module to keep from drifting too far off the mark. The six displays, which plug into the custom PCB backplane, can then show the appropriate digits for the time. Since they’re showing image files, you can use any sort of font or style you wish. Or you could show something else entirely — the demo video below shows off each panel running the Matrix “digital rain” effect.

Continue reading “Recreating A Popular Faux-Nixie Clock”

Globe-Shaped World Clock Is A 3D-Printed Mechanical Marvel

Time zones are a complicated but necessary evil. Humans like the numbers on the clock to vaguely match up with what the sun is doing in the sky outside. To that end, different places in the world keep different time. If you want to keep track of them in a very pretty fashion, you might consider building a fancy and beautiful World Clock like [Karikuri] did. 

The design is based around a globe motif, mimicking the world itself. Only, on the surface of the globe, there are clock faces instead of individual countries. Each clock runs to its own time, directed by a complicated assemblage of 3D-printed gears. Mechanical drive is sent to the globe from a power base, which itself carries a mechanical seven-segment display. This too can display the time for different regions by using the controls below. It’s also useful for setting the clock to the correct time.

It’s a little difficult to follow the build if you don’t speak Japanese. However, quality subtitles are available in English if you choose to enable them.

We’ve seen [Karikuri’s] work before. We’ve also featured a great many world clocks over the years, including this particularly beautiful example that tracks night and day. Just don’t expect it to keep track of moon time. Video after the break.

Continue reading “Globe-Shaped World Clock Is A 3D-Printed Mechanical Marvel”

Climate Change May Make Days Longer

For those who say there’s never enough time in a day, your wish for more time is getting granted, if ever so slightly. Scientists have now found a new source of our days getting longer — climate change.

You may have already been aware that the length of the day on Earth has been getting longer over time due to the drag exerted on our planet by our friendly neighborhood Moon. Many other factors come into play though, including the Earth’s own mass distribution. As the Earth warms and polar caps melt, the water redistributes to the Earth’s equator causing it to slow more rapidly.

In the worst-case scenario, RCP8.5, it would result in climate-related effects to planetary rotational velocity even larger than those caused by lunar tides. Under that scenario, the earth would probably be a less pleasant place to live in many other ways, but at least you’d have a little more time in your day.

While we’re talking about time, we wonder what ever happened to getting rid of Daylight Savings in the US? If you long for a simpler time, perhaps you should take up repairing mechanical watches and clocks?

A Lenticular Clock Spells Out The Hours

So many are the clock projects which cross the Hackaday threshold, that it’s very rare indeed to see something that hasn’t already been done. We think we’ve not seen a lenticular clock before though, and we’re thus impressed by this one produced by [Moritz Sivers].

You may well be familiar with lenticular images from toys and novelties, an animation is sliced into lines and placed behind an array of multi-faceted linear lenses. It gives the effect of movement as from different viewing angles a different frame of the animation is perceived. In this clock the animation is replaced by the clock digits, and by rotating the whole with a servo driven by an ESP8266 microcontroller it can display different digits to the viewer. The write-up and the video below are of value both for the clock itself and the description of how these animations are produced. The clock itself doesn’t sacrifice usability for all its novelty, and we can see this technique might find a place in other projects requiring custom displays.

The lenticular lenses used here are off the shelf, but if you are of an adventurous mind, you could try printing some of your own.

Continue reading “A Lenticular Clock Spells Out The Hours”