yaapu / FrskyTelemetryScript

A LUA telemetry script and widget for the Horus X10(S),X12 and Taranis X9D+,X9E,QX7 and X-Lite radios using ArduPilot frsky passthru protocol
GNU General Public License v3.0
432 stars 136 forks source link

Data under telemetry, but nothing visualilzed in yaapu #133

Closed tkazik closed 2 years ago

tkazik commented 2 years ago

Hi! First of all: very cool work, thx a lot! I am trying to set up your telemetry scripts according to this guide. The issue I am running into:

On the RC, I get plenty of telemetry data: IMG_20211128_153149

But nothing gets displayed in the widget: IMG_20211128_153203

Any hints for further troubleshooting? Thx!

My setup:

yaapu commented 2 years ago

Hi, you need to set SERIALn_PROTOCOL = 10 for sport or SERIALn_PROTOCOL=23 for fport, I don't have that receiver so can't help

From the screenshot it looks like you set SERIALn_PROTOCOL = 4

The official ardupilot docs are a better source and updated often https://ardupilot.org/copter/docs/common-connecting-sport-fport.html#common-connecting-sport-fport

tkazik commented 2 years ago

Thx a lot for your fast and on spot answer...solved it.