<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui/AltosTelemetry.java, branch telegps-v0.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telegps-v0.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telegps-v0.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-06-03T02:16:19+00:00</updated>
<entry>
<title>altosui: Split out lots of the altosui code to a shared library</title>
<updated>2012-06-03T02:16:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-01-03T00:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6510e8495fc5e8057b6092963def4d78978625a0'/>
<id>urn:sha1:6510e8495fc5e8057b6092963def4d78978625a0</id>
<content type='text'>
To be shared with the Android application eventually

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Restructure telemetry classes to be more sane</title>
<updated>2012-03-27T03:11:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-27T03:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=392a3107b9e9cc8c1ea51df6ff5ec54817adbc65'/>
<id>urn:sha1:392a3107b9e9cc8c1ea51df6ff5ec54817adbc65</id>
<content type='text'>
 * Make AltosTelemetryRecord be a class, rather than an interface.

 * Inherit from this for AltosTelemetryRecordLegacy and
   AltosTelemetryRecordRaw.

 * Remove bogus AltosTelemetryRecordGeneral class.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Support raw telemetry from TeleDongle</title>
<updated>2011-06-28T08:03:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-06-28T08:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7fd9b8f720add559b262e81d61ededc9df16ca94'/>
<id>urn:sha1:7fd9b8f720add559b262e81d61ededc9df16ca94</id>
<content type='text'>
Use raw telemetry frames when TeleDongle supports them, this involves
parsing the hex dump of the packet instead of having teledongle take
the packet apart. Only the legacy format is working at this point; the
altos bits for the new split telemetry frames is not written yet.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Handle old TeleDongle receiving kalman telemetry packets</title>
<updated>2011-06-03T06:16:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-06-03T06:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=dc0b49dcbaa2d0a69e002c151337b6e9fd3060d9'/>
<id>urn:sha1:dc0b49dcbaa2d0a69e002c151337b6e9fd3060d9</id>
<content type='text'>
The telemetry packets now send the kalman height/speed/accel values
instead of the ad-hoc values. If received by an old TeleDongle box,
the speed value will be of the form 0x8000abcd, which will be printed
as a 32-bit value by TeleDongle. We only want the abcd part, which is
the speed * 16. Detect this automatically and compute the correct
values for all three.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add telemetry format menu and preferences</title>
<updated>2011-03-23T23:08:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-03-23T23:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7f5b5848ad6ef5c808638a29c3dc0101b56ed11e'/>
<id>urn:sha1:7f5b5848ad6ef5c808638a29c3dc0101b56ed11e</id>
<content type='text'>
Switches the TeleDongle between full and tiny telemetry packet
formats, saving the last used format for each teledongle in the
application preferences.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add support for telemetry version 4</title>
<updated>2011-03-23T20:27:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-03-23T20:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f3e68341f6f5daaf26dd162e4f9a06c29988986a'/>
<id>urn:sha1:f3e68341f6f5daaf26dd162e4f9a06c29988986a</id>
<content type='text'>
New telemetry format needed to support TeleNano and TeleMini

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Move altosui to the top level, placing libaltos inside it.</title>
<updated>2010-11-24T23:09:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-11-24T22:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3fbefb3eea981d34a09496cf8abf0119de2e35bf'/>
<id>urn:sha1:3fbefb3eea981d34a09496cf8abf0119de2e35bf</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
