- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 9 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 9 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 11 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 1 year ago
- Building a 3D Digital Clock with ArduinoPosted 1 year ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 2 years ago
- Snowflake with ArduinoPosted 2 years ago
- Holographic Christmas TreePosted 2 years ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 2 years ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 2 years ago
A mechanical 7-segment clock
We are used to seeing clocks with 7-segment displays which, through the switching on and off of some LEDs, form the numbers. This project is different, in fact instead of the LEDs we find stepper motors that, by setting the rods in motion, allow the visualization of the numbers as if it were a classic LED display.
The circuit is based on 4 Arduino Nano, one for each digit, 28 stepper motors, with its ULN2003 controller and 16 7HCT4094 8-bit shift registers. Of course it is also possible to use servomotors instead of using the stepper motors and integrated circuits just listed, adapting the circuit and the code.
The 4 Arduino Nano communicate with each other via the I2C bus, one of which acts as a Master and receives the time from a DS3231 module.