Bangle GPS via GadgetBrdige - state of play ? #5818
Replies: 1 comment
-
Posted at 2023-04-08 by @thyttan If you're looking for PRs to Gadgetbridge you can find them among these: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls?type=all&state=closed&labels=&milestone=0&assignee=0&poster=0&q=bangle EDIT: And here on the Bangle side: Posted at 2023-04-09 by HughB So I have the Bangle Version of Gadget bridge installed and the Android integration app. I am trying to figure out which app on the Bangle will receive a lat and lon from my phone without powering on the gps chip on the Bangle. A bit more information on this. In the However its not entirely clear what I have noted that having this flag set means that no gps callbacks occur. Posted at 2023-04-09 by HughB I think @halemmerich was involved in this development so I am mentioning him here. Posted at 2023-04-15 by @halemmerich
Posted at 2023-04-15 by HughB Thanks for the work on this. Any reason the PR is still draft ? Do you know when the GB changes will get released ? Posted at 2023-04-15 by @halemmerich The reason for it being draft is the problems caused by sending a lot of data. There is currently no definitive cause found for this. I think it is not caused by the GPS code, but I can not prove that yet. Posted at 2023-04-18 by HughB I wish you every success with this. These things are not for the feint hearted. Getting step counting to work kind of finished me off for trying anything too ambitious that required lots of testing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-04-08 by HughB
Hi I am vaguely aware that some work had been done to get GPS coordinates from GadgetBridge instead of the onboard GPS on the Bangle 2.
I'm just not sure how to use this and get it to work.
I thought there was some automatic detection that the GPS values were coming via GadhetBridge and therefore the
Bangle.on('GPS', func)
would return the phones GPS cooerdinates. I unsed the gpswidget to monitor if the gps was turned on at all.Can someone summarise where this work is at.
As no one appears to have managed to get the Bange 2 gps into low power mode or pedestrian mode I am intrested if this solution works.
Thanks
Hugh
Beta Was this translation helpful? Give feedback.
All reactions