<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/ao-view/aoview_state.c, branch split-telemetry</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=split-telemetry</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=split-telemetry'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2010-01-11T00:35:58+00:00</updated>
<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>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>Share telemetry parsing code in cc library.</title>
<updated>2009-11-15T06:24:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-15T06:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4cffc9c4b079e39c8196ddbaf91129cda6df7f8b'/>
<id>urn:sha1:4cffc9c4b079e39c8196ddbaf91129cda6df7f8b</id>
<content type='text'>
ao-view had a private copy of the telemetry parsing code which
included the ability to parse the newer version of that file. Those
changes have been moved to the library version and the private copy removed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Pass accel calibration over telemetry stream. Telemetry data format change.</title>
<updated>2009-11-03T08:40:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-03T08:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1de322b960005c9a16051afa1881fadb00f4bcd6'/>
<id>urn:sha1:1de322b960005c9a16051afa1881fadb00f4bcd6</id>
<content type='text'>
This allows the ground station to convert the accelerometer sensor
values into acceleration and speed data. This requires a new telemetry
data structure, and so TeleMetrum and TeleDongle units must be updated
synchronously. ao-view will parse either telemetry stream, and the
serial format from TeleDongle now has a version number to allow for
future changes.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Move usb scanning code to ao-tools library</title>
<updated>2009-09-04T20:00:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-09-04T20:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0c771d999914f9d17c723900f2987acc45fd0fbb'/>
<id>urn:sha1:0c771d999914f9d17c723900f2987acc45fd0fbb</id>
<content type='text'>
This will allow the scanning code to be used by the command line tools
as well as the ao-view GUI.

Now that ao-view depends on the ao-tools library, it has been moved to
the ao-tools directory as well.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
