firmware icon indicating copy to clipboard operation
firmware copied to clipboard

When the in/etc/wfb.yaml is set to router: mavfwd, the mobile end cannot receive OSD information

Open suiaiyun opened this issue 9 months ago • 1 comments

As the title suggests, when setting the Mavlink v1 or v2 for the flight control serial port, the OpenIPC data transmission interface can receive data from the flight control, but PixelPilot cannot display OSD information. Do you know the reason for this?

telemetry:
    router: mavfwd
    serial: ttyS2
    osd_fps: 20

mavfwd -b 115200 -c 8 -p 100 -a 15 -t -m /dev/ttyS2 -i 0.0.0.0:14550 -o 10.5.0.1:14551

Monitoring RC channel 8
Aggregate mavlink pckts in packs of 15
Listening on /dev/ttyS2...
Listening on 0.0.0.0:14550...
Found SigmaStart temp sensor
Packets:3  Bytes:4
Packets:13  Bytes:14
Packets:23  Bytes:24
Packets:33  Bytes:34
System_id = 1 
Flight Controller Type :ArduPilot

suiaiyun avatar Mar 21 '25 07:03 suiaiyun

Try this https://github.com/OpenIPC/firmware/issues/1767#issuecomment-2753168779

Li-Tianming avatar Mar 26 '25 05:03 Li-Tianming