Open bretwitt opened 2 months ago
Hi @bretwitt,
The issue you’re experiencing is due to the TX buffer being full. The F9P module is unable to transmit all the data because of the limitations of the UART line, as you can only send certain amount of data at baudrate 38400.
You can get more detailed information about the TX buffer using the UBX-MON-TXBUF
or UBX-MON-COMMS
messages in u-center.
To resolve this, you can either increase the baud rate to allow more data to pass through the UART line or lower the Navigation Solution Rate (so there’s less data to send).
Since you have config_on_startup: false
, I'm unable to replicate this issue on my F9P module.
Let me know if you have any questions.
Describe the bug
Using a ZED-F9P with the latest firmware available on the ublox website. Launching the drivers with the following configuration file leads to the error (shown after cfg)
(that last message continues indefinitely)
This error appeared seemingly overnight, have tried with multiple ZED-F9Ps on the same vehicle and getting the same error. Using UART1 for the driver and UART2 with a radio for RTK. Have tried multiple USB-C cables, works fine with U-Center. Please let me know if any more info is needed