You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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.
7
7
@@ -34,6 +34,9 @@ As of now, here is the list of achievements of this project:
34
34
- Rich user interface via display, touchscreen and pushbutton
35
35
- Time synchronization via BLE
36
36
- Notification via BLE
37
+
- Heart rate measurements
38
+
- Step counting
39
+
- Wake-up on wrist rotation
37
40
- Multiple 'apps' :
38
41
* Clock (displays the date, time, battery level, ble connection status, heart rate)
39
42
* 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:
45
48
* Paddle (single player pong-like game)
46
49
* Two (2048 clone game)
47
50
* Stopwatch (with all the necessary functions such as play, pause, lap, stop)
48
-
- Supported by 2 companion apps (development is in progress):
51
+
- Supported by 3 companion apps (development is in progress):
49
52
*[Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge/) (on Android)
50
53
*[Amazfish](https://openrepos.net/content/piggz/amazfish) (on SailfishOS and Linux)
54
+
*[Siglo](https://github.com/alexr4535/siglo) (on Linux)
51
55
***[Experimental]**[WebBLEWatch](https://hubmartin.github.io/WebBLEWatch/) Synchronize time directly from your web browser. [video](https://youtu.be/IakiuhVDdrY)
52
56
-**[Experimental]** OTA (Over-the-air) update via BLE
53
57
-**[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:
59
63
60
64
### Develop
61
65
-[Generate the fonts and symbols](src/displayapp/fonts/Readme.md)
66
+
-[Creating a stopwatch in Pinetime(article)](https://pankajraghav.com/2021/04/03/PINETIME-STOPCLOCK.html)
0 commit comments