fw/altos
10 years agoRe-add LCD bits to stm-demo
Keith Packard [Sun, 9 Mar 2014 00:25:33 +0000 (16:25 -0800)]
Re-add LCD bits to stm-demo

10 years agoAdd flash loader for stm-demo board
Keith Packard [Sun, 9 Mar 2014 00:25:10 +0000 (16:25 -0800)]
Add flash loader for stm-demo board

10 years agodoc: Add separate outline pdf generation
Keith Packard [Sat, 8 Mar 2014 05:27:26 +0000 (21:27 -0800)]
doc: Add separate outline pdf generation

This generates one-page pdf files that contain just the outline of
each product.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoInstall .desktopfile as _SCRIPTS so they are left executable
Keith Packard [Sat, 1 Mar 2014 07:04:54 +0000 (23:04 -0800)]
Install .desktopfile as _SCRIPTS so they are left executable

.desktop files should be marked executable so that the desktop
environment knows they are correct.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltosui: Retry device enumeration after rebooting for self flash
Keith Packard [Sat, 1 Mar 2014 05:16:57 +0000 (21:16 -0800)]
altosui: Retry device enumeration after rebooting for self flash

Windows takes 'a while' to include the rebooted device in the list of
available devices, so try a few times with a 100ms delay so that we
can avoid asking the user to select from an empty list.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoMark development sequence to 1.3.3 by bumping version to 1.3.2.1
Keith Packard [Sat, 1 Mar 2014 05:16:36 +0000 (21:16 -0800)]
Mark development sequence to 1.3.3 by bumping version to 1.3.2.1

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agolibaltos: Link so with -znoexecstack flag
Keith Packard [Mon, 24 Feb 2014 01:42:08 +0000 (17:42 -0800)]
libaltos: Link so with -znoexecstack flag

This marks the library as not requiring an executable stack, which
openjdk prefers

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoMerge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Bdale Garbee [Thu, 20 Feb 2014 20:23:52 +0000 (13:23 -0700)]
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos

10 years agoupdate turnon scripts to store cal values
Bdale Garbee [Thu, 20 Feb 2014 20:23:32 +0000 (13:23 -0700)]
update turnon scripts to store cal values

10 years agotypo fixes from Matt Kraai
Bdale Garbee [Thu, 20 Feb 2014 20:23:20 +0000 (13:23 -0700)]
typo fixes from Matt Kraai

10 years agoaltos: Create balloon-specific load for TMv2 hardware
Keith Packard [Tue, 18 Feb 2014 17:47:51 +0000 (09:47 -0800)]
altos: Create balloon-specific load for TMv2 hardware

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Make balloon code run again
Keith Packard [Tue, 18 Feb 2014 17:46:17 +0000 (09:46 -0800)]
altos: Make balloon code run again

This fixes the balloon code so that it works with recent altos bits

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Set reasonable accel values when !HAS_ACCEL
Keith Packard [Tue, 18 Feb 2014 17:45:41 +0000 (09:45 -0800)]
altos: Set reasonable accel values when !HAS_ACCEL

This lets us use telemetrum log and telemetry formats for balloons

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Expose ao_usb_running globally
Keith Packard [Tue, 18 Feb 2014 17:44:52 +0000 (09:44 -0800)]
altos: Expose ao_usb_running globally

This lets other bits of the code know when USB has been connected.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Move balloon flight code to core
Keith Packard [Tue, 18 Feb 2014 17:43:43 +0000 (09:43 -0800)]
altos: Move balloon flight code to core

This lets us create more than one balloon product

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Need to publish .svg files as well
Keith Packard [Tue, 18 Feb 2014 05:30:28 +0000 (21:30 -0800)]
doc: Need to publish .svg files as well

The drill templates are all .svg files that are referenced by the
generated html.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoRe-create drill templates
Keith Packard [Tue, 18 Feb 2014 05:27:57 +0000 (21:27 -0800)]
Re-create drill templates

Using inkscape, the drill templates weren't getting printed
correctly. Switching to hand-generated svg fixes that.

The .xsl file is also fixed to really encourage the images to be
printed at exactly 100%.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodeliver images used in MicroPeak manual to web server, too
Bdale Garbee [Mon, 17 Feb 2014 07:15:58 +0000 (00:15 -0700)]
deliver images used in MicroPeak manual to web server, too

10 years agoupdate copyright year assertion in MicroPeak manual, remember during releases
Bdale Garbee [Mon, 17 Feb 2014 07:10:05 +0000 (00:10 -0700)]
update copyright year assertion in MicroPeak manual, remember during releases

10 years agoMark .desktop files as executable
Keith Packard [Mon, 17 Feb 2014 02:01:10 +0000 (18:01 -0800)]
Mark .desktop files as executable

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agomicropeak: Construct linux install script
Keith Packard [Sun, 16 Feb 2014 23:53:50 +0000 (15:53 -0800)]
micropeak: Construct linux install script

Uses the same script as altosui, just edits the final path name

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoMove .desktop and icon management out of debian dir
Keith Packard [Sun, 16 Feb 2014 23:17:40 +0000 (15:17 -0800)]
Move .desktop and icon management out of debian dir

This constructs a .desktop file from a template and installs it, along
with suitable .svg icons, during the normal build process

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoPut altusmetrum.svg and micropeak.svg in icon directory
Keith Packard [Sun, 16 Feb 2014 22:57:38 +0000 (14:57 -0800)]
Put altusmetrum.svg and micropeak.svg in icon directory

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoMerge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Bdale Garbee [Sun, 16 Feb 2014 22:53:35 +0000 (15:53 -0700)]
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos

10 years agouse svg in the .desktop file
Bdale Garbee [Sun, 16 Feb 2014 22:53:22 +0000 (15:53 -0700)]
use svg in the .desktop file

10 years agohave the cal-freq script save cal values to a file
Bdale Garbee [Sun, 16 Feb 2014 22:51:32 +0000 (15:51 -0700)]
have the cal-freq script save cal values to a file

10 years agoAdd linux installer script
Keith Packard [Sun, 16 Feb 2014 21:01:29 +0000 (13:01 -0800)]
Add linux installer script

Create a linux installer shell script that unpacks the archive in a
sensible place and adds a .desktop file to the environment

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoupdating changelog for release branch-1.3 1.3.2
Bdale Garbee [Fri, 14 Feb 2014 04:53:13 +0000 (21:53 -0700)]
updating changelog for release

10 years agodoc: Update the 1.3.2 release notes to include APRS and Fire Igniter changes
Keith Packard [Mon, 10 Feb 2014 07:47:47 +0000 (23:47 -0800)]
doc: Update the 1.3.2 release notes to include APRS and Fire Igniter changes

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Add remaining configurable parameters to the System Operation chapter
Keith Packard [Mon, 10 Feb 2014 07:46:39 +0000 (23:46 -0800)]
doc: Add remaining configurable parameters to the System Operation chapter

Yes, this duplicates the section in the AltosUI chapter, but I'm not
sure how to describe the device without talking about it in two
places, so we might as well make both of them complete.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Put locked/unlocked GPS status in APRS comments
Keith Packard [Mon, 10 Feb 2014 06:54:31 +0000 (22:54 -0800)]
altos: Put locked/unlocked GPS status in APRS comments

Replace the 'S' (which marks the field showing sats in view) with
either 'L' or 'U' to tell the user whether the GPS receiver is locked
or unlocked.

This also removes the colons in the comment field to shorten it. This
makes it fit on one line of my FT1D display.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Re-send previous GPS position in APRS if lock is lost
Keith Packard [Mon, 10 Feb 2014 06:53:05 +0000 (22:53 -0800)]
altos: Re-send previous GPS position in APRS if lock is lost

APRS radios often show only the last received APRS packet, which means
that erasing the last known GPS position when we lose lock by sending
0/0/0 is unhelpful. Instead, just send the last known position, and
make sure that we send 0/0/0 before we're locked the first time.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Fixup named ADC printing
Keith Packard [Sun, 9 Feb 2014 06:02:02 +0000 (22:02 -0800)]
altos: Fixup named ADC printing

Print all ADC values on one line when using named ADC values

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Add needed math sources to TeleGPS v0.1 build
Keith Packard [Sun, 9 Feb 2014 04:05:02 +0000 (20:05 -0800)]
altos: Add needed math sources to TeleGPS v0.1 build

APRS requires the logf function to report altitude.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Report nsat in view in APRS packet
Keith Packard [Sun, 9 Feb 2014 04:02:54 +0000 (20:02 -0800)]
altos: Report nsat in view in APRS packet

This adds the number of sats in view (as opposed to the number of sats
in solution) to the APRS packet.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Don't write more than 12 sat infos in ublox driver
Keith Packard [Sun, 9 Feb 2014 04:00:56 +0000 (20:00 -0800)]
altos: Don't write more than 12 sat infos in ublox driver

