Fast open-source firmware for the PineTime smartwatch with many features, written in modern C++.
Original repo : InfiniTime
- Getting started with InfiniTime
- Updating the software
- About the firmware and bootloader
- Available apps
- Available watch faces
- PineTimeStyle Watch face
Branches :
- main : shows this doc
- alarm-status-on-infineat : shows the alarm status on infineat, can be enabled or disabled from the settigns menu that is updated accordingly :
- my-custom-infinitime : branch were I put things that I want for myself, like a watchface with paw instead of shoe icon for steps counter :
- InfiniTime simulator
- Build the project
- Build the project with Docker
- Build the project with VSCode
- Flash the firmware using OpenOCD and STLinkV2
- Flash the firmware using SWD interface
- Flash the firmware using JLink
- Flash the firmware using GDB
- Stub using NRF52-DK
- Maintainer's guide
- Versioning
- Project branches
- Files included in the release notes
- Files needed by the factory
This project is released under the GNU General Public License version 3 or, at your option, any later version.
It integrates the following projects:
- RTOS: FreeRTOS under the MIT license
- UI: LittleVGL/LVGL under the MIT license
- BLE stack: NimBLE under the Apache 2.0 license
- Font: Jetbrains Mono under the Apache 2.0 license
I’m not working alone on this project. First, many people create pull requests for this project. Then, there is the whole #pinetime community: a lot of people all around the world who are hacking, searching, experimenting and programming the Pinetime. We exchange our ideas, experiments and code in the chat rooms and forums.
Here are some people I would like to highlight:
- Atc1441: He works on an Arduino based firmware for the Pinetime and many other smartwatches based on similar hardware. He was of great help when I was implementing support for the BMA421 motion sensor and I²C driver.
- Koen: He’s working on a firmware based on RiotOS. He integrated similar libs as me: NimBLE, LittleVGL,… His help was invaluable too!
- Lup Yuen Lee: He is everywhere: he works on a Rust firmware, builds a MCUBoot based bootloader for the Pinetime, designs a Flutter based companion app for smartphones and writes a lot of articles about the Pinetime!