<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/ao-view, branch gpio</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=gpio</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=gpio'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2010-06-17T04:48:04+00:00</updated>
<entry>
<title>ao-view: disable radio telemetry monitoring during channel change</title>
<updated>2010-06-17T04:48:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-06-17T04:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=50ae347bf9de49ccfc92d26888f36e155fb406a3'/>
<id>urn:sha1:50ae347bf9de49ccfc92d26888f36e155fb406a3</id>
<content type='text'>
This makes ao-view disable the radio so that the channel change has an
immediate effect rather than waiting for a packet on the old channel.

Note that this should also be fixed in the TM code itself so that this
change wouldn't be required.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Autodetect flite voice registration function</title>
<updated>2010-04-23T20:53:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-04-23T20:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=75d8ffd4eadf31d50b2f58c021530c17ff1bdc66'/>
<id>urn:sha1:75d8ffd4eadf31d50b2f58c021530c17ff1bdc66</id>
<content type='text'>
Old versions of flite exported the function 'register_cmu_us_kal'
while new ones export 'register_cmu_us_kal16'. This patch just checks
which one is available and uses that.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Use 16-bit flite voice (which appears to have changed symbols recently)</title>
<updated>2010-04-08T20:30:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-04-08T20:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a4356b9bcf679c4d7b88fbbad77a98ecb0f80098'/>
<id>urn:sha1:a4356b9bcf679c4d7b88fbbad77a98ecb0f80098</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Need to duplicate new altitude conversion code in aoview.</title>
<updated>2010-03-01T02:25:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-03-01T02:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6e61170d42936c18cd6efba6f4c14af616a30745'/>
<id>urn:sha1:6e61170d42936c18cd6efba6f4c14af616a30745</id>
<content type='text'>
Altitude conversion is now done with a smaller table and interpolation
instead of a giant table.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Switch to using internal cc1111 temperature sensor</title>
<updated>2010-01-11T00:35:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-01-11T00:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9856b7c4397afcecc8f541af9a83824e817b3612'/>
<id>urn:sha1:9856b7c4397afcecc8f541af9a83824e817b3612</id>
<content type='text'>
v0.2 has no temperature sensor, and several of the v0.1 boards didn't
get a temperature sensor loaded. Use the internal temperature sensor
on the cc1111 in all cases instead.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Automatically extract flight number for eeprom and telem filenames.</title>
<updated>2009-11-22T09:10:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-22T09:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d6ba07e885bdc62ba64719c9d8cc42fcecbcb09d'/>
<id>urn:sha1:d6ba07e885bdc62ba64719c9d8cc42fcecbcb09d</id>
<content type='text'>
Extract flight number from either telemetry or eeprom files and use
that in the resulting filenames. To ensure that files remain unique,
add a new field, -seq-%03d. This is appended only when the sequence
number is non-zero as it shouldn't occur in normal usage.

This also eliminates some duplicate filename creation code in the
library and aoview sources.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Eliminate SiRF state values from ao-view.</title>
<updated>2009-11-20T20:16:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-20T20:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=87e6f3e5c1688503ab8595912d8d6eb7139830b7'/>
<id>urn:sha1:87e6f3e5c1688503ab8595912d8d6eb7139830b7</id>
<content type='text'>
With Skytraq not having any visible GPS state information, just
remove this from the display.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add date to GPS data, captured from GPRMC packet.</title>
<updated>2009-11-16T00:19:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-16T00:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=524665fc221b0d483453c67b7211e282cebc8980'/>
<id>urn:sha1:524665fc221b0d483453c67b7211e282cebc8980</id>
<content type='text'>
Pull the date out of the GPS stream and send it over the telemetry
link and write it to the eeprom.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add flight number to telemetry stream.</title>
<updated>2009-11-15T23:59:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-15T23:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3ee279ba76c2a79d142c466f19ef758cf4c01d70'/>
<id>urn:sha1:3ee279ba76c2a79d142c466f19ef758cf4c01d70</id>
<content type='text'>
This makes it easier to tie the telemetry and eeprom files together as
they're now both labeled with serial and flight numbers, which should
be unique.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Enable telemetry receive in ao_view</title>
<updated>2009-11-15T23:51:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-15T23:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9b06e294e2777f69bcf5e98789c3f5477097d53b'/>
<id>urn:sha1:9b06e294e2777f69bcf5e98789c3f5477097d53b</id>
<content type='text'>
</content>
</entry>
</feed>
