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

I am having an issue with quick tune and it's respective functions. I have downloaded [https://github.com/Nuand/bladeRF/blob/master/host/libraries/libbladeRF/doc/examples/quick_tune.c](quicktune.c) from github and compiled/ran it. The program runs with no issues however when I...

I'm using **bladeRF micro A4** and cannot get _srsenb_ to run. I keep getting this error: **/usr/src/srsLTE-release_20_10_1/lib/src/phy/rf/rf_blade_imp.c.533: TX failed: Operation timed out** and sometimes the following would pop up: "**Error...

Relevant system specs: OS: MX x86_64 Kernel: 5.8.0-3-amd64 When attempting pybombs prefix init ~/pybombs/bladeRF -a bladeRF -R gnuradio-default I recieved a CMake Error with message pybind11 version 2.2.4 < 2.4....

Hello,when i use grgsm_livemon catch the gsm information, i meet this error ``` /home/opensourcesdr# grgsm_livemon --arg=bladerf Warning: failed to XInitThreads() linux; GNU C++ version 7.3.0; Boost_106501; UHD_003.010.003.000-0-unknown Qt: Session management...

I'm having random issues working the two RX channels of the Blade A4. Code summarized below, running under Ubuntu 18.04 / bladeRF lib 2.4.0-git-a3d5c55f / FPGA v0.11.0 / FX3 v2.3.1...

In libbladerf sync. I see this flag is used almost interchangeably in the [code](https://github.com/Nuand/bladeRF/blob/fpga_v0.11.1/host/libraries/libbladeRF/src/streaming/sync.c#L546), without consistency, and has the same bitwise definition ``` /** * A sample overrun has occurred....

Hi there, i need to implement an synthesizer, which should be controlled by the fpga. We bought the bladerf-micro thinking, that this interface would be doable at the expansion port....

Bladerf 2 micro is not able to start properly, fpga version used 0.11 (tried 0.11.1 didnt work as well) , firmware version 2.3.2, windows 10 usb driver used (WinUSB (v6.1.7600.16385)....

Hi All; When I try to run srsenb I'm getting the following error; /home/pat/tools/srsLTE/lib/src/phy/rf/rf_blade_imp.c.519: TX failed: Operation timed out ` int rf_blade_send_timed(void* h, void* data, int nsamples, time_t secs, double...

I am looking to pre-calculate the i/q phase and gain corrections for specific frequencies and load them before acquiring samples. Do the set_correction and get_correction functions work properly for the...