Schlagwort: Mechanical Clock

  • A single stepper motor drives this mechanical seven-segment display clock

    A single stepper motor drives this mechanical seven-segment display clock

    Reading Time: 2 minutes

    It is amazing how much technological progress humanity has achieved over the past few centuries. But while our capability with electronics has shot ahead, it seems that we’ve almost regressed when it comes to mechanical and electromechanical design. Watches and clocks are great examples of this, as pre-digital craftsmen were capable of astonishing feats that are still impressive today. But some people are keeping those traditions alive, as evidenced by this mechanical seven-segment display clock driven by a single stepper motor.

    This clock is truly a work of art. It shows the time across six digits, each of which is a seven-segment display. But those aren’t segments lit by LEDs, they’re physical pieces of plastic. A complex series of gears flips them in and out in the appropriate sequence to display the numeric characters. That is very impressive when you consider that the segments don’t actuate in an order that correlates with the numerical value — the number 4 isn’t simply turning “on” one more segment than the number 3. But even so, the clock progresses through the numbers in order.

    That’s only possible because of the genius mechanical design of the clock. Further increasing the wonder is the fact that the clock and all of its parts were 3D-printed — no precision machining necessary. An Arduino Nano board controls the stepper motor that drives the whole series of gears. That ensures that the motor turns at a constant rate, which is required to keep accurate time.

    [youtube https://www.youtube.com/watch?v=TmxXhfyIY5g?feature=oembed&w=500&h=281]

    The post A single stepper motor drives this mechanical seven-segment display clock appeared first on Arduino Blog.

    Website: LINK

  • This mechanical clock tells time using steel balls

    This mechanical clock tells time using steel balls

    Reading Time: 2 minutes

    This mechanical clock tells time using steel balls

    Arduino TeamOctober 11th, 2020

    There’s certainly no shortage of DIY clocks in the Arduino community; however, Eric Nguyen has come up with a rather unique way of showing hours and minutes: steel balls arranged as seven-segment displays.

    For each time change, the face rotates down and a tray of arranged balls is lifted up to meet it via a servo motor assembly. Inside, a series of 28 servos capture and release the balls using magnet and linkage systems, plus another for the colon.

    The device is powered by a Nano along with an RTC module for accurate timekeeping, and two PCA9685 driver boards control the motors directly.

    As illustrated in the videos below, it’s an incredible build from a mechanical standpoint. Making it even more impressive, this is actually Nguyen’s first Arduino project!

    [youtube https://www.youtube.com/watch?v=mdI39l8DD80?feature=oembed&w=500&h=375]

    [youtube https://www.youtube.com/watch?v=YSdPB8y8CCI?feature=oembed&w=500&h=375]

    Website: LINK

  • This stepper-driven mechanical clock can be set to two different time zones

    This stepper-driven mechanical clock can be set to two different time zones

    Reading Time: < 1 minute

    This stepper-driven mechanical clock can be set to two different time zones

    Arduino TeamAugust 5th, 2020

    Clocks normally tell you the time in your particular location, but what about that person that you know across the country or even on the other side the world? What time is it there? While it’s easy enough to do a web search or do a calculation, in order to find this out at an instant, Jeremy Cook made his own mechanical dual time zone clock.

    The device is powered by an Arduino Nano, which drives a stepper motor to advance each minute. Using physical gear reduction, dual hour gears move at 1/12th the rate of the minute indicator gear, which can be offset to the secondary time zone of your choosing.

    A real-time clock module is implemented to trigger each stepper advance, and a single button fast forwards the assembly when needed. Code, while still in a somewhat experimental state, is available on GitHub.

    [youtube https://www.youtube.com/watch?v=sqGwIec4I80?feature=oembed&w=500&h=281]

    Website: LINK

  • A mesmerizing magnetic clock for your wall

    A mesmerizing magnetic clock for your wall

    Reading Time: 2 minutes

    A mesmerizing magnetic clock for your wall

    Arduino TeamApril 8th, 2020

    Magnets are amazing devices, and thanks to this project by “tomatoskins,” they can even be used to mysteriously tell time. His project uses magnets hidden behind a classic walnut veneer to rotate a pair of ball bearings around the unique clock face.

    While externally minimal, there’s a lot going on inside its wood surface. The clock is controlled by an Arduino Nano along with an RTC module for accurate timekeeping. A 28BYJ-48 stepper motor-driven, 3D-printed gear system guides magnet positions and Hall effect sensors are used for both the hour and minute hands. 

    Arduino code as well as mechanical design files are available in tomatoskins’ write-up.

    Website: LINK