In the balena dashboard a nice overview of device locations is shown. However these locations are way off. Probably because they are guessed from the IP or something.
Since our devices have a GPS sensor, can we set these values from the device?
In the balena dashboard a nice overview of device locations is shown. However these locations are way off. Probably because they are guessed from the IP or something.
Since our devices have a GPS sensor, can we set these values from the device?
Hello @Timple
There is a GPS tracker project made with balena here where you can find an example → gps-tracker/main.js at 53a95d79ca8fcd5bd03ea92c27a12cac2c08a900 · balena-io-experimental/gps-tracker · GitHub
If you check our SDK (e.g. Python) you will find how to call the location → Balena Python SDK - Balena Documentation
Let us know if this works for you!