This was overwriting memory past the end of the ao_gps_tracking_data
array, which isn't a good idea.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos/stm: Block interrupts while reprogramming flash
Keith Packard [Sat, 1 Feb 2014 08:32:43 +0000 (00:32 -0800)]
altos/stm: Block interrupts while reprogramming flash

Wouldn't work well to get interrupted...

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Enable system timer in flash loader and prod watchdog with it
Keith Packard [Sat, 1 Feb 2014 08:06:30 +0000 (00:06 -0800)]
altos: Enable system timer in flash loader and prod watchdog with it

This makes it possible to reflash the board without needing to disable
the watchdog.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Eliminate warnings in FAT code
Keith Packard [Sat, 1 Feb 2014 01:44:45 +0000 (17:44 -0800)]
altos: Eliminate warnings in FAT code

The FAT file system code wasn't cleaned up when the warning fixes were
done recently.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Add watchdog timer task
Keith Packard [Thu, 21 Mar 2013 17:16:35 +0000 (10:16 -0700)]
altos: Add watchdog timer task

This new task frobs a pin periodically to inform the hardware that the
operating system is running.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Add names when reporting STM ADC values
Keith Packard [Thu, 24 Jan 2013 05:36:18 +0000 (21:36 -0800)]
altos: Add names when reporting STM ADC values

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Add title page image to altusmetrum.pdf
Keith Packard [Sat, 8 Feb 2014 22:31:06 +0000 (14:31 -0800)]
doc: Add title page image to altusmetrum.pdf

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Ignore generate template XSL file
Keith Packard [Sat, 8 Feb 2014 22:30:52 +0000 (14:30 -0800)]
doc: Ignore generate template XSL file

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Document GPS max height addition
Keith Packard [Sat, 8 Feb 2014 22:24:48 +0000 (14:24 -0800)]
doc: Document GPS max height addition

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Update micropeak docs to include lots of pictures
Keith Packard [Sat, 8 Feb 2014 22:24:13 +0000 (14:24 -0800)]
doc: Update micropeak docs to include lots of pictures

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Micropeak doc updates for 1.3.2
Keith Packard [Sat, 8 Feb 2014 18:25:33 +0000 (10:25 -0800)]
doc: Micropeak doc updates for 1.3.2

New 'download' button.
Update download instructions for new USB adapter.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agomicropeak: Missing a couple of new exceptions when loading files
Keith Packard [Sat, 8 Feb 2014 06:45:26 +0000 (22:45 -0800)]
micropeak: Missing a couple of new exceptions when loading files

The change to keep reading on invalid chars from the serial port
exposed a couple of new exceptions from the MicroData code which the
file loading code needs to cope with.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agomicropeak: Keep reading until we get valid data
Keith Packard [Sat, 8 Feb 2014 06:32:17 +0000 (22:32 -0800)]
micropeak: Keep reading until we get valid data

Don't stop just because we saw something invalid on the serial line;
let the user try again, or cancel when they get bored.

However, if the serial line disappears or some other fatal error
occurs, then do stop and put up an error dialog.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: report 0/0/0 for APRS position when GPS is not locked
Keith Packard [Fri, 7 Feb 2014 01:08:34 +0000 (17:08 -0800)]
altos: report 0/0/0 for APRS position when GPS is not locked

We were reporting whatever the GPS device sent, even if it wasn't
reporting a valid status. That's not terribly useful.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agomicropeak: Watch serial data during download
Keith Packard [Mon, 3 Feb 2014 08:24:38 +0000 (00:24 -0800)]
micropeak: Watch serial data during download

This adds a text area to monitor the incoming serial data in case some
problem occurs.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltoslib: Use existing unicode Charset in AltosLink
Keith Packard [Mon, 3 Feb 2014 08:26:42 +0000 (00:26 -0800)]
altoslib: Use existing unicode Charset in AltosLink

Instead of making AltosLink look up the unicode charset, just provide
it directly.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Mention that an APRS interval of 0 disables it entirely
Keith Packard [Sat, 1 Feb 2014 02:09:26 +0000 (18:09 -0800)]
doc: Mention that an APRS interval of 0 disables it entirely

And mention that the value is a time in seconds between APRS packets.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Replace screen captures with 'active' window ones
Keith Packard [Fri, 31 Jan 2014 04:54:24 +0000 (20:54 -0800)]
doc: Replace screen captures with 'active' window ones

