---
title: "A domino clock with no moving parts"
locale: "en"
url: "https://irz.fr/en/articles/domino-clock-no-moving-parts-en"
markdown_url: "https://irz.fr/en/articles/domino-clock-no-moving-parts-en.md"
category: "craft"
tags: ["domino clock", "Arduino Nano", "WS2812B", "3D printing", "MDF"]
published_at: "2026-08-25T10:05:00.000Z"
author: "Hugo Marchal"
translation: "https://irz.fr/fr/articles/horloge-domino-piece-mobile-fr.md"
---

# A domino clock with no moving parts

In 2010, Carbon Design Group flipped black and white dots with a custom-built coil actuator. The tabletop version swaps movement for light: what the reduction removes, what it keeps, and what it finally makes buildable.

In December 2010, the design consultancy Carbon Design Group unveiled a clock that displays time with dots physically flipping between black and white. Each dot turns on a purpose-built coil actuator, and the motion was tuned to suggest "the feel of falling", like a domino dropping.[2](https://web.archive.org/web/20110108153605/http://news.carbondesign.com/carbon-blog/repurposing-an-icon-introducing-carbons-domino-clock/) Sixteen years later the same object has resurfaced as a tabletop build, flagged this week by Adafruit, stripped down by a maker to what a normal workshop and an Arduino can do: dots that no longer flip, they light up.[1](https://www.instructables.com/Elegant-Dominoe-Clock/)[6](https://blog.adafruit.com/2026/08/24/elegant-domino-clock/)

The reduction is the best part of the story. The copy loses the gesture, keeps the code, and the genuinely expensive part of the original vanishes in one move.

## The pip code

A domino carries two halves of zero to six pips, twelve at most per tile. That range maps exactly onto the hours of a half-day, and Carbon used it as-is: three oversized dominoes, the first for the hour, the second for the tens of minutes, the third for the units. The 2010 press photo shows 10:59: four and six pips on the first tile, three and two on the next, four and five on the last.[2](https://web.archive.org/web/20110108153605/http://news.carbondesign.com/carbon-blog/repurposing-an-icon-introducing-carbons-domino-clock/)

Joe Sullivan, the project's industrial designer, summed up the idea in two steps. The dot-counting scheme developed for dominoes and dice is immediately recognizable, so it reads with no learning curve. And the shift in context, a game object turned wall object, does the rest.[2](https://web.archive.org/web/20110108153605/http://news.carbondesign.com/carbon-blog/repurposing-an-icon-introducing-carbons-domino-clock/) The clock began as an internal "Passion Project", time granted to the team to explore without client constraints, and the three tiles talked over wireless, standing free or hung on a wall.[2](https://web.archive.org/web/20110108153605/http://news.carbondesign.com/carbon-blog/repurposing-an-icon-introducing-carbons-domino-clock/) Public sources stop at the prototype and the first unit planned for the studio's walls in early 2011; no commercial release shows up in what remains accessible.[2](https://web.archive.org/web/20110108153605/http://news.carbondesign.com/carbon-blog/repurposing-an-icon-introducing-carbons-domino-clock/)

> Illustration: Three large black dominoes with white dots mounted on a concrete wall. The original clock in 2010: 10:59 reads four plus six, three plus two, four plus five. The dots physically flip between black and white. Credit: [Carbon Design Group](https://web.archive.org/web/20110108153605/http://news.carbondesign.com/carbon-blog/repurposing-an-icon-introducing-carbons-domino-clock/).

## The Davis coil

On paper, the display is the easy problem. The hard part is rotating up to twelve dots per tile, slowly, silently, thousands of times a day, without draining batteries.[2](https://web.archive.org/web/20110108153605/http://news.carbondesign.com/carbon-blog/repurposing-an-icon-introducing-carbons-domino-clock/) Mechanical engineer Eric Davis answered with a dedicated actuator his colleagues nicknamed the "Davis coil": what he calls a single-poled motor, where the magnet and the iron travel around the coil, opposite the way motors are usually built.[2](https://web.archive.org/web/20110108153605/http://news.carbondesign.com/carbon-blog/repurposing-an-icon-introducing-carbons-domino-clock/)

Periodic documents show the method. Davis ran a series of magnetic flux studies to refine the geometry; one of them, published at the time, targets roughly 0.35 tesla with a neodymium magnet and a Carpenter 49 steel core across an inch of width.[3](https://web.archive.org/web/20101218183150/http://news.carbondesign.com/carbon-blog/making-it-real-the-engineering-behind-carbons-domino-clock) Energy is only spent initiating the flip: between minute changes, every dot rests in its black or white state at zero cost.[2](https://web.archive.org/web/20110108153605/http://news.carbondesign.com/carbon-blog/repurposing-an-icon-introducing-carbons-domino-clock/) Dampening grease keeps the motion quiet, and digital prototyping killed an earlier idea of linking mechanisms in rows, judged too "visually loud" when many dots flip at once.[3](https://web.archive.org/web/20101218183150/http://news.carbondesign.com/carbon-blog/making-it-real-the-engineering-behind-carbons-domino-clock)

> Illustration: Magnetic flux simulation of a neodymium magnet and steel core, annotated 0.35 tesla. One of Davis's flux studies: Gr 52 Nd-B-Fe magnet, Carpenter 49 core, about 0.35 tesla over one inch. The clock's real work lived in this geometry. Credit: [Eric Davis / Carbon Design Group](https://web.archive.org/web/20101218183150/http://news.carbondesign.com/carbon-blog/making-it-real-the-engineering-behind-carbons-domino-clock).

## What stopped flipping

The tabletop version, documented on Instructables by maker Kotheson, keeps the display code and throws away the mechanism.[1](https://www.instructables.com/Elegant-Dominoe-Clock/) In place of the coils: 42 addressable WS2812B LEDs, one per possible dot position. The intro text owns the trade plainly: coil motors are "if not complicated, tedious and a bit expensive", so Neopixels take over.[1](https://www.instructables.com/Elegant-Dominoe-Clock/)

What the reduction removes is precise. Motion, to start: no more flip, none of the falling feel that drove all of the 2010 engineering. Autonomy too: the original aimed at untethered tiles and only paid for energy during transitions; the copy runs on a 5-volt feed and pays for as long as the dots glow.[1](https://www.instructables.com/Elegant-Dominoe-Clock/)[2](https://web.archive.org/web/20110108153605/http://news.carbondesign.com/carbon-blog/repurposing-an-icon-introducing-carbons-domino-clock/) The gain resembles the loss, though: dots can take any color at all, and nobody needs to design an actuator to build the thing.[1](https://www.instructables.com/Elegant-Dominoe-Clock/)

The 2010 worry, a "loud" mechanism flipping several dots together, dissolves here by surrender: nothing moves at all. Between two minutes, the clock waits.[1](https://www.instructables.com/Elegant-Dominoe-Clock/)

> **Two ways to pay for the same hour**
> - flipping dots, custom coil actuator, wireless tiles: 2010
> - glowing dots, WS2812B, 5 V 2 A cable: 2026
> - only during movement versus as long as it glows: Energy
> - CAD and code online in 2020, Etsy shop today: Files
> Same visual code, two radically different architectures.

## MDF, acrylic, 42 LEDs

The build sticks to basic materials. Each domino stacks a 3D-printed PLA frame with four 3 mm MDF layers; white acrylic discs glued to the third layer form the base of each dot, and two layers of translucent smoked acrylic diffuse the light from the LEDs glued behind them.[1](https://www.instructables.com/Elegant-Dominoe-Clock/) Everything gets a matte black paint job before assembly on laser-cut bases, with cable channels planned at the cutting stage.[1](https://www.instructables.com/Elegant-Dominoe-Clock/)

The 42 LEDs split into 14 per tile, seven per half, enough to compose any pattern from zero to six pips. At the busiest full minute, 12 hour dots, 5 tens and 9 units, 26 LEDs burn at once. The brain fits on an Arduino Nano, a DS1307 real-time clock module on the I2C bus and three data pins, one per domino; power arrives directly at 5 volts, 2 A.[1](https://www.instructables.com/Elegant-Dominoe-Clock/) Setting the time involves a firmware ritual: uncomment one line to read the computer's clock, upload, comment it again, upload once more.[1](https://www.instructables.com/Elegant-Dominoe-Clock/)

> Illustration: Wiring diagram of the three LED dominoes to an Arduino Nano, a DS1307 module and a 5 V supply. The maker's diagram: three 14-LED dominoes on pins D7, D8 and D9, DS1307 on I2C, 5 V 2 A supply. Three data wires for the whole clock. Credit: [Kotheson / Instructables](https://www.instructables.com/Elegant-Dominoe-Clock/).

The files question deserves honesty. The step-by-step is published under a CC BY-NC-SA license, but the STLs, DXFs and code go through Kotheson Studio's Etsy shop rather than the project page.[1](https://www.instructables.com/Elegant-Dominoe-Clock/) The object has existed under different terms: in November 2020, Arduino Blog and Hackster covered the same build, under the handle Kothe, with an intro text identical word for word and the same photos, and pointed to the code and CAD files directly in the write-up.[4](https://blog.arduino.cc/2020/11/14/this-diy-domino-clock-tells-the-time-using-three-tiles/)[5](https://www.hackster.io/news/this-desktop-domino-clock-lets-you-know-when-it-s-whatever-o-clock-on-the-dot-ad20e11d564c) The current page reads as a republication, with the documentation free and the files distributed through a shop. At least one person besides the author has already rebuilt it and posted the result on the project page.[1](https://www.instructables.com/Elegant-Dominoe-Clock/)

> Illustration: Exploded view of the three dominoes showing the 3D-printed frame, cut MDF layers and bases. The full geometry: PLA frame, four 3 mm MDF layers per tile, cut acrylic, two stacked bases. No part requires precision machining. Credit: [Kotheson / Instructables](https://www.instructables.com/Elegant-Dominoe-Clock/).

## What carries over

Three pieces of this story transfer as-is. The display code, for a start: dominoes or dice are enough to show time with no digits and no hands, and any LED strip can carry it. The acrylic stack next: a white disc at the back, translucent smoked acrylic in front of the LED, and the dot gets its clean halo without exotic diffusion. Then the reduction method itself, probably the most interesting of the three: identify the mechanism that costs the most, here the actuator, and replace it with information driven by code.[1](https://www.instructables.com/Elegant-Dominoe-Clock/)[3](https://web.archive.org/web/20101218183150/http://news.carbondesign.com/carbon-blog/making-it-real-the-engineering-behind-carbons-domino-clock)

The energy bill inverts along the way. Davis's coil only consumed at the instant of turning; the LED pays for the entire minute it glows. The original was expensive to engineer and nearly free to run. The tabletop version settles for cut-sheet materials and a cable.

What MDF cannot rebuild is the fall. On the original, every minute dropped like a domino. Here, it lights up.

## References

1. [Kotheson, Elegant Domino Clock (Instructables)](https://www.instructables.com/Elegant-Dominoe-Clock/)
2. [Carbon Design Group, Repurposing an Icon: Introducing Carbon's Domino Clock (December 13, 2010, archive)](https://web.archive.org/web/20110108153605/http://news.carbondesign.com/carbon-blog/repurposing-an-icon-introducing-carbons-domino-clock/)
3. [Carbon Design Group, Making it Real: The Engineering Behind Carbon's Domino Clock (December 2010, archive)](https://web.archive.org/web/20101218183150/http://news.carbondesign.com/carbon-blog/making-it-real-the-engineering-behind-carbons-domino-clock)
4. [Arduino Blog, This DIY domino clock tells the time using three LED-lit tiles (November 14, 2020)](https://blog.arduino.cc/2020/11/14/this-diy-domino-clock-tells-the-time-using-three-tiles/)
5. [Hackster.io News, Jeremy Cook, This Desktop Domino Clock Lets You Know When It's Whatever O'Clock on the Dot](https://www.hackster.io/news/this-desktop-domino-clock-lets-you-know-when-it-s-whatever-o-clock-on-the-dot-ad20e11d564c)
6. [Adafruit Blog, Elegant Domino Clock (August 24, 2026)](https://blog.adafruit.com/2026/08/24/elegant-domino-clock/)
