This is the Fobos SDR receiver Complex IQ signal source block for GnuRadio. Full sourse code.
- Ubuntu 22.04 LTS
- GnuRadio v.3.10
- libusb-1.0-0-dev 2:1.0.25
- libfobos https://github.com/rigexpert/libfobos
git clone [this repo]
cd gr-rigexpert
mkdir build
cd build
cmake ..
make
sudo make install
- run md5sum ../include/gnuradio/RigExpert/fobos_sdr.h > sha.txt
- copy md5 value (32 hex chars)
- open ../python/RigExpert/bindings/fobos_sdr_python.cc
- replace pevious /* BINDTOOL_HEADER_FILE_HASH(f06b7121ccf4e00c9fa9af4432643237) */
or just
gr_modtool bind -u <module_name>
Nothing special.
- Place Fobos SDR source on the GRC worksheet
- Connect output node to other nodes
- Run and have a fun
For more info see the main product page