RTK (without Qgroundcontrol)
-
Hi,
We are trying to achieve RTK without Qgroundcontrol. We have a base station thats streaming RCTM messages (with a custom IOT board) to the VOXL over MQTT. The base station board has a ublox FP9 chip.
Were a little unsure of how to approach things on the VOXL side in terms of connecting to the PX4 or just how to pump in our GPS stream. The end goal is to have RTK working independently from QGC and with our custom board.
Any suggestions or pointers will be much appreciated, thank you.
Best regards
-
What interface is available on the custom IOT board? This will determine how to connect it to Voxl. For example: UART, Ethernet, etc. Once you have the board connected you will need software to convert the RTCM messages from the external board into Mavlink messages for PX4.
-
@Eric-Katzfey said in RTK (without Qgroundcontrol):
Mavlink messages for PX4.
the custom IOT board is at the base station, not on the drone - it uses wifi/LTE to send RTK data via AWS cloud.
We get the RTCM messages from AWS via MQTT - So we are able to get the RTK data on the linux part of the voxl. Now we want to send those RTCM messages into mavlink messages to the PX4 part of the VOXL and are unsure of the software to use etc.
-
Ah, okay, I see. We do have some internal example code that takes RTCM data from the Internet and sends it into PX4. Let me see if I can make that public.
-
-
Thanks a lot Eric this definitely helps, will keep updated on progress.