Skip to content

Fobos SDR receiver Complex IQ signal source block for GnuRadio. Full sourse code.

License

Notifications You must be signed in to change notification settings

fobos777/gr-rigexpert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RigExpert Fobos SDR source block

This is the Fobos SDR receiver Complex IQ signal source block for GnuRadio. Full sourse code.

Requirements

  • Ubuntu 22.04 LTS
  • GnuRadio v.3.10

Dependencies

How to build and install

git clone [this repo]
cd gr-rigexpert
mkdir build
cd build
cmake ..
make
sudo make install

how to update md5 (in build directory)

  • 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>

How to use

Nothing special.

  • Place Fobos SDR source on the GRC worksheet
  • Connect output node to other nodes
  • Run and have a fun

How it looks like




What is actually Fobos SDR

For more info see the main product page

https://rigexpert.com/en/products/kits-en/fobos-sdr/

About

Fobos SDR receiver Complex IQ signal source block for GnuRadio. Full sourse code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 44.5%
  • CMake 39.8%
  • Python 12.3%
  • C 3.4%