Hi
I am new to the board and u-center. I was able to connect base and rover boards, I can connect to UART1 of the rover (Pixhawk connector) and receive messages.
However, only NMEA messages published on UART1, and I want to receive UBX messages only.
The default value for CFG-UART1OUTPROT set to 1 for UBX, NMEA, RTCM3X.
When i disable NMEA messages (CFG-UART1OUTPORT-NMEA set to 0), the board stop sending data. Reverting value back to1 enable NMEA messages.
But, I am can’t get any UBX messages.
I tried to search for answers but only found how to enable NMEA (this is how i figure out to toggle the value).
Is it possible to publish UBX messages on UART1?
How would I do this?
I have simpleRTK2B:
FWVER=HPG 1.32
PROTVER=27.31
MOD=ZED-F9P
GPS;GLO;GAL;BDS
SBAS;QZSS
Thanks you
I am new to the board and u-center. I was able to connect base and rover boards, I can connect to UART1 of the rover (Pixhawk connector) and receive messages.
However, only NMEA messages published on UART1, and I want to receive UBX messages only.
The default value for CFG-UART1OUTPROT set to 1 for UBX, NMEA, RTCM3X.
When i disable NMEA messages (CFG-UART1OUTPORT-NMEA set to 0), the board stop sending data. Reverting value back to1 enable NMEA messages.
But, I am can’t get any UBX messages.
I tried to search for answers but only found how to enable NMEA (this is how i figure out to toggle the value).
Is it possible to publish UBX messages on UART1?
How would I do this?
I have simpleRTK2B:
FWVER=HPG 1.32
PROTVER=27.31
MOD=ZED-F9P
GPS;GLO;GAL;BDS
SBAS;QZSS
Thanks you
3 Answers
Hi Dmitry,
The configuration in CFG-UART1OUTPROT is just a filter. It allows the receive to output these protocols over these UART1, but it doesn’t enable messages.
By default only NMEA messages are enabled. If you disable them, it is normal that no other messages are output.
You need to go to every individual message that you want to enable (for example NAV-PVT) and enable it, then the receiver will start outputting this data.
The configuration in CFG-UART1OUTPROT is just a filter. It allows the receive to output these protocols over these UART1, but it doesn’t enable messages.
By default only NMEA messages are enabled. If you disable them, it is normal that no other messages are output.
You need to go to every individual message that you want to enable (for example NAV-PVT) and enable it, then the receiver will start outputting this data.
Please login or Register to submit your answer