SoapyBladeRF
SoapyBladeRF copied to clipboard
Soapy SDR plugin for the Blade RF
Calling bladeRF_SoapySDR::setFrequency() with a "timestamp" keyword argument currently requires the timestamp to be in units of "bladeRF ticks". The rest of SoapySDR uses units of nanoseconds. For consistency, I propose...
I have 2 Blades v2. When using Soapy (tested on Windows), I **must load them in a specific order**, else I am not able to connect to the 2nd one:...
Hello I try to test BladeRF under Pothos (built from source) and I get strange errors when using the bladerf soapy sink [22:22:54.214000] SoapySDR: bladerf_open_with_devinfo() [22:22:54.394000] SoapySDR: bladerf_get_serial() = 1d62a870f59e65fdd231ced37787b03a...
Feature set can now be enabled in a Nuand modified gr-osmosdr. Would it be possible to adopt over to Soapy? https://github.com/Nuand/gr-osmosdr Last few commits or so show the changes https://github.com/Nuand/gr-osmosdr/commits/master...
The available [package on Ubuntu is 0.4.1](https://packages.ubuntu.com/jammy/soapysdr-module-bladerf), which dates from Jan 2019. Could a new tag be added? Also should the maintainers be contacted to update the package?
It's currently possible to turn the bias tee on for RX and TX, but not off. I followed the current code and just added the possibility to pass `"false"` instead...
Consider supplying the quick_tune parameter to bladerf_schedule_retune() when the XB-200 is enabled.
When trying to tune to frequencies below 300Mhz using BladeRF 1.0 with the XB-200 extension board enabled, the following error message is shown usuallly: `[ERROR @ host/libraries/libbladeRF/src/board/bladerf1/bladerf1.c:2398] Consider supplying the...
On libbladerf 2021.10 with a bladeRF Micro 2.0 xA4 the following Gist will not correctly receive samples: [https://gist.github.com/AlexFWulff/9c821eb999e9da86404a163fb35b2656](https://gist.github.com/AlexFWulff/9c821eb999e9da86404a163fb35b2656) I consistently get errors from libbladerf and cannot receive samples properly. I...
A GR user says the "verbose" setting is very useful for debugging. Add this setting to `bladeRF_Settings.cpp` `getSettingInfo()`, `readSetting()`, `writeSetting()`. This is a passthru setting, so no logic required.
Hi. I have an up to date Arch Linux, an Bladerf 2.0 micro and osmosdr. When I use `osmocom_fft` with the native bladerf driver, everything works fine. When I use...