From 09771c644de54ae354e8f98af7ba74289b3c0fcc Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 16 May 2009 02:25:04 -0700 Subject: Add preliminary aoview code 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 --- aoview/design | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 aoview/design (limited to 'aoview/design') 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 -- cgit v1.2.3