This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Feature Request: Please add support for UBX-HNR-PVT and UBX-HNR-INS (NEO-M8U) #156
Closed
Description
Subject of the issue
Unable to get GPS and/or deadreckoning updates from Sparkfun M8U with an update rate of 30Hz. Instead publishing rate is max. around 4Hz. How do we increase to 30Hz as written in the documentation (30 High Navigation Rate (HNR))? We are aware that "UBX-HNR-PVT" will be the HNR message but we do not understand how to use this with the Sparkfun library.
Your workbench
-
What development board or microcontroller are you using?
ESP32 Thing Plus -
What version of hardware or breakout board are you using?
We upgraded to the latest Ublox Firmware using the Ublox Control center. -
How is the breakout board wired to your microcontroller?
Using I2C @ 400kHz
We are setting:
myGPS.setI2COutput(COM_TYPE_UBX);
myGPS.setNavigationFrequency(30);