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

Heartbeat decode #81

Closed galdalali closed 3 years ago

galdalali commented 3 years ago

Hi all,

I'm having an issue with yappu in my system which decodes heartbeats from different components in the Mavlink network and declares false alarms because of that (flight mode change, arm/disarm). I'm attaching 2 images:

  1. Description of the system architecture
  2. Partial Mavlink inspector screen with several heartbeats

Is it possible to tell yappu script to decode by component id? Because it seems it decodes heartbeats from everyone.

I don't think it belong here but I'll give it a try.. Can I somehow separate the two serial's in the autopilot itself so the yappu will not get the Mavlink data from telem1 port?

Thanks, Gal

1313 1212

yaapu commented 3 years ago

Hi wrong place for your issue :-) I guess you're using the MavToPT firmware which is the one doing the decoding, my scripts simply relies on the frsky telemetry generated by that firmware