summaryrefslogtreecommitdiff
path: root/md/notes/sdr/gnu_radio_bladerf.md
diff options
context:
space:
mode:
Diffstat (limited to 'md/notes/sdr/gnu_radio_bladerf.md')
-rw-r--r--md/notes/sdr/gnu_radio_bladerf.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/md/notes/sdr/gnu_radio_bladerf.md b/md/notes/sdr/gnu_radio_bladerf.md
new file mode 100644
index 0000000..38edcc9
--- /dev/null
+++ b/md/notes/sdr/gnu_radio_bladerf.md
@@ -0,0 +1,35 @@
+title:GNU Radio BladeRF
+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 soapy block](/img/sdr/gnuradio_soapy_source_bladerf.png)
+
+Main part of the block is to configure location of firmware that is going to
+be loaded to BladeRF FPGA, can use one from default packages or download
+directly from Nuan page [https://www.nuand.com/fpga_images/](https://www.nuand.com/fpga_images/)
+match the firmware with libbladerf version on the system.
+
+![BladeRF soapy block config](/img/sdr/bladerf_soapy_source_config.png)
+
+
+## Links
+
+