Commit Graph

1 Commits

Author SHA1 Message Date
Eric Wild ff872c64ae init
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.
2023-03-30 20:03:02 +02:00