summaryrefslogtreecommitdiff
path: root/md/notes/sdr/gnu_radio_airspy.md
diff options
context:
space:
mode:
authorArturs Artamonovs <dos21h@gmail.com>2024-11-20 11:34:08 +0000
committerArturs Artamonovs <dos21h@gmail.com>2024-11-20 11:34:08 +0000
commit64c4bb21eeaf9a410003e4fcfe70c42f813c30b1 (patch)
tree5da2cf72ddde48e62e946b880ac597188c227c36 /md/notes/sdr/gnu_radio_airspy.md
parent4956302405d03bd44a145fdbe6a9d1a056749735 (diff)
downloadmd-content-64c4bb21eeaf9a410003e4fcfe70c42f813c30b1.tar.gz
md-content-64c4bb21eeaf9a410003e4fcfe70c42f813c30b1.zip
Initial SDR level posts
Diffstat (limited to 'md/notes/sdr/gnu_radio_airspy.md')
-rw-r--r--md/notes/sdr/gnu_radio_airspy.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/md/notes/sdr/gnu_radio_airspy.md b/md/notes/sdr/gnu_radio_airspy.md
new file mode 100644
index 0000000..d9e0c2e
--- /dev/null
+++ b/md/notes/sdr/gnu_radio_airspy.md
@@ -0,0 +1,29 @@
+title:GNU Radio AirSpy
+keywords:sdr,airspy,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_osmocom_source_airspy.png)
+
+AirSpy GNU Radio block accepts samplerate in range of 3MHz...6Mhz.
+
+## Links
+