Go to file
Avamander f692754841
Create .gitattributes
2021-01-30 18:52:14 +07:00
.github Create FUNDING.yml 2021-01-17 20:53:04 +07:00
.idea/codeStyles Improved code formatting rules 2020-10-09 11:36:16 +07:00
bootloader Merge pull request #120 from ryanplusplus/transfert-typo 2020-11-17 19:43:45 +07:00
cmake-nRF5x Remove reference to NRF Softdevice in CMake and documentation. 2020-05-16 16:13:22 +07:00
doc Merge pull request #173 from michaelPotter/patch-1 2021-01-20 20:43:42 +07:00
docker check for cmake build-success before running post-build.sh 2021-01-23 11:11:14 +07:00
images Add doc : using OpenOCD and STLinkV2 to flash the firmware 2020-09-28 22:07:54 +07:00
src changed command MemoryDataAccessControl from 036 to 0x36 in St7789 class 2021-01-21 07:51:43 +07:00
.gitattributes Create .gitattributes 2021-01-30 18:52:14 +07:00
.gitignore Make TOOLS_DIR if needed 2020-12-22 11:38:57 +07:00
.gitpod.yml Custom Dockerfile for gitpod.io 2021-01-05 00:34:15 +07:00
CMakeLists.txt Set version to 0.11.0 2021-01-23 17:39:53 +07:00
LICENSE Add LICENSE file and information. 2020-08-02 17:38:51 +07:00
README.md Upgrade feature list in main README.md file. 2021-01-23 21:05:37 +07:00
gcc_nrf52-mcuboot.ld Refactor CMake files to allow building 2 binaries : one standalone and one compatible with mcuboot bootloader (the offset in memory is different). 2020-05-24 16:36:04 +07:00
gcc_nrf52.ld Refactor CMake files to allow building 2 binaries : one standalone and one compatible with mcuboot bootloader (the offset in memory is different). 2020-05-24 16:36:04 +07:00
nrf52.svd Added the nRF52 SVD file for ease-of-use to the repository 2020-10-02 23:11:27 +07:00
nrf_common.ld Fix link error because of missing file "nrf_common.ld" 2020-01-12 16:26:20 +07:00

README.md

PineTime

Build PineTime Firmware

The PineTime is a free and open source smartwatch capable of running custom-built open operating systems. Some of the notable features include a heart rate monitor, a week-long battery as well as a capacitive touch IPS display that is legible in direct sunlight. It is a fully community driven side-project, which means that it will ultimately be up to the developers and end-users to determine when they deem the PineTime ready to ship.

We envision the PineTime as a companion for not only your PinePhone but also for your favorite devices — any phone, tablet, or even PC.

https://www.pine64.org/pinetime/

The Pinetime smartwatch is built around the NRF52832 MCU (512KB Flash, 64KB RAM), a 240*240 LCD display driven by the ST7789 controller, an accelerometer, a heart rate sensor, and a vibration motor.

InfiniTime

InfiniTime logo

The goal of this project is to design an open-source firmware for the Pinetime smartwatch :

Overview

Pinetime screens

As of now, here is the list of achievements of this project:

  • Fast and optimized LCD driver
  • BLE communication
  • Rich user interface via display, touchscreen and pushbutton
  • Time synchronization via BLE
  • Notification via BLE
  • Multiple 'apps' :
    • Clock (displays the date, time, battery level, ble connection status, heart rate)
    • System info (displays various info : BLE MAC, build date/time, uptime, version,...)
    • Brightess (allows the user to configure the brightness of the display)
    • Music (control the playback of the music on your phone)
    • Heart rate (controls the heart rate sensor and display current heartbeat)
    • Navigation (displays navigation instructions coming from the companion app)
    • Notification (displays the last notification received)
    • Paddle (single player pong-like game)
    • Two (2048 clone game)
  • Supported by 2 companion apps (development is in progress):
  • [Experimental] OTA (Over-the-air) update via BLE
  • [Experimental] Bootloader based on MCUBoot

Documentation

Getting started

Develop

Build, flash and debug

Contribute

API

Architecture and technical topics

Using the firmware

TODO - contribute

This project is far from being finished, and there are still a lot of things to do for this project to become a firmware usable by the general public.

Here a quick list out of my head of things to do for this project:

  • Improve BLE communication stability and reliability
  • Improve OTA and MCUBoot bootloader
  • Add more functionalities : Alarm, chronometer, configuration, activities, heart rate logging, games,...
  • Add more BLE functionalities : call notifications, agenda, configuration, data logging,...
  • Measure power consumption and improve battery life
  • Improve documentation, take better pictures and video than mine
  • Improve the UI
  • Create companion app for multiple OSes (Linux, Android, iOS) and platforms (desktop, ARM, mobile). Do not forget the other devices from Pine64 like the Pinephone and the Pinebook Pro.
  • Design a simple CI (preferably self-hosted and easy to reproduce).

Do not hesitate to clone/fork the code, hack it and create pull-requests. I'll do my best to review and merge them :)

Licenses

This project is released under the GNU General Public License version 3 or, at your option, any later version.

It integrates the following projects:

Credits

Im not working alone on this project. First, many people create PR for this projects. 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 : Hes 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!

If you feel like you should appear on this list, just get in touch with me or submit a PR :)