From 64c4bb21eeaf9a410003e4fcfe70c42f813c30b1 Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Wed, 20 Nov 2024 11:34:08 +0000 Subject: Initial SDR level posts --- md/notes/sdr/gnu_radio_airspy_hf.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 md/notes/sdr/gnu_radio_airspy_hf.md (limited to 'md/notes/sdr/gnu_radio_airspy_hf.md') diff --git a/md/notes/sdr/gnu_radio_airspy_hf.md b/md/notes/sdr/gnu_radio_airspy_hf.md new file mode 100644 index 0000000..a29cb42 --- /dev/null +++ b/md/notes/sdr/gnu_radio_airspy_hf.md @@ -0,0 +1,29 @@ +title:GNU Radio AirSpy HF +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. + +Check that AirSpy tools recognizes and see device + +```bash +airspy_info +``` + +Check that soapy recognizes the device + +```bash +SoapySDRUtils --find="driver=airspy" +``` + +Adding GNU Radio Osmocom source block + + +![GNU radio osmocom block](/img/sdr/gnuradio_soapy_source_airspyhf.png) + + +## Links + + -- cgit v1.2.3