Last week, we introduced a project about watches titled “I Made a New Watch for Myself This New Year!”.
This project is a programmable watch based on the Arduino UNO, which has a higher manufacturing threshold. At the same time, it is more mature and practical, and its design is very beautiful!
Let’s get into the main content!
Material List
-
Arduino Uno × 1 -
ATMega328 × 1 -
3V 20mm CR2032 Button Cell Battery × 1 -
0603 RED LED Diode × 12 -
DS3231 RTC Chip × 1
PCB Schematic and Layout
Burning the Bootloader
If your ATmega328 (or ATmega168/88) is brand new, you need to burn the BootLoader first.
Without the initial code, the microcontroller cannot interpret the Arduino commands. It needs a bootloader, which is similar to the BIOS driver on a computer.
The bootloader must be burned before soldering. Please click this link for the steps: https://github.com/MCUdude/MiniCore#how-to-install
Details for burning the microcontroller are as follows:
-
Mainboard: ATmega328
-
Bootloader: Yes
-
Clock: Internal 1 MHz
-
Compiler LTO: Disabled
-
Variant: 328P/328PA
-
BOD: 1.8V
Soldering and Assembly
Programming
3D Modeling and Printing
Designed in Fusion 360, what you see is the final version. Everything except the watch band and glass is 3D printed.
Specifically includes:
-
Watch Body -
Watch Fixed Ring -
Base -
Button
Settings in Cura are as follows:
-
3D Printer: Prusa I3 MK3S -
Material: PLA -
Layer Height: 0.1mm -
Shell Thickness: 0.8mm (Nozzle: 0.4-2) -
Top/Bottom Thickness: 0.8mm -
Fill Density: 100% -
Filament: 1.75mm -
Support Type: Any Type -
Platform Adhesion Type: Skirt
Completion!
Original project link: https://www.instructables.com/Arduino-Wristwatch/
Hardware Arsenal
DF Maker Arsenal
Click to learn more👆
If you have any thoughts or corrections regarding the article, feel free to leave amessage!
All files mentioned in the article can be obtained by replying “IO Watch” in the public account.
Previous Reviews
▼ DIY a practical and stylish binary watch
Click to read👆
▼ Replica Casio F-91W! But I am bigger.
Click to read👆
▼ “I Made a New Watch for Myself This New Year!”
Leave a Comment
Your email address will not be published. Required fields are marked *