<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/core/ao_telemetry.c, branch telemetrum-v2.0</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telemetrum-v2.0</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telemetrum-v2.0'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-08-28T03:56:42+00:00</updated>
<entry>
<title>altos: Rename TeleMetrum v2.0 ADC sense members</title>
<updated>2013-08-28T03:56:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-23T18:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=454a41359b94e9bcf8582420abc359bbab9d8176'/>
<id>urn:sha1:454a41359b94e9bcf8582420abc359bbab9d8176</id>
<content type='text'>
Use sense_a and sense_m instead of sense[2]

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Initial TeleMetrum v2.0 bits</title>
<updated>2013-08-28T03:56:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-20T18:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7b0f9b25a56fa8b4aa1c2e9d79c43e6a97cab0c0'/>
<id>urn:sha1:7b0f9b25a56fa8b4aa1c2e9d79c43e6a97cab0c0</id>
<content type='text'>
Adds new telemetry and logging formats along with code for TeleMetrum
v2.0 design.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Allow products to disable RDF entirely</title>
<updated>2013-08-25T06:22:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-25T06:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4babe7310f78338ca36ab9d31ac833eada27485f'/>
<id>urn:sha1:4babe7310f78338ca36ab9d31ac833eada27485f</id>
<content type='text'>
TeleGPS doesn't ever want RDF

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: allow projects to override default config values</title>
<updated>2013-08-17T15:36:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-17T15:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e0a0a747624c2df66ca4a73b5a0de014ea204dca'/>
<id>urn:sha1:e0a0a747624c2df66ca4a73b5a0de014ea204dca</id>
<content type='text'>
Override default radio power and APRS interval

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Mark GPS telemetry packets with GPS time stamp</title>
<updated>2013-05-08T03:08:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-01T15:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b7b0ddfddee3f8e21f21d67cd9f522fa50777265'/>
<id>urn:sha1:b7b0ddfddee3f8e21f21d67cd9f522fa50777265</id>
<content type='text'>
This provides a reasonable accurate indication of the system time when
the GPS location data was received, and also makes sure GPS packets
get some timestamp when no other telemetry is being transmitted.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>name change from MegaMetrum to TeleMega</title>
<updated>2013-04-22T19:00:26+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2013-04-22T19:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=aa7eac32adf4c2cdf441991d02411758f2682d1e'/>
<id>urn:sha1:aa7eac32adf4c2cdf441991d02411758f2682d1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos: Add logging and telem to telegps</title>
<updated>2013-03-30T08:33:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-30T08:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=649999863c7228ead0225968752d068dc0d30091'/>
<id>urn:sha1:649999863c7228ead0225968752d068dc0d30091</id>
<content type='text'>
This turns on telemetry, APRS, RDF and data logging for telegps.

Data is logged as soon as GPS has a date to create the right
filename, using files of the form YYYYMMDD.LOG which just barely fits
in a FAT filename.

Telemetry/RDF/APRS are all separately controllable.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make APRS interval configurable</title>
<updated>2012-12-08T01:18:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-08T01:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b28323ce91d23db5e1c3cbd1309c72aafcfbe235'/>
<id>urn:sha1:b28323ce91d23db5e1c3cbd1309c72aafcfbe235</id>
<content type='text'>
This provides a separate configuration value for APRS, allowing the
interval between APRS reports to vary.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Send APRS packets even during ascent</title>
<updated>2012-12-06T18:30:46+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-06T18:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=75912f8af04cecc0bbffecb2072d465c3744d4e8'/>
<id>urn:sha1:75912f8af04cecc0bbffecb2072d465c3744d4e8</id>
<content type='text'>
If you're using APRS, presumably you want to watch the rocket going up too.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Allow telemetry, rdf and APRS to be individually controlled</title>
<updated>2012-12-06T18:28:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-06T18:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1f84c0adbfa494ddc7dbe276796d999560be9438'/>
<id>urn:sha1:1f84c0adbfa494ddc7dbe276796d999560be9438</id>
<content type='text'>
But, only when APRS is available so that TeleMetrum and TeleMini don't
change behaviour

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