<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools, branch 1.5.9.1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.5.9.1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.5.9.1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-10-25T04:24:31+00:00</updated>
<entry>
<title>ao-tools/ao-send-telem: Add verbose, fake and rate options</title>
<updated>2014-10-25T04:24:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-10-25T02:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c17dff05b70d98e3193e8e68cc9599f3a30270b5'/>
<id>urn:sha1:c17dff05b70d98e3193e8e68cc9599f3a30270b5</id>
<content type='text'>
Verbose dumps some data while sending packets.
Fake sends constructed packets, once every 500ms.
Rate sets the transmit bit rate.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-test-igniter: Remove bogus printf</title>
<updated>2014-09-13T03:57:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-13T03:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e0077866138a1e29ede7181e39f04860b866543a'/>
<id>urn:sha1:e0077866138a1e29ede7181e39f04860b866543a</id>
<content type='text'>
This must have been left over from testing; it prints "device (null)",
which isn't very useful.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-test-gps: Improve output formatting</title>
<updated>2014-09-13T03:56:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-13T03:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6681d31929266fec9711b3d89a4f074cd2afcc6e'/>
<id>urn:sha1:6681d31929266fec9711b3d89a4f074cd2afcc6e</id>
<content type='text'>
Add a newline before printing out the flags and sats at exit time

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add ao-test-gps program</title>
<updated>2014-09-13T00:22:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-13T00:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d0e597789ac298b108ea04cc1a2c999bcf14bc9c'/>
<id>urn:sha1:d0e597789ac298b108ea04cc1a2c999bcf14bc9c</id>
<content type='text'>
This waits for GPS to report lock

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add ao-tools/ao-cal-accel</title>
<updated>2014-08-18T17:54:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-08-18T17:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fac03ae9762f2af95b1ce5d99894173f9d9146f0'/>
<id>urn:sha1:fac03ae9762f2af95b1ce5d99894173f9d9146f0</id>
<content type='text'>
This C version may be more reliable than the nickle version

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-send-telem: Support sending TM v2 and Tm v2 telemetry</title>
<updated>2014-08-18T03:55:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-08-18T03:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=830f31fd6dc280e7a63ba689b7a48beff5c49072'/>
<id>urn:sha1:830f31fd6dc280e7a63ba689b7a48beff5c49072</id>
<content type='text'>
Add state tracking so the telemetry sending code works.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add a few GPS telem/eeprom constants</title>
<updated>2014-07-14T03:41:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-14T03:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5d1adc6775a66633661af747bc4176e06f97630f'/>
<id>urn:sha1:5d1adc6775a66633661af747bc4176e06f97630f</id>
<content type='text'>
These make it possible to encode/decode GPS data from telemetry and
eeprom files

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Provide altitude to temperature conversion function</title>
<updated>2014-07-14T03:40:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-14T03:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6c9daa4f471ac90ffce3bfe8876c9008f79a5b7f'/>
<id>urn:sha1:6c9daa4f471ac90ffce3bfe8876c9008f79a5b7f</id>
<content type='text'>
This takes altitude and computes the 'normal' temperature for
that.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add TMv2 and Tgps log formats to cc.h</title>
<updated>2014-07-13T18:06:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-13T18:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e447e1e5c90d3fc1be9c5a1c966c7c688a87ba18'/>
<id>urn:sha1:e447e1e5c90d3fc1be9c5a1c966c7c688a87ba18</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add ao-test-baro, ao-test-igniter and ao-test-flash</title>
<updated>2014-06-23T06:52:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-23T04:12:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fc3364de2b6cdfff53f5c38b3ae52ae5601ff3b7'/>
<id>urn:sha1:fc3364de2b6cdfff53f5c38b3ae52ae5601ff3b7</id>
<content type='text'>
C versions of the test programs used to validate hardware prior to ship

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