diff options
author | Keith Packard <keithp@keithp.com> | 2009-05-16 02:25:04 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-05-16 02:25:04 -0700 |
commit | 09771c644de54ae354e8f98af7ba74289b3c0fcc (patch) | |
tree | fb15f3b168a201fc4a789270dd18c391e44625d7 /aoview/design | |
parent | 37250b00f6286aee4b3b28604f5d463db3079a89 (diff) |
Add preliminary aoview codesn4-flight2sn4-flight1
AoView connects with TeleDongle to present telemetry information in a
reasonable form. Right now, it just displays information to stdout, but it
does have fancy dialogs for finding the USB devices.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'aoview/design')
-rw-r--r-- | aoview/design | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/aoview/design b/aoview/design new file mode 100644 index 00000000..6ec2ea70 --- /dev/null +++ b/aoview/design @@ -0,0 +1,27 @@ +Requirements: + real-time display of telemetry + off-line display of logged data + Logging of telemetry + Capture of logged data to disk + +Input data: + accelerometer + barometer + thermometer + gps + drogue and main continuity + battery voltage + time + reported flight state + reported events + +Computed data: + velocity (from accelerometer) + altitude + range + direction + +Displays: + numeric display of current rocket status + (graphics come later) + text message log |