summaryrefslogtreecommitdiff
path: root/md/notes/sdr/gnu_radio_airspy_hf.md
diff options
context:
space:
mode:
authorArturs Artamonovs <dos21h@gmail.com>2024-11-21 08:34:34 +0000
committerArturs Artamonovs <dos21h@gmail.com>2024-11-21 08:34:34 +0000
commit603d2f24c5240be100f69515b0655e2e4f8561d2 (patch)
treecfd3613a23793d782a83237877d721b65e7b4710 /md/notes/sdr/gnu_radio_airspy_hf.md
parent600094fb9828d18c9ea08e911c099b932cc659ce (diff)
downloadmd-content-603d2f24c5240be100f69515b0655e2e4f8561d2.tar.gz
md-content-603d2f24c5240be100f69515b0655e2e4f8561d2.zip
sdr: updated all notes on how to check SDR's are there
Diffstat (limited to 'md/notes/sdr/gnu_radio_airspy_hf.md')
-rw-r--r--md/notes/sdr/gnu_radio_airspy_hf.md10
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)