Avatar for nienno

nienno

Member since Sep 2021 • Last active Dec 2022
  • 0 conversations
  • 3 comments

Most recent activity

  • in Bangle.js
    Avatar for nienno

    Hi progg,
    Sorry, I stopped working on this.
    the AndroidAPS code base might be of help.
    xDrip has also internal broadcasting option so any app listening to it could capture the broadcasted data.
    Greetings.

  • in Bangle.js
    Avatar for nienno

    @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!

  • in Bangle.js
    Avatar for nienno

    Dear @epw,
    I have recently bought a similar device to espruino and I'd like to do exactly the same you stated at the beginning of the post. XDrip>WebServerBroadcast>BG data to smartwatch.
    I am facing similar issues like gadgetbridge or nRFConnect won't have a http request web service that could return the BG data via BLE to the SmartWatch.
    I was wondering how far you've got with this project.
    I am a very beginner in coding (I do mainly testing :)), and therefore any help to get me started and in the right direction would be more than welcome.
    Thanks a lot in advance!

Actions