@Eric-Katzfey
As said,
I will test J18 later.
Currently, I am using J9 of a 5G modem and connected with J1 of FCv2.
Connection seems stable. using a 921600 baud rate with port 2.
The major issue is RX loss.
seeing 95% message loss, as I explained in an earlier post.
below is mavlink status visible on QGC mavlink console:
nsh> mavlink status
instance #0:
mavlink chan: #0
type: GENERIC LINK OR RADIO
flow control: OFF
rates:
tx: 1106.7 B/s
txerr: 0.0 B/s
tx rate mult: 0.310
tx rate max: 1200 B/s
rx: 1828.2 B/s
rx loss: 21.3%
Received Messages:
sysid: 1, compid:197, Total: 7820 (lost: 180596)
msgid: 0, Rate: 1.0 Hz, last 0.37s ago
msgid: 330, Rate: 10.0 Hz, last 0.06s ago
sysid: 1, compid:196, Total: 672 (lost: 0)
msgid: 0, Rate: 0.9 Hz, last 0.97s ago
FTP enabled: YES, TX enabled: YES
mode: Normal
Forwarding: On
MAVLink version: 2
transport protocol: serial (/dev/ttyS6 @921600)
As above, the RX loss showing is 21.3% which is huge.
It is in normal mode. If I change the mavling mode to onboard, it is an 83% loss. and with vision hub odomatry, distance massages it is getting worst like 125%.
Now. This Rx loss does not match the number.
sysid: 1, compid:197, Total: 7820 (lost: 180596)
As per this MAVLink status, the total successfully received messages are 7820, and the lost are 180596.
So, actual loss is (180596/(7820+180596)) = 95.8%.
And it is showing only 21.3%.
So, MAVLink is working between VOXl2 and FCv2. Currently using UART port 2 of VOXl2, not 12. I will debug it later. Once setup is complete.