bladeRF icon indicating copy to clipboard operation
bladeRF copied to clipboard

bladeRF USB 3.0 Superspeed Software Defined Radio Source Code

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

Fixes the following error when XB-200 board is attached: `[ERROR @ host/libraries/libbladeRF/src/board/bladerf1/bladerf1.c:2398] Consider supplying the quick_tune parameter to bladerf_schedule_retune() when the XB-200 is enabled.`

I am working with a bladeRF 2.0 micro xA4, details below: ``` bladeRF> info Board: Nuand bladeRF 2.0 (bladerf2) Serial #: 55a30137bc6c4713824c46b2e3baf1e4 VCTCXO DAC calibration: 0x1f0b FPGA size: 49 KLE...

I am making rbf file to flash into the A4, but upon running the command ./build_bladerf.sh -b bladeRF-micro -r hosted -s A4 mid way of code, i get some weird...

Hi. I have BladeRF xA4. In my tests I want to play a bin-file with sinusoidal signal by BladeRF device with sampling rate 100 MSp/s. But it can plays only...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [@​bgilbert] Trim...

dependencies

Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.42.1 to 4.43.0. Release notes Sourced from fonttools's releases. 4.43.0 [subset] Set up lxml XMLParser(resolve_entities=False) when parsing OT-SVG documents to prevent XML External Entity (XXE) attacks (9f61271dc):...

dependencies

The transmission of the SC8Q7 data format was wrongly implemented. The size used to -for example- read from a file was always 2 bytes, independently of the format specified. Changing...

Doing: ``` bladeRF> set frequency rx 1575.42M bladeRF> set bandwidth rx 20M bladeRF> set samplerate rx 20M bladeRF> set bitmode 8 bladeRF> rx config file=test_8bits.bin n=1200M timeout=60000 ``` Does not...

Hello! I wanted to use the transmission and reception with metadata using the Python bindings and, while it was possible, it required to manually interact with the cffi and remember...

Adds the ability to set an oversampled sample rate for bladerf_set_sample_rate. Previously, it was only implemented for bladerf_set_rational_sample_rate.