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

Hello, I'm working on the freebsd port for bladerf now that the usb issues are all worked out. Since all the components are versioned separately I think it would be...

Issue: Enhancement
Component: Host

The signals _correction_tx_phase_, _correction_tx_gain_, _correction_rx_phase_, and _correction_rx_gain_ in the top level bladerf-hosted.vhd architecture should be synchronized with the TX/RX sampling clocks before being fed into the rx_iq_correction and tx_iq_correction modules....

Issue: Bug
Component: HDL

There are a number of functions which are only supported on particular members of a device family, e.g. `bladerf_get_sampling` and `bladerf_set_sampling`. Currently, there are two mechanisms to determine if a...

Issue: Enhancement
Component: libbladeRF

The `dllexport` [entries](https://github.com/Nuand/bladeRF/blob/master/host/libraries/libbladeRF/include/libbladeRF.h#L74) should only be used when building the `libbladerf_shared` target. For other cases, these should be `dllimport`. A compile-time definition should be used to switch between them.

Issue: Bug
Component: Host

During testing in Windows with the CyUSB3 driver, I've been experiencing problems with the TX stream receiving transfer completions from the CyUSB3 driver consisting of NULL buffers when attempting to...

Issue: Bug
Component: Host
Component: FX3 Firmware
Platform: Windows

[CMake project config files](http://www.cmake.org/Wiki/CMake/Tutorials/How_to_create_a_ProjectConfig.cmake_file) help users of libbladeRF to locate it at configuration time via CMake. We should be neighborly and provide these. Examples from the [SoapySDR](https://github.com/pothosware/SoapySDR) Project: - [SoapySDR...

Issue: Enhancement

While investigating issue #324, it became clear that some review and cleanup needs to be done in the libusb asynch stream code. This issue is a reminder for me to...

Issue: Enhancement
Issue: Task
Component: Host

Emit the calibration as a series of commands like "cal lms" and "cal dc rx" and whatnot.

Issue: Enhancement
Component: Host

There are "actual" sample rates returned by `bladerf_set_sample_rate()` that will result in `BLADERF_ERR_INVAL` or invalid values when attempting to set these rates via `bladerf_set_rational_rate()`. More investigation required. Example sample rate:...

Issue: Bug
Component: Host

When I'm using the BladeRF with a host that only supports USB2 the achievable sampling rates sometimes are too small. If I understand correctly, currently the 12 bit samples are...

Issue: Enhancement
Component: Host
Component: HDL