Gear Clock Uses Stepper Motor

[Rjeuch] liked a wooden clock he saw on the Internet, but the gears were produced with a proprietary software tool. So he built his own version. Unlike the original, however, he chose to use a stepper motor to drive the hands.

The clock’s gears aren’t just for show, and the post does a good job explaining how the gears work, how you might customize them, and how they fit together. The clock’s electronics rely on an Arduino.

The issue with an Arduino, of course, is that the time base isn’t always good enough to keep time over long periods. To fix that problem [Rjeuch] used a ChronoDot which is a real-time clock that uses temperature compensation and claims to be accurate to a minute a year.

Of course, no plan goes off without a hitch. Owing to bad stepper mode specs, the original version of the clock was gaining time overnight. Although the stepper claimed to have a 1:64 reduction gear, the actual ratio wasn’t that precise ([Rjeuch] estimates it as 1:63.876. The steps he took to fix this are worth a read.

You can see a video of the clock below. We’ve seen lots of other clocks, of course. Some of them even make this one looks simple.

https://www.youtube.com/watch?v=HURoEW2KiY8

11 thoughts on “Gear Clock Uses Stepper Motor

    1. Nope, it seems that gear reduction of the motor is not exactly as specified. However, he invested some serious time and hardware into correcting errors made by probably world’s worst stepper motor (for this purpose). Most steppers I’ve seen have “degrees per step” specified and those are ideal for this purpose, choose one with 3 degrees per step or 6 degrees per step, and the work is done. His motor have 512 steps per circle and 1:63 dot something reduction gear. Completely oposite of what you need for making analog clock.

          1. You’re one of the first people to call this Bresenham that I come across. I’ve been doing this since the early 1990ies….. (in two ways: calling it Bresenham, and implementing it in hardware).

        1. It’s more likely that the mechanism manages to skip steps due to some unbalanced mass.

          It runs fast because of the combined inertia of the motor and the gear mechanism forward-driving it. When all the forces align to keep the motor spinning forwards, it doesn’t necessarily stop at every tick, instead stepping one or two too many, especially if he’s putting the absolute minimum or absoutely no holding current to it.

Leave a Reply to Elliot WilliamsCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.