diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,7 @@ # PineTime - +[](https://github.com/JF002/InfiniTime/actions) > 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. @@ -34,6 +34,9 @@ As of now, here is the list of achievements of this project: - Rich user interface via display, touchscreen and pushbutton - Time synchronization via BLE - Notification via BLE + - Heart rate measurements + - Step counting + - Wake-up on wrist rotation - 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,...) @@ -45,9 +48,10 @@ As of now, here is the list of achievements of this project: * Paddle (single player pong-like game) * Two (2048 clone game) * Stopwatch (with all the necessary functions such as play, pause, lap, stop) - - Supported by 2 companion apps (development is in progress): + - Supported by 3 companion apps (development is in progress): * [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge/) (on Android) * [Amazfish](https://openrepos.net/content/piggz/amazfish) (on SailfishOS and Linux) + * [Siglo](https://github.com/alexr4535/siglo) (on Linux) * **[Experimental]** [WebBLEWatch](https://hubmartin.github.io/WebBLEWatch/) Synchronize time directly from your web browser. [video](https://youtu.be/IakiuhVDdrY) - **[Experimental]** OTA (Over-the-air) update via BLE - **[Experimental]** Bootloader based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/) @@ -59,6 +63,7 @@ As of now, here is the list of achievements of this project: ### Develop - [Generate the fonts and symbols](src/displayapp/fonts/Readme.md) + - [Creating a stopwatch in Pinetime(article)](https://pankajraghav.com/2021/04/03/PINETIME-STOPCLOCK.html) ### Build, flash and debug - [Project branches](doc/branches.md) |
