<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao_monitor.c, branch fake-flight</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=fake-flight</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=fake-flight'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2009-06-04T17:41:34+00:00</updated>
<entry>
<title>Use autotools, move altos to src subdir</title>
<updated>2009-06-04T17:41:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-06-04T17:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7'/>
<id>urn:sha1:210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Transmit computed ground pressure and acceleration values</title>
<updated>2009-05-18T06:36:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-18T06:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=91b07410122d0eaaf292cdb31c200925d45eaf2c'/>
<id>urn:sha1:91b07410122d0eaaf292cdb31c200925d45eaf2c</id>
<content type='text'>
These are the last two values relevant to figuring out the state of the
flight computer, and as they are computed by averaging 10 seconds of 100Hz
sample data, they're a lot more accurate than anything the receiver could do
on its own.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Send computed accel/vel/pres values over the radio</title>
<updated>2009-05-18T05:29:54+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-18T05:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7cb9fb675f56bf30ab6bf0bcdc5cb679709ffe3e'/>
<id>urn:sha1:7cb9fb675f56bf30ab6bf0bcdc5cb679709ffe3e</id>
<content type='text'>
These computed values reflect what the flight computer is actually refering
to for state changes, and will be useful in debugging the flight software as
well as provide a filtered view of the data.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Enable radio monitor by default in teleterra, teledongle and tidongle</title>
<updated>2009-05-14T03:40:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-14T03:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9b974217958b1017e62d6c4f4568f547ccc30c58'/>
<id>urn:sha1:9b974217958b1017e62d6c4f4568f547ccc30c58</id>
<content type='text'>
These ground loads want to monitor the radio constantly, and not require use
of the 'm' command before listening.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Split out ao_state_names to separate file</title>
<updated>2009-05-14T03:38:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-14T03:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=05493b98eb1ae4d30cb0b600849d70b03fa33594'/>
<id>urn:sha1:05493b98eb1ae4d30cb0b600849d70b03fa33594</id>
<content type='text'>
Allows state names to be used in programs without monitoring enabled.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Indicate RSSI with a blinking LED</title>
<updated>2009-05-13T21:29:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-13T21:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d085d43701e3cdd2119e947a9ae45baa78c80318'/>
<id>urn:sha1:d085d43701e3cdd2119e947a9ae45baa78c80318</id>
<content type='text'>
Blink the red LED at a rate proportional to the RSSI value.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Print only RSSI when packet CRC is invalid</title>
<updated>2009-05-13T18:16:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-13T18:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d3dbd8949e1102220ad5fd0863f493c819b96e46'/>
<id>urn:sha1:d3dbd8949e1102220ad5fd0863f493c819b96e46</id>
<content type='text'>
Packets with invalid CRC usually contain bogus data, so don't print that,
just print out the RSSI which may contain useful data.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Clean up commands a bit</title>
<updated>2009-04-26T22:38:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-26T22:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=819f1de8dd6010fae050bcef930943c7923929f9'/>
<id>urn:sha1:819f1de8dd6010fae050bcef930943c7923929f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up monitor output a bit</title>
<updated>2009-04-26T08:36:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-26T08:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2e737ad00cad5d893b252d8aa9dbff3d9b800731'/>
<id>urn:sha1:2e737ad00cad5d893b252d8aa9dbff3d9b800731</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add RDF beacon and callsign to telemetry</title>
<updated>2009-04-25T21:42:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-25T21:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e45fce7f82d704d677f84c69b0e07588d109d780'/>
<id>urn:sha1:e45fce7f82d704d677f84c69b0e07588d109d780</id>
<content type='text'>
</content>
</entry>
</feed>
