You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Eric Wild ff872c64ae
init
2 months ago
8psk_tsc0 init 2 months ago
gmsk_tsc0 init 2 months ago
.clang-format init 2 months ago
.clang-tidy init 2 months ago
.clangd init 2 months ago
.gitignore init 2 months ago
CMakeLists.txt init 2 months ago
Readme.md init 2 months ago
argvhelper.h init 2 months ago
burstelchen.cpp init 2 months ago
filehelper.h init 2 months ago
main.cpp init 2 months ago

Readme.md

uhd tool to send gmsk/8psk bursts while synchronously toggling the first gpio pin of a b2xx.

sends one burst per second.

example usage:

cd burst-sender
mkdir build
cd build
cmake ..
make -j
cd ..
build/burstelchen -burstpath ./gmsk_tsc0/ -extref -txgain 50

requires uhd to build.