An improved version of 3D printed wandering hour clock.
- Ikea Bondis clock
- 3D printed parts and additional hardware listed from Printables, except ClockMovementGear and Standoffs
- 3D printed ClockMovementGear from Printables
- Standoffs from Printables
- Any ESP board with wifi. e.g. ESP32, ESP8266
- 28BYJ-48 unipolar stepper motor
- ULN2003 motor driver
- 5V power supply (preferrably with 2A+)
- Jumper wires
(Image Credit: https://randomnerdtutorials.com)
- The arduino code in this project adds the following additional features
- Uses ESP32 with wifi for time from NTP
- Provides a web server for easier maintenance and troubleshooting
(Image Credit: https://www.printables.com/model/327198-improved-wandering-hour-clock)
Look up your UTC offset for standard time, and enter the value. If it is currently daylight saving time where you are, check the appropriate box. For example, in Newfoundland (UTC-3:30) during the summer, the hour offset would be "-3", the minute offset would be "30" and the daylight saving time box should be checked.
The preference values are saved in non-volatile memory and will be retained after a power cycle. After making a change to the time zone, you will need to resynchronize the clock by using the web server to set the correct time.