summaryrefslogtreecommitdiff
path: root/aoview/aoview_state.c
Commit message (Collapse)AuthorAge
* aoview: Add eeprom data fetchingKeith Packard2009-06-03
| | | | | | | Fetches the last flight data from a TM device connected via USB and writes it to the flight log directory. Signed-off-by: Keith Packard <keithp@keithp.com>
* Transmit computed ground pressure and acceleration values0.4Keith Packard2009-05-17
| | | | | | | | | These are the last two values relevant to figuring out the state of the flight computer, and as they are computed by averaging 10 seconds of 100Hz sample data, they're a lot more accurate than anything the receiver could do on its own. Signed-off-by: Keith Packard <keithp@keithp.com>
* Send computed accel/vel/pres values over the radio0.3Keith Packard2009-05-17
| | | | | | | | These computed values reflect what the flight computer is actually refering to for state changes, and will be useful in debugging the flight software as well as provide a filtered view of the data. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add pad lat/lon, max accel, max heightKeith Packard2009-05-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Clean up GPS displayKeith Packard2009-05-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add lots more aoview UI bitsKeith Packard2009-05-17
| | | | | | Logs data to files, displays current state in window. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add preliminary aoview codesn4-flight2sn4-flight1Keith Packard2009-05-16
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>