blob: 6ec2ea70ba104cbc747c1d2e67f6b403dc5f57f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
|