cyclops1982 / RAKTracker

Example code that get's a distance measure and sends it via lora. First implementation. Very basic.
0 stars 0 forks source link

Try `setMeasurementRate()` on GNSS library #19

Open cyclops1982 opened 5 days ago

cyclops1982 commented 5 days ago

Based on https://forum.rakwireless.com/t/gps-accuracy-on-rak12500/12660/13

BeeGee's code is using setMeasurementRate(). I've also seen this elsewhere and i'm wondering what this exactly does. Especially in combination with the powersave mode.

cyclops1982 commented 4 days ago

https://content.u-blox.com/sites/default/files/products/documents/u-blox8-M8_ReceiverDescrProtSpec_UBX-13003221.pdf has documentation on the setting UBX-CFG-RATE and it mentions that the setMeasurementRate() is influenced by the power save mode. So setMeasurementRate() is primarily interesting when we're in continuous mode.