feat(telemetry): IAS in knots, altitude in feet, Record button#36
Merged
Conversation
…utton - IAS: piecewise-linear LUT converts D_IAS_DEG raw angle to knots (0–600 kt); nonlinear calibration derived from A-4E gauge face angular positions - Alt: replace D_ALT_NEEDLE (% FS) with ALT_FT computed from three drum addresses (D_ALT_10K/1K/100S); displays actual feet up to 50 000 ft - Connection: add Record card with live event counter and hint text; wires the existing toggleCapture/recording/recordEvents store state
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
D_IAS_DEGraw angle to knots (0–600 kt). Pitot-static scale is nonlinear (angle ∝ v²); breakpoints derived from A-4E gauge face angular positions. Tunable — update breakpoints as calibration data arrives from live flights.D_ALT_NEEDLE(% FS) withALT_FTcomputed from three drum addresses (D_ALT_10K/D_ALT_1K/D_ALT_100S). Formula:floor(raw/65535×10) × place_value, verified against two DCS capture files (6 000–16 900 ft). Max scale 50 000 ft.toggleCapture/recording/recordEventsstore state that was never surfaced in the UI.Test plan
skyhawk-capture-1781484523957.json— Press Alt peaks ~16 900 ft; IAS ~322 kt at 16 900 ft, ~416 kt at 12 200 ftskyhawk-capture-1781485573501.json— altitude 5 000–9 600 ft, IAS varies ~250–390 kt🤖 Generated with Claude Code