From 603d2f24c5240be100f69515b0655e2e4f8561d2 Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Thu, 21 Nov 2024 08:34:34 +0000 Subject: sdr: updated all notes on how to check SDR's are there --- md/notes/sdr/gnu_radio_airspy_hf.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (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 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) -- cgit v1.2.3