<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao.h, branch sn4-flight2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=sn4-flight2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=sn4-flight2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2009-05-14T03:40:42+00:00</updated>
<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>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>Decrease telemetry rate on the pad to 1/sec instead of 20/sec</title>
<updated>2009-05-11T05:58:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-11T05:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e9584e846b9bd7926d61451d32ba5d7a30416f7b'/>
<id>urn:sha1:e9584e846b9bd7926d61451d32ba5d7a30416f7b</id>
<content type='text'>
Transmitting telemetry through the radio consumes a significant amount of
battery; reducing the rate to 1/sec will reduce power usage while waiting
for launch.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Record average accelerometer value in flight start log record</title>
<updated>2009-05-11T05:54:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-11T05:54:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=98806b1ff3f41484663d61ff430e9e2764c7b5e6'/>
<id>urn:sha1:98806b1ff3f41484663d61ff430e9e2764c7b5e6</id>
<content type='text'>
The average accelerometer value cannot be extracted from the log as the
record starts after that is computed. As that drives much of the
accelerometer-based state transition logic, it is an important value to
have, so we log it as part of the flight start record now.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add version command to show product information</title>
<updated>2009-05-09T17:24:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-09T17:24:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a12edbfe21fe27a9efbf87bacda9ab4806256e2b'/>
<id>urn:sha1:a12edbfe21fe27a9efbf87bacda9ab4806256e2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use 'char' instead of 'uint8_t' for character data</title>
<updated>2009-04-30T00:46:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-30T00:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=de7814c738488c2c16c6216c93fa78128895e5d5'/>
<id>urn:sha1:de7814c738488c2c16c6216c93fa78128895e5d5</id>
<content type='text'>
String and character constants are of char type, so using uint8_t causes
promotion to 16-bit types when comparing the two.
</content>
</entry>
<entry>
<title>Label binaries with product and serial info</title>
<updated>2009-04-26T22:05:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-26T22:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=70a69f3acdca27b80cdb2069de59bbc6dba83dbd'/>
<id>urn:sha1:70a69f3acdca27b80cdb2069de59bbc6dba83dbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add configuration support</title>
<updated>2009-04-26T07:11:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-26T07:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=38a0b61b0a0b3c00f064c8d562950a17a6ddff4a'/>
<id>urn:sha1:38a0b61b0a0b3c00f064c8d562950a17a6ddff4a</id>
<content type='text'>
Current config variables:
Main deploy altitude above launch (in meters)
Acceleration zero g calibration (manual or automatic)
Radio channel (freq = 435.550MHz + channel * 100kHz)
Callsign (max 8 characters)

Supporting this involved shuffling code around so that the
non-telemetrum builds could include only the stuff they needed.
</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>
<entry>
<title>Add radio code to emit a 1kHz tone</title>
<updated>2009-04-25T21:40:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-25T21:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=61510f98404bca6861b2da98f6cd9ba9deb76968'/>
<id>urn:sha1:61510f98404bca6861b2da98f6cd9ba9deb76968</id>
<content type='text'>
</content>
</entry>
</feed>
