@epw Thanks for your answer.
I actually saw the code and played with it in my Garmin. And reusing such code I made my own Garmin app to see my glucose values while doing sports.
However Garmin uses the ConnectIQ app to do the web request via
http://127.0.0.1:17580
I'd like to do the same thing but with a PineTime . I am trying to use the wasp-os for that platform using micropython but I believe a miss a companion app that accepts web request via BLE and returns the blood glucose data from xDrip.
Any thoughts or advices are more than welcome.
I don't know how to proceed... my thoughts are, reuse the android app shared on your post that advertises xDrip data via BLE under "request", and hopefully get such data in the call back and at that moment parse the data to get the glucose value as MVP (minimal valuable product).
Cheers!
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@epw Thanks for your answer.
I actually saw the code and played with it in my Garmin. And reusing such code I made my own Garmin app to see my glucose values while doing sports.
However Garmin uses the ConnectIQ app to do the web request via
I'd like to do the same thing but with a PineTime . I am trying to use the wasp-os for that platform using micropython but I believe a miss a companion app that accepts web request via BLE and returns the blood glucose data from xDrip.
Any thoughts or advices are more than welcome.
I don't know how to proceed... my thoughts are, reuse the android app shared on your post that advertises xDrip data via BLE under "request", and hopefully get such data in the call back and at that moment parse the data to get the glucose value as MVP (minimal valuable product).
Cheers!