diff options
Diffstat (limited to 'md/notes/sdr/gnu_radio_airspy_hf.md')
-rw-r--r-- | md/notes/sdr/gnu_radio_airspy_hf.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/md/notes/sdr/gnu_radio_airspy_hf.md b/md/notes/sdr/gnu_radio_airspy_hf.md index a29cb42..37c6e1e 100644 --- a/md/notes/sdr/gnu_radio_airspy_hf.md +++ b/md/notes/sdr/gnu_radio_airspy_hf.md @@ -4,21 +4,21 @@ keywords:sdr,airspyhf,gnuradio # Setting up steps to run AirSpy with GNU Radio using Soapy block. -Assume the AirSpy libraries and cli tools are installed. +Assume the AirSpyHF libraries and cli tools are installed. -Check that AirSpy tools recognizes and see device +Check that AirSpyHF tools recognizes and see device ```bash -airspy_info +airspyhf_info ``` Check that soapy recognizes the device ```bash -SoapySDRUtils --find="driver=airspy" +SoapySDRUtils --find="driver=airspyhf" ``` -Adding GNU Radio Osmocom source block +Adding GNU Radio Soapy source block ![GNU radio osmocom block](/img/sdr/gnuradio_soapy_source_airspyhf.png) |