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 Android App the README says. Overwrite GPS- when GPS is requested by an app, this doesn't use Bangle.js's GPS but instead asks Gadgetbridge on the phone to use the phone's GPS.
However its not entirely clear what requested means here as app does not request the GPS position it has to use Bangle.on('GPS', func) as a callback.
I have noted that having this flag set means that no gps callbacks occur.
So how are apps mean't to work using the GPS position from gadgetbridge ?
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.
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
Android
App the README says.Overwrite GPS
- when GPS is requested by an app, this doesn't use Bangle.js's GPS but instead asks Gadgetbridge on the phone to use the phone's GPS.However its not entirely clear what
requested
means here as app does not request the GPS position it has to useBangle.on('GPS', func)
as a callback.I have noted that having this flag set means that no gps callbacks occur.
So how are apps mean't to work using the GPS position from gadgetbridge ?