I have used pybombs to install gnuradio and gr-baz packages.
When the RTL-FM example is loaded there are a number of missing blocks; it is not obvious what needs to be installed in order to make these available.
Showing: "/home/eliot/src/sdr/pybombs/src/gr-baz/samples/RTL-FM.grc"
Error: Block key "gr_freq_xlating_fir_filter_xxx" not found in Platform - grc(GNU Radio Companion)
Error: Block key "blks2_nbfm_rx" not found in Platform - grc(GNU Radio Companion)
Error: Block key "blks2_rational_resampler_xxx" not found in Platform - grc(GNU Radio Companion)
Error: Block key "gr_quadrature_demod_cf" not found in Platform - grc(GNU Radio Companion)
Error: Block key "blks2_rational_resampler_xxx" not found in Platform - grc(GNU Radio Companion)
Error: Block key "gr_multiply_const_vxx" not found in Platform - grc(GNU Radio Companion)
Error: Block key "gr_pwr_squelch_xx" not found in Platform - grc(GNU Radio Companion)
Error: Block key "gr_freq_xlating_fir_filter_xxx" not found in Platform - grc(GNU Radio Companion)
Error: Block key "blks2_rational_resampler_xxx" not found in Platform - grc(GNU Radio Companion)
Error: Block key "gr_quadrature_demod_cf" not found in Platform - grc(GNU Radio Companion)
Error: Block key "blks2_rational_resampler_xxx" not found in Platform - grc(GNU Radio Companion)
Error: Block key "gr_multiply_const_vxx" not found in Platform - grc(GNU Radio Companion)
Error: Block key "gr_pwr_squelch_xx" not found in Platform - grc(GNU Radio Companion)
Error: Block key "blks2_nbfm_rx" not found in Platform - grc(GNU Radio Companion)
Need docs or deps?
So it seems the sample uses gnuradio 3.6 blocks, and I have gnuradio 3.7
I used this http://nathanwest.us/grc_to_37.sh translation script, and now the sample works.
I have used pybombs to install gnuradio and gr-baz packages. When the RTL-FM example is loaded there are a number of missing blocks; it is not obvious what needs to be installed in order to make these available. Showing: "/home/eliot/src/sdr/pybombs/src/gr-baz/samples/RTL-FM.grc"