hello-nrfcloud / firmware

Firmware for devices connecting to nRF Cloud for the out-of-box experience
Other
3 stars 6 forks source link

Do not retrieve location data to the device #163

Open coderbyheart opened 3 months ago

coderbyheart commented 3 months ago

Currently the device resolves WiFi location. This should be disabled, because we do not use this data on the device.

The device must only publish WiFi scan results.

image

coderbyheart commented 3 months ago

Currently this cannot be disabled in the location library.

coderbyheart commented 3 months ago

This won't be fixed in nrf_location so we need a custom implementation that optimizes to cloud interaction and does not retrieve the unused location data.