Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add configuration support | Keith Packard | 2009-04-26 |
| | | | | | | | | | | | Current config variables: Main deploy altitude above launch (in meters) Acceleration zero g calibration (manual or automatic) Radio channel (freq = 435.550MHz + channel * 100kHz) Callsign (max 8 characters) Supporting this involved shuffling code around so that the non-telemetrum builds could include only the stuff they needed. | ||
* | Add radio support. Build separate executables for TeleMetrum and the TI dongle | Keith Packard | 2009-04-20 |
| | | | | | | | | | Ok, way too big a patch, but things were in rough shape. This patch adds support for the radio, both transmit and receive. Then, because I could no longer run the TeleMetrum code on the TI dongle, I ended up building a separate image for the TI board, which involved creating a mechanism for having multiple command sets and splitting code for different functions into different files. | ||
* | Add gps, debug dongle support and pressure alt tables | Keith Packard | 2009-04-17 |
GPS also pulled in serial support. The altitude tables take raw 11-bit pressure sample numbers and convert them to standard pressure altitude values. Signed-off-by: Keith Packard <keithp@keithp.com> |