Skip to content

An open-source Raspberry Pi RP2040-based watch with a full-color display and some smarts.

License

Notifications You must be signed in to change notification settings

abhignay/WatchPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WatchPi

A Raspberry Pi RP2040-based watch with a color display and some smarts.

image

Software

Written in C with the Raspberry Pi RP2040 C/C++ SDK

Hardware

  • The microcontroller is an RP2040, the display module is a GC9A01 that's on a Waveshare RP2040 + 1.28" LCD module.
  • WatchPi uses a 400mAh mini LiPo battery.
  • For the specced battery to fit in the case you will have to destructively remove the battery JST connector on the Waveshare module and directly solder the battery to the PCB
  • Mini through-hole Tactile Push-Button switches are used for the buttons.
  • The watch case can be 3D printed in any filament you want, STL files are given in the Mechanical folder. I have found these 22mm watch straps to work pretty well, but any 22mm watch strap will fit.
  • To secure the backplate of the watch with the case, 2 5-6mm long M2 screws can be used however, some BlueTac or weak adhesives are less good-looking but viable options for holding the backplate in place.

A couple of other things

This watch currently doesn't do anything else than show time, date, and ambient temperature so you can refer to it as a "dumb watch". I wanted to try out making a wearable device, and this was a good learning experience for me. That said this watch might be a hassle to use if you're used to other open-source smartwatches or just smartwatches in general. The battery currently lasts for around 6.5 hours (with an always-on display) and can be charged with the onboard USB Type C port (the Waveshare module has a battery charge manager on board, and the LiPo has some on-cell protection too but I'd suggest that you always monitor the watch while it is charging and disconnect it from the charger if the watch gets too hot). You will need to edit the RTC's date and time in the Software if the watch is not synchronized with the current time.

WatchPi has two watch faces and one that shows the raw data from the onboard IMU. Since it has an IMU a raise-to-wake feature can be added.

For more info on this project check out the write-up about WatchPi on my website

If you have any questions or suggestions feel free to open up an issue.

License

Code in this repository is licensed under the terms of the MIT license.

About

An open-source Raspberry Pi RP2040-based watch with a full-color display and some smarts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages