bladeRF icon indicating copy to clipboard operation
bladeRF copied to clipboard

bladeRF USB 3.0 Superspeed Software Defined Radio Source Code

Results 135 bladeRF issues
Sort by recently updated
recently updated
newest added

Hey, I am using the bladeRF 2.0 and I am seeing difficulties when changing the sample rates during operation. This happens with Rx only as well as with Rx/Tx. I've...

Hello, I added files in baldeRF-nios sources to change the gain, frequency,samplerate... on rx automatically when a reception occures. But when i am trying to load bitstream on the fpga...

Issue: Support

Setup: MacOS 12.2.1 Monterey, Matlab R2021b I've followed the steps under 'help bladeRF.build_thunk' but am getting errors. A "libbladeRF_thunk_maci64.dylib" gets produced, but when I try to run the bladeRF_rx_gui.m demo,...

Component: MATLAB bindings

This issue **addresses multiple related problems** of the current bladeRF-cli (version 1.8.0-git-5a146b2a) at once: ---- I'd like to propose to print the allowable range for any value that can be...

Issue: Enhancement

I'm not sure if this expected functionality or not, as I'm still learning bladeRF, but essentially the issue is as follows. I have a function that roughly does: 1. sync_config...

Hi, I could not find anything similar when checking the issues: I installed the bladeRF release from the bladeRF PPA as described [here](https://github.com/Nuand/bladeRF/wiki/Getting-Started%3A-Linux#easy-installation-for-ubuntu-the-bladerf-ppa) . I also downloaded and updated my...

What is the meaning of `0/1Hz`, does it mean `Samples/Second`? Please make this part more intuitive or omit it, if unnecessary. My suggestion would be to reside to just using...

``` bladeRF> set frequency rx 2.46GHz RX1 Frequency: 2459999998 Hz (Range: [70000000, 6000000000]) ``` Version: `1.8.0-git-5a146b2a`

MATLAB isn't automatically handling conversion of the `bladerf_channel` enum strings because `bladerf_channel` is declared as an int, rather than as an enum. As a consequence, any API call that includes...

Component: MATLAB bindings

I am a newbie in SDR. Recently purchased bladeRF 2.0 micro xA4. Following the instructions to install SoapySDR bladeRF plugin from https://github.com/pothosware/SoapyBladeRF/wiki, everything seemed to be installing well but when...