blob: 37c6e1e3797f79005644e7b4eae8d3b545ea9900 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
title:GNU Radio AirSpy HF
keywords:sdr,airspyhf,gnuradio
#
Setting up steps to run AirSpy with GNU Radio using Soapy block.
Assume the AirSpyHF libraries and cli tools are installed.
Check that AirSpyHF tools recognizes and see device
```bash
airspyhf_info
```
Check that soapy recognizes the device
```bash
SoapySDRUtils --find="driver=airspyhf"
```
Adding GNU Radio Soapy source block
![GNU radio osmocom block](/img/sdr/gnuradio_soapy_source_airspyhf.png)
## Links
|