Project Horus's Telemetry Demodulator Library
 
 
 
 
 
Go to file
Mark Jessop e9a7aa12a4 Initial commit 2020-06-15 18:15:54 +09:30
samples Initial commit 2020-06-15 18:15:54 +09:30
src Initial commit 2020-06-15 18:15:54 +09:30
.gitignore Initial commit 2020-06-15 18:10:57 +09:30
CMakeLists.txt Initial commit 2020-06-15 18:15:54 +09:30
LICENSE Initial commit 2020-06-15 18:10:57 +09:30
README.md Initial commit 2020-06-15 18:15:54 +09:30

README.md

High Altitude Balloon (HAB) telemetry library

Building

$ git clone https://github.com/drowe67/codec2.git
$ cd codec2 && mkdir build_linux && cd build_linux && cmake ../ && make
$ cd ~
$ git clone https://github.com/drowe67/hab.git
$ cd hab && mkdir build_linux && cd build_linux
$ cmake -DCODEC2_BUILD_DIR=~/codec2/build_linux ..
$ make

Testing

$ cd hab/build_linux
$ ctest

Further Reading

Here are some links to projects and blog posts that use this code:

  1. Horus Binary High Altitude Balloon (HAB) telemetry protocol, 3 second updates, works at 7dB lower SNR that RTTY.
  2. Testing HAB Telemetry, Horus binary waveform
  3. Wenet - high speed SSTV images from balloons at the edge of space
  4. Wenet High speed SSTV images