<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib, branch 1.2.9.4</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.2.9.4</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.2.9.4'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-11-12T05:37:57+00:00</updated>
<entry>
<title>altosui, altoslib: Move eeprom download code to altoslib</title>
<updated>2013-11-12T05:37:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-11-12T05:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0093d5b368669e0c324f8d9dfcd2f004de85ee5c'/>
<id>urn:sha1:0093d5b368669e0c324f8d9dfcd2f004de85ee5c</id>
<content type='text'>
This should make adding eeprom downloading to altosdroid easier

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Make AltosEepromDownload not swing-dependent</title>
<updated>2013-11-12T05:28:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-11-12T05:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=45db3076b257adcf2c9f69ed0927f09d94af7a50'/>
<id>urn:sha1:45db3076b257adcf2c9f69ed0927f09d94af7a50</id>
<content type='text'>
Will move to altoslib

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Start moving eeprom download logic to altoslib</title>
<updated>2013-11-12T05:06:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-11-12T05:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6aa99c160f0695eb25ccc0598e4c36224c89dab4'/>
<id>urn:sha1:6aa99c160f0695eb25ccc0598e4c36224c89dab4</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Raise ParseException on invalid eeprom format</title>
<updated>2013-11-12T05:03:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-11-12T05:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=74d73a2cd0b6a228eb396552e1d16685669349c0'/>
<id>urn:sha1:74d73a2cd0b6a228eb396552e1d16685669349c0</id>
<content type='text'>
Make sure the user knows when data are not downloaded successfully
because the UI doesn't understand the eeprom format.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib,altosui: Be more robust when graphing bogus .telem files</title>
<updated>2013-10-15T03:42:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-10-15T03:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=db4cd8b3838d27bebdeb6a085a739a36f7634a91'/>
<id>urn:sha1:db4cd8b3838d27bebdeb6a085a739a36f7634a91</id>
<content type='text'>
Deal with files containing multiple serial number/flight number values
by preserving the boost_tick value across state resets.

Check for invalid state when computing actual boost time for the stats
window.

Ignore invalid speed/accel values when computing averages.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Change differentiation filter constants and limits</title>
<updated>2013-10-08T04:49:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-10-08T04:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=71666409624bf544e8a55fa5ee91d2f8514a03ca'/>
<id>urn:sha1:71666409624bf544e8a55fa5ee91d2f8514a03ca</id>
<content type='text'>
Larger limits avoids clipping legit data. Using the same filter time
for both ascent and descent makes the results look a bit cleaner.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add TeleMini v2.0 telemetry support</title>
<updated>2013-09-19T05:28:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-19T05:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3bf7ed1761e08d0cb43b0ed330226ec38c844591'/>
<id>urn:sha1:3bf7ed1761e08d0cb43b0ed330226ec38c844591</id>
<content type='text'>
Includes AltosLib and ao-telem

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Prefer averaged ground pres for ground alt computation</title>
<updated>2013-09-19T05:26:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-19T05:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=be7f56b86478ef4a23a2af77338c580b9c9e5e3b'/>
<id>urn:sha1:be7f56b86478ef4a23a2af77338c580b9c9e5e3b</id>
<content type='text'>
If ground pressure is recorded (as from an eeprom file), then prefer
that value to the average of the pre-boost ground pressures when
computing the ground altitude.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Include device name in Table view</title>
<updated>2013-09-07T01:24:46+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-07T01:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2449d123690746d0d0d5d66dfc4d3a05b9f5dc0c'/>
<id>urn:sha1:2449d123690746d0d0d5d66dfc4d3a05b9f5dc0c</id>
<content type='text'>
It's part of the telemetry, so we might as well display it

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: TeleMetrum v2 telemetry includes computes Pa/°C, not raw values</title>
<updated>2013-09-07T01:23:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-07T01:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ae675c66594d366774d8f7f9c78f1236d3810eed'/>
<id>urn:sha1:ae675c66594d366774d8f7f9c78f1236d3810eed</id>
<content type='text'>
Telemetry sends converted pressure/temp values as it doesn't include the
MS5607 calibration data.

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