summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | altos: Add TeleMega v0.3 supportKeith Packard2013-04-25
| | | | | | | | | | | | Includes adding SPI support to the MPU6000 driver Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Add MR25 everspin MRAM driverKeith Packard2013-04-25
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Make SD card driver compile without radio supportKeith Packard2013-04-25
|/ | | | | | | | The SD card driver blocks the radio when trying to access the card as that operation appears very sensitive to RFI. This fix makes the driver work when there *isn't* a radio driver in the same device. Signed-off-by: Keith Packard <keithp@keithp.com>
* Re-add telemega outline picturesKeith Packard2013-04-22
| | | | | | after the great renaming Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Re-generate TeleMega bitsKeith Packard2013-04-22
| | | | | | Lost in the great megametrum rename Signed-off-by: Keith Packard <keithp@keithp.com>
* name change from MegaMetrum to TeleMegaBdale Garbee2013-04-22
|
* Move cortex toolchain to /opt/cortexKeith Packard2013-04-22
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: Add request for sat images to AltosDroid NotebookKeith Packard2013-04-21
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: Add a few more Notebook entriesKeith Packard2013-04-21
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: Bump APK version, and re-upload.altosdroid_v1.2-1Mike Beattie2013-04-22
| | | | | | Didn't re-build altoslib for the previous APK! Signed-off-by: Mike Beattie <mike@ethernal.org>
* altos: update .gitignore filesMike Beattie2013-04-22
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* document my snazzy new 4-pin to MM v0.1 debug cableBdale Garbee2013-04-20
|
* altosdroid: Add Notebook to track feature requestsKeith Packard2013-04-20
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: Delay after opening bluetooth device on linuxKeith Packard2013-04-20
| | | | | | Writes immediately after the open disappear sometimes. Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: Try Bluetooth open 5 times on EBUSYKeith Packard2013-04-20
| | | | | | | After closing Bluetooth, it can take a second before the device is up for another connection. Hang around retrying a few times. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Start filling in details about Altos Droid flight monitoringKeith Packard2013-04-20
| | | | | | | This is almost all identical to AltosUI; I think we'll want to share the two sections. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add a bunch of Altos Droid material to the docsKeith Packard2013-04-20
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: Release v1.2, push to play store.altosdroid_v1.2Mike Beattie2013-04-21
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* Merge branch 'altosdroid'Mike Beattie2013-04-21
|\
| * altosdroid: Make the service class implement locationlistenerMike Beattie2013-04-21
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: fix up 'send last' code.Mike Beattie2013-04-21
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: check for mAltosVoice being null.Mike Beattie2013-04-21
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: set tab height based on screen density.Mike Beattie2013-04-21
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add filters for TeleBT bluetooth devices.Mike Beattie2013-04-21
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: incorrect property syntax in pad xmlMike Beattie2013-04-21
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: whitespace and import tidyupMike Beattie2013-04-21
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Update distance/bearing on map tabKeith Packard2013-04-20
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Merge branch 'master' into droid-gpsKeith Packard2013-04-17
| |\
| * | altosdroid: Fix integer formatting in tabsKeith Packard2013-04-17
| | | | | | | | | | | | | | | | | | | | | Was trying to use AltosDroid.number for integers, which didn't work as it expected doubles. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | altosdroid: Check for missing valuesKeith Packard2013-04-16
| | | | | | | | | | | | | | | | | | When displaying numbers, check for MISSING values and display nothing Signed-off-by: Keith Packard <keithp@keithp.com>
| * | Merge branch 'master' into droid-gpsKeith Packard2013-04-15
| |\ \
| * \ \ Merge branch 'master' into droid-gpsKeith Packard2013-04-15
| |\ \ \
| * \ \ \ Merge branch 'master' into droid-gpsKeith Packard2013-04-14
| |\ \ \ \
| * | | | | altosdroid: Update UI even if no telem has been received. Center map.Keith Packard2013-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the receiver location to be displayed even when telemetry is not. Center the map on the first valid location, either receiver or rocket. Update center if a significantly more precise location is received. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | | altosdroid: Get rid of a couple of startup messagesKeith Packard2013-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are just annoying Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | | altosdroid: Show our position in the map tab. Squeeze to fit phonesKeith Packard2013-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shrink everything to fit on phones, then add phone location to the map tab Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | | Merge branch 'master' into droid-gpsKeith Packard2013-04-13
| |\ \ \ \ \
| * | | | | | altosdroid: Shrink text so it fits on my phoneKeith Packard2013-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yes, this is a hack; will try to figure out how to make it resizeable Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | | | altosdroid: The Map already draws our location; no receiver marker neededKeith Packard2013-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | | | altosdroid: Check state.gps != null before using itKeith Packard2013-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid crashing. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | | | altoslib: Remove spurious debug messageKeith Packard2013-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | | | altosdroid: Compute course from android device to rocket, display itKeith Packard2013-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | | | altoslib: Add range and elevation to AltosGreatCircleKeith Packard2013-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the computations from AltosState here so they can be re-used elsewhere. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | | | altosdroid: Mike was right -- only need one LocationListenerKeith Packard2013-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I mis-read the docs and thought we needed two listeners, one for GPS and one for network position. Looks like we don't Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | | | altosdroid: Send LOCATION and CRC_ERROR messages to UI.Keith Packard2013-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This collects all position changes and crc error increments and sends them along to the UI for presentation. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | | | improve text in telebt turn-on scriptBdale Garbee2013-04-20
| |_|_|_|_|/ |/| | | | |
* | | | | | altosui: Disable main deploy setting for TeleGPSKeith Packard2013-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just like all of the other flight computer settings, disable the main deploy altitude configuration for TeleGPS. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | | altosui: Handle broken network in map tile loadingKeith Packard2013-04-17
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle missing pngfiles in AltosSetMapCache by checking ImageIO.read for null return. Do incremental map tile downloading asynchronously so that the UI doesn't lock up when the network is slow Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | altosui: remove debug message from AltosFlightUIKeith Packard2013-04-15
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altoslib: Check for null state.gps before accessing it in eeprom recordsKeith Packard2013-04-15
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Used to be we'd set state.gps to garbage before seeing the first GPS record; now we leave it null, which will cause crashes for code that doesn't expect it. The code for reading and replaying eeprom data was not checking and was nicely crashing as a result. Signed-off-by: Keith Packard <keithp@keithp.com>