summaryrefslogtreecommitdiff
path: root/src/telemini-v3.0
Commit message (Collapse)AuthorAge
* altos/telemini-v3.0: Use dbg connector pin 5 for force bootloaderKeith Packard2017-05-04
| | | | | | This works way better than attempting to use the beeper pin. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telemini-v3.0: Add 'recovery mode' on PA14 (pin 6 on dbg header)Keith Packard2017-05-04
| | | | | | | | Connect this pin to GND (pin 3) and TeleMini will come up with N0CALL at 434.550MHz using the original frequency calibration. Helps recover from accidental mis-configuration. Signed-off-by: Keith Packard <keithp@keithp.com>
* telemini-v3.0: make git ignore build productsBdale Garbee2017-04-25
|
* altos/telemini-v3.0: Fix licenseKeith Packard2017-04-24
| | | | | | Was GPL2, switch to GPL2+ Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telemini-v3.0: Remove vestiges of the pre-USB codeKeith Packard2017-04-21
| | | | | | | | | Pre-USB telemini v3 designs had a separate firmware load for radio calibration. Now that we've got enough USB to perform flash/cal/test, we don't need that other firmware load, so we can remove the remaining Makefile remnants of the calibration load. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telemini-v3.0: Add flash loaderKeith Packard2017-04-19
| | | | | | | Now that telemini has USB, use the boot loader to make it easy to update firmware. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telemini-v3.0: Update to production hardwareKeith Packard2017-04-19
| | | | | | | | Removed LEDs. Added USB. Flipped lots of pins around. This appears to make telemini work. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telemini-v3.0: Add beeper defines needed for more general beeper codeKeith Packard2017-02-20
| | | | | | The beeper code now wants to know which timer, port and pin are in use. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telemini-v3.0: Swap main and apogee sense pins.Keith Packard2017-02-20
| | | | | | These were just hooked up wrong in the software. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Split out TeleMini v3 log/telem labelingKeith Packard2017-02-20
| | | | | | | Allow the ground software to know which TeleMini version is in use, even though they are very similar with only ADC values differing. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telemini-v3.0: Finish initial turn-onKeith Packard2017-02-20
| | | | | | | TeleMini v3.0 is nearly working; there are some ADC issues still, and lots of altosui work left to decode the new telemetry packet. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telemini-v3.0: Update to second prototype versionKeith Packard2017-02-20
| | | | | | | | Separate radio xtal means we run the processor at 48MHz. Fix the battery monitoring voltage divider resistor values. Disable most of the code until we've got the radio working. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Initial TeleMini v3.0 codeKeith Packard2017-02-20
For first prototype, which attempted to use the SoC clock for the radio. Signed-off-by: Keith Packard <keithp@keithp.com>