<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao_flight_test.c, branch telescience</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telescience</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telescience'/>
<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>Eliminate RDF tone generation.</title>
<updated>2009-05-29T06:17:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-29T06:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3a3bfd471a868d546d83cdc431b53c8f5208edb9'/>
<id>urn:sha1:3a3bfd471a868d546d83cdc431b53c8f5208edb9</id>
<content type='text'>
Now that we have a viable telemetry-signal based RDF device via TeleDongle,
there's no reason to continue to waste power and bandwidth with a NFM tone.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Parse both telemetry or log data ao_flight_test</title>
<updated>2009-05-24T04:18:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-24T04:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=26988c3e7acb2fa832810475e43e08fd2867459c'/>
<id>urn:sha1:26988c3e7acb2fa832810475e43e08fd2867459c</id>
<content type='text'>
Change the way data is fed from files to the flight test rig to handle
either kind of input file.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Make ao_flight_test show AGL altitude and positive acceleration under boost</title>
<updated>2009-05-13T18:19:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-13T18:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=055331d5f7d5adc40c348c3efd331a562dcda82a'/>
<id>urn:sha1:055331d5f7d5adc40c348c3efd331a562dcda82a</id>
<content type='text'>
This makes the output more readable

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Make ao_flight_test able to read raw logging data</title>
<updated>2009-05-13T18:18:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-13T18:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d91208fbf5fc7797b93087ef8619454c4bed0130'/>
<id>urn:sha1:d91208fbf5fc7797b93087ef8619454c4bed0130</id>
<content type='text'>
Protect ao_flight_test reading functions so that a simple
'script' output can be fed to the program and have it work correctly.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Use recorded accelerometer baseline data in ao_flight_test</title>
<updated>2009-05-11T06:12:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-05-11T06:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=497c89a7d08920630894b2605c3b6a0bdc4c229b'/>
<id>urn:sha1:497c89a7d08920630894b2605c3b6a0bdc4c229b</id>
<content type='text'>
With the flight computer recording a long-term average value for the
accelerometer in the flight record, use that to prime the flight test code
when running a log file through the simulator.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</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>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>Allow for slower ADC operation. Add power saving code.</title>
<updated>2009-04-25T21:44:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-25T21:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c65f1a1acd2ca00758833cec5d3f8056d303d3e2'/>
<id>urn:sha1:c65f1a1acd2ca00758833cec5d3f8056d303d3e2</id>
<content type='text'>
This tries to make the flight computer use less power by disabling USB in
flight mode, lowering the telemetry rate after ascent. It also disables the
RDF beacon during ascent and re-enables it once descent has started.
</content>
</entry>
<entry>
<title>Display data with units while running simulation</title>
<updated>2009-04-25T02:16:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-25T02:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f94ab879ff6f97708827c74facd11003a2d8b590'/>
<id>urn:sha1:f94ab879ff6f97708827c74facd11003a2d8b590</id>
<content type='text'>
</content>
</entry>
</feed>
