summaryrefslogtreecommitdiff
path: root/ao_radio.c
Commit message (Collapse)AuthorAge
* Use autotools, move altos to src subdirKeith Packard2009-06-04
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Eliminate RDF tone generation.Keith Packard2009-05-28
| | | | | | | Now that we have a viable telemetry-signal based RDF device via TeleDongle, there's no reason to continue to waste power and bandwidth with a NFM tone. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add configuration supportKeith Packard2009-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 code to emit a 1kHz toneKeith Packard2009-04-25
|
* Crank up radio to 10dBmKeith Packard2009-04-23
|
* Clean up telemetry now that all packets are the sameKeith Packard2009-04-21
|
* Add radio support. Build separate executables for TeleMetrum and the TI dongleKeith Packard2009-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.