RS41ng/src/codecs
Stephen D 3d2bdbf246
CATS support (#86)
* FIFO mode working

* fifo underflow check

* fix TX LED. Not perfect - comes on for longer than we're actually TXing for, because it includes the time to fill the buffer and probably some overhead. But good enough for now

* move to big FIFO buffer. Had to implement a recommendation from the errata

* increase timeout

* a bit of cleanup I missed

* encoding CATS packets inline. Still need to support GPS and NodeInfo whiskers

* cleanup

* additional whiskers

* fix GPS and revert some settings

* revert config

* add balloon node info + more precise altitude

* address feedback

* Add comment about CATS packet parity array size

* bug fixes

---------

Co-authored-by: Stephen D <webmaster@scd31.com>
Co-authored-by: Mikael Nousiainen <mikaelnousiainen@users.noreply.github.com>
2024-03-23 12:05:45 +02:00
..
aprs Fix degrees to DMH conversion for APRS to support longitudes > 127 and < -128. Use 16-bit signed values for degrees. 2023-08-09 10:39:17 +03:00
ax25 Fix compilation error and formatting 2024-01-09 09:36:38 +02:00
bell Add support for Horus 4FSK modulation. Increase APRS preamble size to improve reception. Fix slowness in I2C initialization. Fix incorrect GPS settings for airborne usage. Additional minor code clean-up and refactoring. 2021-08-11 23:24:30 +03:00
cats CATS support (#86) 2024-03-23 12:05:45 +02:00
fsk CATS support (#86) 2024-03-23 12:05:45 +02:00
horus Fix bugs and add update power consumption notes 2023-08-11 15:03:53 +03:00
jtencode clean up minor compiler warnings (#79) 2024-01-03 12:12:58 +02:00
mfsk Add support for Horus 4FSK modulation. Increase APRS preamble size to improve reception. Fix slowness in I2C initialization. Fix incorrect GPS settings for airborne usage. Additional minor code clean-up and refactoring. 2021-08-11 23:24:30 +03:00
morse Add support for morse code (CW) 2021-08-13 00:42:50 +03:00
raw CATS support (#86) 2024-03-23 12:05:45 +02:00