<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib, branch new-state</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=new-state</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=new-state'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-10-08T04:49:55+00:00</updated>
<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>
<entry>
<title>altoslib: Add receiver serial to telem file names</title>
<updated>2013-09-06T23:54:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-06T23:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4e22b34bde421a9df090c9196fd4347468c8176a'/>
<id>urn:sha1:4e22b34bde421a9df090c9196fd4347468c8176a</id>
<content type='text'>
Makes it easy to record telemetry from multiple sites and compare them later.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add TeleMini eeprom file to Makefile.am</title>
<updated>2013-09-06T23:51:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-06T23:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a1512255d20c8a395f30ed4914ddd3295842312b'/>
<id>urn:sha1:a1512255d20c8a395f30ed4914ddd3295842312b</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Lock access to AltosLink config_data</title>
<updated>2013-09-06T23:50:46+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-06T23:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1e52d34137626ca756ea01f317ef7c359e464a5b'/>
<id>urn:sha1:1e52d34137626ca756ea01f317ef7c359e464a5b</id>
<content type='text'>
Prevents multiple callers from trying to get config data at the same
time and messing up the serial line

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Set 'valid' for valid TeleMetrum eeprom download</title>
<updated>2013-09-06T23:49:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-06T23:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=29bb16397f14ed617ca3fbf48f2a7b726fd627d8'/>
<id>urn:sha1:29bb16397f14ed617ca3fbf48f2a7b726fd627d8</id>
<content type='text'>
Had separate 'tick_valid' value, which wasn't useful as the supertype
didn't look there.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosui: Add TeleMini-v1.0 eeprom support</title>
<updated>2013-09-06T23:48:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-06T23:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a299a5a9a1b89c7ebc00ebd33a789793a6835181'/>
<id>urn:sha1:a299a5a9a1b89c7ebc00ebd33a789793a6835181</id>
<content type='text'>
Got lost in the AltosState transition

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