I am trying to use the gr-satnogs GNU flowcharts in a standalone way.
Most of the blocks are red (in error). I thing it is due to some variables are not
configured / missing. I got a lot of errors like this:
Param - Value(value):
Value “satnogs.fm_demod_settings[rx_sdr_device][‘audio_gain’]” cannot be evaluated:
‘module’ object has no attribute ‘fm_demod_settings’
Any idea about how to solve it? Is there anything I should configure before opening the flowchart
in GRC.
I am looking for a FSK9600 generic demodulator. As input I am planning to use a file (ogg, wav).
Ok, just wanted to check that you did the basic build & install steps. I am not familiar with the gr-satnogs package so I can not tell if additional configuration is required. Hopefully someone with more knowledge can help.
I have already solved the issue. The problem was the installation path of the gr-satnogs in my Linux Mint. So, I copy the libgr-satnogs.so library to the expected path (/usr/local/lib) and all errors are gone now.