<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch time-series</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=time-series</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=time-series'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2017-06-28T06:39:16+00:00</updated>
<entry>
<title>altos/telebt-v4.0: Use HW flow control to BT module</title>
<updated>2017-06-28T06:39:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-28T06:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b923e25a8a49dda40e62070dd2df6ff9130d4b38'/>
<id>urn:sha1:b923e25a8a49dda40e62070dd2df6ff9130d4b38</id>
<content type='text'>
Now that the stmf0 HW flow control works...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/stmf0: Initialize UART RTS/CTS before turning it on</title>
<updated>2017-06-28T06:37:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-28T06:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e64438271e481ca9f9eeb0ce2b1f9eca071b7ad4'/>
<id>urn:sha1:e64438271e481ca9f9eeb0ce2b1f9eca071b7ad4</id>
<content type='text'>
If you try this after the UART is running, it won't work.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/rn4678: Add BLE support</title>
<updated>2017-06-20T18:19:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-20T18:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ea7e236e75452e27f3af6730a0542850851eb23d'/>
<id>urn:sha1:ea7e236e75452e27f3af6730a0542850851eb23d</id>
<content type='text'>
This just means ignoring the BLE connect status message.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telebt-4.0: Add dependency on RN4678 header</title>
<updated>2017-06-13T17:35:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-13T17:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=672889659fb2c1a63f5ef199173719a606a9f343'/>
<id>urn:sha1:672889659fb2c1a63f5ef199173719a606a9f343</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add timeout to RN4678 status message code</title>
<updated>2017-06-13T17:34:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-13T17:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cd8b22bef0a88ed6881036b4c6718a4e33c55d41'/>
<id>urn:sha1:cd8b22bef0a88ed6881036b4c6718a4e33c55d41</id>
<content type='text'>
If we see the start of an RN4678 status message, but then output
pauses, assume that this isn't the start of a status message and flush
the pending data.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Create separate log format for EasyMini v2.0</title>
<updated>2017-06-12T05:54:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-12T05:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9454756f54312381927cb9faf1c4a6f5d8271034'/>
<id>urn:sha1:9454756f54312381927cb9faf1c4a6f5d8271034</id>
<content type='text'>
The ADC in the STM32F0 is different than the LPC, with a range of
0-4095 instead of 0-32767.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: HMC5883 output order is X Z Y</title>
<updated>2017-06-12T05:54:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-12T05:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2a05849c3bf8c1617409237be48802dd6fc6255b'/>
<id>urn:sha1:2a05849c3bf8c1617409237be48802dd6fc6255b</id>
<content type='text'>
Re-label everything to have the correct names. This doesn't actually
change the code at all, so the eeprom and telemetry is all compatible.

Matching changes on the host side will be required to actually process
the data correctly, of course.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Update sensor data atomically</title>
<updated>2017-06-12T05:54:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-12T05:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fed48732828c85ae56106cd72c5aeaaad47c552f'/>
<id>urn:sha1:fed48732828c85ae56106cd72c5aeaaad47c552f</id>
<content type='text'>
Read data into a temp variable, block interrupts, then update the
published value.

The bug is easy to see with the HMC5883 which has to byte-swap the
output of the chip, and hence can occasionally get caught with the
wrong byte order data.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telebt-v3.0: Add send_packet command</title>
<updated>2017-05-20T04:36:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-20T04:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e37f9719745b7fba5bfb1b1517ce7b70efa7a3a2'/>
<id>urn:sha1:e37f9719745b7fba5bfb1b1517ce7b70efa7a3a2</id>
<content type='text'>
Useful for doing host-based RF protocols.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telebt-v4.0: Remove HAS_POLLCHAR</title>
<updated>2017-05-20T04:35:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-20T04:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6e3b7206f9ab2f76089553d7c881a96e0204a4a3'/>
<id>urn:sha1:6e3b7206f9ab2f76089553d7c881a96e0204a4a3</id>
<content type='text'>
This isn't being used anymore.

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