PINE64
Feature List - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PineTime (https://forum.pine64.org/forumdisplay.php?fid=134)
+--- Forum: General Discussion on PineTime (https://forum.pine64.org/forumdisplay.php?fid=135)
+--- Thread: Feature List (/showthread.php?tid=9282)



Feature List - barray - 02-25-2020

This is an attempt to nail down a basic set of apps people would generally expect a smart watch to have (from a discussion in chat):

* Heart rate monitor

* Clock (set time and date (with zone), timer, stop watch, alarm) - attempt to sync with local phone clock data

* Step counter

* Notifications (from phone)

* Weather forecast

* Predicted calorie burn (based on user input height, weight, age, etc)

Stretch and reach:

* Breaking news (possibly from an RSS feed from phone)

* Navigation (open street view from phone, use case: navigating whilst on a call, texting/messaging, browsing, watching media, phone charging in a backpack, etc)


RE: Feature List - mircea - 03-30-2020

Hi Barray, I am new to PineTime, did you have any luck with this? Also any advice on setting up the HW? Thanks!


RE: Feature List - wibble - 03-31-2020

At the moment it's a target, not something any of the current software can do so far as I'm aware. None of it seems impossible, and most if not all could work with Gadgetbridge to sync with Android devices. Much of it could use standard bluetooth GATT messaging and work with anything that supports that standard. @bergzand is probably the closest so far in that the PineTime code (RIOT-OS) has a matching GadgetBridge fork, even if it's only communicating time and battery state so far.
https://github.com/bosmoment/PineTime-apps

If you're new to this sort of hardware I'd give @lupyuen's series of posts a read. VSCode on a Raspberry Pi is quite an accessible programming and debugging interface, although WIndows and mac alternatives are covered too.
https://medium.com/@ly.lee
https://medium.com/@ly.lee/debug-riot-os-on-pinetime-with-vscode-12f00c69c120