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
434 stars 140 forks source link

Hope support synthetic airspeed calculated by flight controller #80

Closed rxwang04 closed 2 years ago

rxwang04 commented 3 years ago

The synthetic airspeed in arduplane is quite accurate now,it's not necessary to use airspeed sensor just for general flight,

pilot should pay more attention to airspeed than ground speed,which means that most people want to display airspeed rather than ground speed,but the frysky library can only send one speed.we set airspeed_type=0 without airspeed sensor,so it can be display only ground speed.

Does it can display synthetic airspeed with airspeed_type=0?

yaapu commented 3 years ago

not a bad idea but not yet possible unless we change the way the frsky library works, please open an issue on ardupilot and ask for using synthetic airspeed for plane when there's no airspeed sensor

WillyZehnder commented 3 years ago

@rxwang04 Do you have started an issue on ardupilot? If yes, what number? I don't use an airspeed-sensor at all and with syncairspeed also soaring is working great.

So I'm very interested in displaying the synthetic airspeed, too.

yaapu commented 2 years ago

ardupilot 4.2 finally uses estimated airspeed for frsky telemetry, there's also an option FRSKY_OPTIONS = current_value + 1 to enable both ground and airspeed telemetry