flyonspeed / TronView

Display EFIS flight data or any type of sensor data. Designed for Raspberry Pi and MacOS
https://tronview.org
GNU General Public License v3.0
19 stars 5 forks source link

G3X RS-232 Format missing Attitude/Air Data Sentence 2 #51

Closed midwestpanels closed 2 months ago

midwestpanels commented 3 months ago

The G3X Serial shows DA as a to-do, and calculates TAS from Air Data Set 1. This information, in addition to heading bug, altitude bug, airspeed bug, and VS bug are all available in Air Data Set 2 (sentence ID 2, ver 1).

I plan to submit a PR that addresses and solves this.

hpmicrowave commented 3 months ago

👍Sent from my iPhoneOn Jul 27, 2024, at 3:52 PM, midwestpanels @.***> wrote: The G3X Serial shows DA as a to-do, and calculates TAS from Air Data Set 1. This information, in addition to heading bug, altitude bug, airspeed bug, and VS bug are all available in Air Data Set 2 (sentence ID 2, ver 1). I plan to submit a PR that addresses and solves this.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

midwestpanels commented 3 months ago

The scope of this issue has evolved into debugging and testing more of the G3X serial input, as well as refactoring many of the data inputs, like changing calculated inputs into ones already provided by the G3X RS-232 format.

PR #52 currently has the following improvements/changes: