RTC WATCH
A total beginner RTC-DS1307 watch project. Rechargable LIPO battery.
Created by
K116
7 views
1 follower
K116
added to the journal ago
Gathering materials and making designs
DAY 1-4
Gathering the needed materials took some time. I decided to not make a PCB because I wanted it to fit a certain case I had and make it just a soldering project.
I bought/used (GOT THESE OFF ALIEXPRESS LOL)
- 3.7V LIPO battery
- OLED SSD1306 display
- TP4056 Lithium battery charger module (with protection)
- Arduino Micro Pro (This could be switched for a smaller microcontroller, like XIAO esp32)
- RTC DS-1307 tiny (IF A XIAO IS USED, THIS WONT BE)
- A watch case (I had an old Casio watch frame lying around)
- A switch (For off and on)
Then I made a drawing of how to connect all the components in a sketchbook. (Sorry its really messy, Ill redraw this at a later date)

...and made the whole thing on WOKWI to make sure it actually worked.

After making sure I have the project well thought/drawn out, I decided to make sure the stuff will fit into the case, and create the code to the watch. Now it has the basics of...
- Time + Current time greeting (eg. Good Evening/Morning)
- Temperature
- A booting screen
Since now I've finished the code, I'll continue brainstorming what else to add to the watch, I'm considering adding a laser or some sort of flashlight, a stop watch, and a simple game on it that uses only one button. I am also thinking of cutting down the components to save space.
K116
started RTC WATCH ago
10/20/2025 - Gathering materials and making designs
DAY 1-4
Gathering the needed materials took some time. I decided to not make a PCB because I wanted it to fit a certain case I had and make it just a soldering project.
I bought/used (GOT THESE OFF ALIEXPRESS LOL)
- 3.7V LIPO battery
- OLED SSD1306 display
- TP4056 Lithium battery charger module (with protection)
- Arduino Micro Pro (This could be switched for a smaller microcontroller, like XIAO esp32)
- RTC DS-1307 tiny (IF A XIAO IS USED, THIS WONT BE)
- A watch case (I had an old Casio watch frame lying around)
- A switch (For off and on)
Then I made a drawing of how to connect all the components in a sketchbook. (Sorry its really messy, Ill redraw this at a later date)

...and made the whole thing on WOKWI to make sure it actually worked.

After making sure I have the project well thought/drawn out, I decided to make sure the stuff will fit into the case, and create the code to the watch. Now it has the basics of...
- Time + Current time greeting (eg. Good Evening/Morning)
- Temperature
- A booting screen
Since now I've finished the code, I'll continue brainstorming what else to add to the watch, I'm considering adding a laser or some sort of flashlight, a stop watch, and a simple game on it that uses only one button. I am also thinking of cutting down the components to save space.