QGC serial connection

Hello,

I’m trying to use mavlink-router to connect to my RFD900x radio via the serial connection and then broadcast the UDP connection so that I can connect to the CubePilot via QGC and also via python via pymavlink on a different port so that I can plot some telemetry data in real time via the radio while also using QGC.

I’ve deleted the comm link entry that connects to the radio but QGC is still creating a connection to the vehicle over the radio via USB. It looks like maybe there is an option to auto connect to any SIK radio that is found? How can I disable it so that I can instead connect to the radio via UDP in QGC?

mavlink-router version v4
Opened UDP Client [4]MyPythonApp: 127.0.0.1:14551
Opened UDP Client [6]MAVLinkApp: 127.0.0.1:14550
Opened TCP Server [8] [::]:5760

image
Did you try to remove this checks except UDP ?

1 Like

hello KnightHawk,

I kind of doing the same thing, did you try to setup a communication link in general setup?

When i publish mavlink massage from my programm, it shows qgroundcontrol is receiving the information, but it didnt show the telemetry on the map. I don"t know if it is because i didn’t connect to the vehicle. The telemetry is from another protocol, I am trying to transfer them into mavlink massage, do you have any idea?