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
431 stars 136 forks source link

Failsafe waring on Flight deck but no fail safes on ground station #151

Closed lunerblade closed 2 years ago

lunerblade commented 2 years ago

I am running PX4 the aircraft flys fine but after arming I get a failsafe waring they never goes away. The ground station shows no issues no failsafes trigger in flight. Since all it says is failsafe im not sure what to look at or change to make this stop.

yaapu commented 2 years ago

this is not related to my script sorry. Since you use PX4 you must be using some kind of converter between mavlink and frsky so please check that part of your setup.

drnry commented 2 years ago

I am running PX4 the aircraft flys fine but after arming I get a failsafe waring they never goes away. The ground station shows no issues no failsafes trigger in flight. Since all it says is failsafe im not sure what to look at or change to make this stop.

Hi, did you figure out what's causing it? I have the same issue and it came up after upgrading yaapu script to the latest version - nothing else changed.

lunerblade commented 2 years ago

Sadly I did not.

On Sat, May 14, 2022, 7:43 AM drnry @.***> wrote:

I am running PX4 the aircraft flys fine but after arming I get a failsafe waring they never goes away. The ground station shows no issues no failsafes trigger in flight. Since all it says is failsafe im not sure what to look at or change to make this stop.

Hi, did you figure out what's causing it? I have the same issue and it came up after upgrading yaaou script to the latest version - nothing else changed.

— Reply to this email directly, view it on GitHub https://github.com/yaapu/FrskyTelemetryScript/issues/151#issuecomment-1126709692, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYME237AVO5MKDUJIDPUN4TVJ6NWDANCNFSM5UIVRKQQ . You are receiving this because you authored the thread.Message ID: @.***>

yaapu commented 1 year ago

Hi, after more checks latest yaapu version added generic failsafe at offset 12 on frame 0x5001, I suspect that MavToPT uses that bit for another purpose

yaapu commented 1 year ago

Checked latest MavToPT source and that bit is correctely handled so you should upgrade to the latest MavToPT version

https://github.com/zs6buj/MavlinkToPassthru/blob/fa32fd7abc829c063a24f2cacf6cb1fc4d70bd70/Source/Stable/MavToPass/FrSky_Ports.h#L2154