Twenty Four Clocks To Make A Clock
Written by Harry Fairhead   
Sunday, 05 January 2020

What still amazes me about physical computing is how simple things can be transformed by some computational power. Consider the humble clock. It has just two hands, but put 24 of them together and you have something new - a meta clock.

clock24

Engineer Erich Styger decided that the year rollover was a good time for a clock project.  The basic idea is to use each clock as part of a bigger line display. Each clock is driven by a stepper motor. You are wondering how to use a stepper motor to drive to hands mounted on concentric axles then the trick you need to know is that there are dual axle stepper motors made for the automotive industry. Each clock has its own micro-controller and they are synchronized by a master controller communicating over serial lines. If I was to redesign the project I think I'd use a single controller and some discrete logic on each of the clocks, but each to their own approach.

The effect is very pleasing:

It is particularly nice the way that the clocks seems to scramble towards the final message and how order seems to emerge out of chaos.

Erich Styger's website has more information on the build and on other similar designs - it's worth a visit.

 

 

More Information

DIY ‘Meta Clock’ with 24 Analog Clocks

Related Articles

The Arduino Doodle Clock

SNTP Time Class

The Inconvenient QR Clock

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


pg_disatch - Run SQL Queries Asynchronously On PostgreSQL
24/06/2025

pg_disatch is meant to be a TLE-compliant alternative to pg_later but built on top of pg_cron. What makes it different?



.NET Preview 5 Improves C#
16/06/2025

.NET 10 Preview 5 has been released with enhancements to C# 14 and additions to the Post-Quantum Cryptography (PQC) library. The .NET runtime has also been improved.


More News

pico book

 

Comments




or email your comment to: comments@i-programmer.info

 

 

Last Updated ( Sunday, 05 January 2020 )