Post #1905326
2026-05-03 05:12 UTC
@Oleksii@social.linux.pizza You need to enable either raw or nmea GPS mode (both are supported, but FP5 only does nmea for example):
```
mmcli -m any --location-enable-gps-nmea
mmcli -m any --location-enable-gps-raw
```
Then you can set the polling rate to whatever you want:
```
# This sets polling rate to every 10s.
mmcli -m any --location-set-gps-refresh-rate 10
```
Replies (1)
-
@Oleksii@social.linux.pizza 2026-05-03 05:22
@UndeadLeech@fosstodon.org awesome, thanks a lot