These are the same as the previous captures, just with the titlebar
highlighted instead of grey so that they're all consistent. These were
also done with the gimp which makes the areas outside of the window
(like outside the rounded corners) have zero alpha so that the white
background shows through.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Update screen capture of pyro config with correct names
Keith Packard [Fri, 31 Jan 2014 02:42:08 +0000 (18:42 -0800)]
doc: Update screen capture of pyro config with correct names

With the UI now using letters as TeleMega does, update the screen shot
used in the manual to match

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltosui: Use letter names for pyro channels in pyro config UI
Keith Packard [Fri, 31 Jan 2014 02:38:01 +0000 (18:38 -0800)]
altosui: Use letter names for pyro channels in pyro config UI

TeleMega has the extra pyro channels labeled A, B, C, D instead of 0,
1, 2, 3. Use those names in the UI to avoid confusion.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Add explicit paragraph about using one battery with Tmega
Keith Packard [Wed, 29 Jan 2014 05:52:57 +0000 (21:52 -0800)]
doc: Add explicit paragraph about using one battery with Tmega

Just in case the factory-supplied jumper gets lost.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agouse firmware in /usr/share/altos for teledongle, update telemetrum for v2.0
Bdale Garbee [Wed, 29 Jan 2014 01:21:10 +0000 (18:21 -0700)]
use firmware in /usr/share/altos for teledongle, update telemetrum for v2.0

10 years agoaltoslib: Don't lose gps_height value between GPS samples
Keith Packard [Sat, 25 Jan 2014 06:43:25 +0000 (22:43 -0800)]
altoslib: Don't lose gps_height value between GPS samples

gps_height is now reliably updated whenever GPS altitude data is
received, so don't try to reset it between samples.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltosui: Show GPS max height in flight stats window of graph
Keith Packard [Sat, 25 Jan 2014 06:40:49 +0000 (22:40 -0800)]
altosui: Show GPS max height in flight stats window of graph

Uses the new state.max_gps_height() function.#

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltoslib: Track GPS altitude values to be able to report max gps height
Keith Packard [Sat, 25 Jan 2014 06:39:10 +0000 (22:39 -0800)]
altoslib: Track GPS altitude values to be able to report max gps height

This adds separate GPS altitude and GPS ground altitude values so that
the AltosState object can report GPS max height.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Fix spelling of decelerate
Keith Packard [Sat, 25 Jan 2014 05:34:39 +0000 (21:34 -0800)]
doc: Fix spelling of decelerate

10 years agodoc: Document flight computer wiring connections
Keith Packard [Sat, 25 Jan 2014 05:31:17 +0000 (21:31 -0800)]
doc: Document flight computer wiring connections

This details all of the wiring connections for each flight computer
and explains how to wire batteries, switches and how to use external
pyro batteries and active switches with each one.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoSet version to 1.3.2 in preparation for release
Keith Packard [Fri, 24 Jan 2014 18:10:00 +0000 (10:10 -0800)]
Set version to 1.3.2 in preparation for release

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Add 1.3.2 release notes
Keith Packard [Fri, 24 Jan 2014 17:35:55 +0000 (09:35 -0800)]
doc: Add 1.3.2 release notes

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Tmega Don't try to log info about more than 12 GPS sats
Keith Packard [Fri, 24 Jan 2014 17:21:46 +0000 (09:21 -0800)]
altos: Tmega Don't try to log info about more than 12 GPS sats

The mega log format has a single packet for GPS info which holds a
maximum of 12 satellites. Bdale managed to get 14 sats in view, which
ended up crashing the ground station software, and also overflowed the
gps_tracking_data structure.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltoslib: Validate TeleMega GPS_SAT log packet nsat
Keith Packard [Fri, 24 Jan 2014 06:16:36 +0000 (22:16 -0800)]
altoslib: Validate TeleMega GPS_SAT log packet nsat

Make sure nsat is not more than the size of the array

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoupdate notes on how to release
Bdale Garbee [Thu, 23 Jan 2014 04:31:03 +0000 (21:31 -0700)]
update notes on how to release

10 years agofreshen ChangeLog for release 1.3.1
Bdale Garbee [Thu, 23 Jan 2014 03:53:03 +0000 (20:53 -0700)]
freshen ChangeLog for release

10 years agoupdate copyright date on main documentation file
Bdale Garbee [Thu, 23 Jan 2014 03:52:09 +0000 (20:52 -0700)]
update copyright date on main documentation file

