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

Configuring the n value in rx config wraps after 2^31 (2.147 bil) i.e. setting n=10G will give the same as n=2G Setting n=0 works but the overall file being written...

I have two machines, a MAC OS where I have gnuradio (version 3.7.13.5) installed through Mac ports. Another I have Ubuntu 18.04 with gnuradio (version 3.7.14.0) installed through pyboms. In...

I run the srsLTE UE on the BladeRF, and always meet this "time out" error. ---------------------------------------------------------------------- Opening bladeRF... Set RX sampling rate 1.92 Mhz, filter BW: 1.92 Mhz Waiting PHY...

Getting this error: ``` Error (10481): VHDL Use Clause error at bladerf-adsb.vhd(31): design library "work" does not contain primary unit "adsb_decoder_p". Verify that the primary unit exists in the library...

Got this error message when trying to create a pull request using GitKraken: ![image](https://user-images.githubusercontent.com/10605722/73515007-c5881380-43c1-11ea-85ed-fdfdae293079.png) Can someone please explain how to contribute to the wiki of this repo?

Please edit [Easy installation for Ubuntu](https://github.com/Nuand/bladeRF/wiki/Getting-Started:-Linux#Easy_installation_for_Ubuntu_The_bladeRF_PPA) to reflect that universe should be added.

Hello community, i'm working on data fusion so i need to output NMEA or other message protocol via UART. Is it possible with Nuand bladerf x40? Are there dedicated pins...

Hi! I'm trying to use the bladeRf xa4 on ubuntu 18.04.03 LTS. It came with gnuradio 3.7.11 and gr-osmosdr 0.1.4. I installed libbladerf from git. I can access the bladerf...

On Windows, at the end of a build i get the usual summary: ``` ########################################################################## Done! Image, reports, and checksums copied to: radarxA9-2020-01-31_00.09.34 radarxA9.rbf checksums: MD5: b4a73713ce58d3526fdbd7d30d62c90b SHA256: 86ea0590c388e0f88ae0e6b4c399586a66e62f4ad103815356479a4ec252cb4b Fitter...

Hello, I am trying to implement latest vesion 2019.07 of libbladerf and this call does not work anymore: ```c++ int n = bladerf_get_gain_modes(m_dev, BLADERF_CHANNEL_RX(0), 0); if (n < 0) {...