nightscout / AndroidAPS

Opensource automated insulin delivery system (closed loop)
https://wiki.aaps.app
GNU Affero General Public License v3.0
694 stars 1.7k forks source link

PineTime support? #1126

Closed alfureu closed 2 years ago

alfureu commented 2 years ago

I wonder whether anybody considered developing AndroidAPS monitor for PineTime. According to the description it can have 1 week battery life, and as a purpose-made device might be best for privacy-preserving solutions. I am not a developer but as a power-user I am happy to test.

MilosKozak commented 2 years ago

it would basically mean write AAPS from scratch. It's not Android

alfureu commented 2 years ago

Hold on a minute, I was under the impression that you usually pair the watch with a phone, and then you can share and visualize data on it: https://lupyuen.github.io/pinetime-rust-mynewt/articles/timesync

Since one can develop a Hello World app for the watch (https://mynewt.apache.org/latest/tutorials/blinky/pinetime.html), I was thinking it might be possible to write an app that visualizes basic info from AAPS. Obviously, AAPS will need to have some module built in it or something to provide the data. You say this is not possible? I am not asking rewriting AAPS, maybe a module for sharing basic data with a corresponding PineTime app.

MilosKozak commented 2 years ago

if there is documentation it is possible.. But it's lot of work. There must be really large amount of users of this watch to make someone start work on this