10 years agodoc: Update for 1.3.1
Keith Packard [Wed, 22 Jan 2014 07:02:27 +0000 (23:02 -0800)]
doc: Update for 1.3.1

Add 1.3.1 release notes. Update screen shots. Document new functionality

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Fix image widths to make them all scale the same amount
Keith Packard [Wed, 22 Jan 2014 07:01:28 +0000 (23:01 -0800)]
doc: Fix image widths to make them all scale the same amount

Hand-compute scale factors so that all images are presented at the
same relative size as they would be on the screen.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltosui: Handle serial-port startup errors in idle-monitor
Keith Packard [Wed, 22 Jan 2014 06:13:01 +0000 (22:13 -0800)]
altosui: Handle serial-port startup errors in idle-monitor

Trap exceptions during idle monitor startup and report them.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltosui: Handle already-opened link in IgniteUI
Keith Packard [Wed, 22 Jan 2014 06:01:39 +0000 (22:01 -0800)]
altosui: Handle already-opened link in IgniteUI

Must run the link open from the UI thread so that we can put up the
in-use dialog immdiately; otherwise the UI thread is blocked which
means the dialog never appears and the app appears to hang.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltosuilib: Remove some spurious debug printfs
Keith Packard [Wed, 22 Jan 2014 05:37:18 +0000 (21:37 -0800)]
altosuilib: Remove some spurious debug printfs

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltoslib: Fetch target device config for Fire Igniter npyro value
Keith Packard [Wed, 22 Jan 2014 05:34:58 +0000 (21:34 -0800)]
altoslib: Fetch target device config for Fire Igniter npyro value

The code was using the AltosLink config_data, which is always the
locally connected device's configuration. When using the packet link,
that's not terribly useful when asking how many extra pyro channels
are available.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoMerge remote-tracking branch 'origin/master'
Keith Packard [Wed, 22 Jan 2014 04:59:06 +0000 (20:59 -0800)]
Merge remote-tracking branch 'origin/master'

10 years agoset version to 1.3.1 for release
Bdale Garbee [Wed, 22 Jan 2014 04:31:25 +0000 (21:31 -0700)]
set version to 1.3.1 for release

10 years agoaltosui: rate limit map downloads
Anthony Towns [Mon, 20 Jan 2014 09:38:21 +0000 (19:38 +1000)]
altosui: rate limit map downloads

10 years agoaltosui: --fetchmaps gets same number of maps as GUI
Anthony Towns [Sun, 19 Jan 2014 19:10:58 +0000 (05:10 +1000)]
altosui: --fetchmaps gets same number of maps as GUI

10 years agoAltosSiteMapPreload: only load 49 maps
Anthony Towns [Sun, 19 Jan 2014 18:52:43 +0000 (04:52 +1000)]
AltosSiteMapPreload: only load 49 maps

Google Static Maps API limits queries to 50 maps per IP per minute,
so querying a 7x7 array instead of a 9x9 array seems more likely to
work well.

10 years agoaltosui: Make romconfig serial and radio cal fields 8 digits wide
Keith Packard [Sun, 19 Jan 2014 08:17:06 +0000 (00:17 -0800)]
altosui: Make romconfig serial and radio cal fields 8 digits wide

This ensure that they are wide enough to show a cc1120 calibration
value, which is 7 digits.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoset version to 1.3.0.2 for test flights this weekend
Bdale Garbee [Sat, 18 Jan 2014 03:55:45 +0000 (20:55 -0700)]
set version to 1.3.0.2 for test flights this weekend

10 years agouse firmware in /usr/share/altos for production flashing
Bdale Garbee [Sat, 18 Jan 2014 03:47:16 +0000 (20:47 -0700)]
use firmware in /usr/share/altos for production flashing

10 years agoaltos: Add missing ADC divider values for Tmega v1.0
Keith Packard [Wed, 15 Jan 2014 21:28:16 +0000 (13:28 -0800)]
altos: Add missing ADC divider values for Tmega v1.0

Somehow I left these out of the previous commit

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoIgnore 32 and 64 bit cjnitest apps
Keith Packard [Wed, 15 Jan 2014 20:42:59 +0000 (12:42 -0800)]
Ignore 32 and 64 bit cjnitest apps

10 years agoaltos: Report battery, apogee and main voltages over APRS
Keith Packard [Wed, 15 Jan 2014 20:40:26 +0000 (12:40 -0800)]
altos: Report battery, apogee and main voltages over APRS

