My project goal was to learn how to use my Raspberry Pi, as well as Fusion 360, to build something fun and functional.
At first I didn’t know what to make, hence I started experimenting with motor controllers and code, and eventually settled on making a clock.
For simplicity, I chose to make a single-hand clock. I didn’t have two motors, and fitting two motors together would have been difficult.
Here’s the final design:

I researched how to program the stepper motor using the Raspberry Pi GPIO pins and wrote a simple program to rotate the motor at a user-set speed.
The video below is a sped-up demonstration (one full rotation per minute) to show the precision:
https://vimeo.com/1186435788?share=copy&fl=sv&fe=ci#t=0
All code and 3D-printable files are on GitHub: https://github.com/Jack-Jacobson/raspberrypiClock/tree/main
Assembly instructions and usage details can be found in the README: https://github.com/Jack-Jacobson/raspberrypiClock/blob/main/README.md
For