This makes APRS more usable when you mute the RF audio on the HT.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Use factory calibration for all acceleration computations
Keith Packard [Wed, 15 Jan 2014 07:29:59 +0000 (23:29 -0800)]
altos: Use factory calibration for all acceleration computations

The ground acceleration value will vary depending on the tilt angle of
the airframe, which will result in incorrect acceleration computations
during flight. This also avoids accidental boost detect when moving
the airframe around in pad mode.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Switch APRS to compressed position format
Keith Packard [Wed, 15 Jan 2014 07:21:40 +0000 (23:21 -0800)]
altos: Switch APRS to compressed position format

This provides lat/lon/alt in fewer bytes while improving precision.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agodoc: Ship telemini outline as pdf file too
Keith Packard [Wed, 15 Jan 2014 07:18:40 +0000 (23:18 -0800)]
doc: Ship telemini outline as pdf file too

Build telemini.pdf from telemini.svg and include it in all of the
released packages.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltosui: Require both libaltos32 and libaltos64 for fat Linux tarball
Keith Packard [Thu, 2 Jan 2014 06:08:13 +0000 (22:08 -0800)]
altosui: Require both libaltos32 and libaltos64 for fat Linux tarball

No sense shipping a broken tarball ever

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agolibaltos: Build -m64 and -m32 for fat tarball when possible
Keith Packard [Thu, 2 Jan 2014 06:02:56 +0000 (22:02 -0800)]
libaltos: Build -m64 and -m32 for fat tarball when possible

Check to see if we can compile libaltos for both 32 bit and 64 bit
systems, and then use those when generating the linux tarball.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoBump version to 1.3.9.1
Keith Packard [Thu, 2 Jan 2014 06:02:04 +0000 (22:02 -0800)]
Bump version to 1.3.9.1

Lots of new features; let's not release with 1.3 set

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltosui: Handle a missing libaltos when starting up
Keith Packard [Thu, 2 Jan 2014 06:00:24 +0000 (22:00 -0800)]
altosui: Handle a missing libaltos when starting up

Skip a null list of devices when figuring out what to open monitor
windows for during startup.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Flip acceleration data consistently for orientation changes
Keith Packard [Thu, 2 Jan 2014 05:12:20 +0000 (21:12 -0800)]
altos: Flip acceleration data consistently for orientation changes

Must flip the acceleration calibration data using the same function as
flipping the actual acceleration data or the calibration will no
longer be valid after changing orientation. For the MMA655x, this
means using 4095 in both places, rather than using 0x7fff for the
calibration data changes and 4095 for the data value changes. For the
MPU6000, this means using 0 in both places.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltos: Add 'O' command for TeleMega orient testing
Keith Packard [Sat, 28 Dec 2013 18:18:53 +0000 (10:18 -0800)]
altos: Add 'O' command for TeleMega orient testing

Only present when HAS_FLIGHT_DEBUG is enabled, this command lets the
user check the orientation tracking code by showing the current
orientation and when the calibration values are reset.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltosui: Switch Graph to AltosOrient type
Keith Packard [Sat, 28 Dec 2013 18:17:37 +0000 (10:17 -0800)]
altosui: Switch Graph to AltosOrient type

The graph was using a private class for orient type, use the altoslib one

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltosui: Adjust info table column width
Keith Packard [Sat, 28 Dec 2013 18:16:24 +0000 (10:16 -0800)]
altosui: Adjust info table column width

Make sure the info table can show a full longitude value

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltosui: Add orient to ascent and info table views
Keith Packard [Sat, 28 Dec 2013 18:15:26 +0000 (10:15 -0800)]
altosui: Add orient to ascent and info table views

This adds 'tilt angle' to both ascent and info table views

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltoslib: Add AltosOrient class and max_orient()
Keith Packard [Sat, 28 Dec 2013 18:13:05 +0000 (10:13 -0800)]
altoslib: Add AltosOrient class and max_orient()

This adds the class necessary to put orient into a UI.

Signed-off-by: Keith Packard <keithp@keithp.com>
10 years agoaltosui: Extend Fire Igniter to additional channels
Keith Packard [Sat, 21 Dec 2013 16:56:00 +0000 (08:56 -0800)]
altosui: Extend Fire Igniter to additional channels

This lets the UI test fire other pyro channels on TeleMega

Signed-off-by: Keith Packard <keithp@keithp.com>