-
Reported in the forums:
https://www.nuand.com/forums/viewtopic.php?p=7713#p7713
https://www.nuand.com/forums/viewtopic.php?p=7748#p7748
Steps to reproduce:
- Open a device: `device = blade…
-
```
osmocom_fft -a bladerf=0 -s 270000 -f 1200000 -g 0 -W
gr-osmosdr v0.1.x-xxx-xunknown (0.1.5git) gnuradio 3.7.13.4
built-in source types: file fcd rtl rtl_tcp uhd sdrplay hackrf bladerf rfspace …
-
I am reporting this as an issue following this post in the forum: https://nuand.com/forums/viewtopic.php?f=9&t=4999&p=9076#p9076
When both Tx are engaged the output is garbled if bladerf_set_sample…
f4exb updated
6 years ago
-
[m@localhost Downloads]$ bladeRF-cli -L hostedx40.rbf
Deferring device initialization due to requested FPGA or firmware actions.
[WARNING @ host/libraries/libbladeRF/src/board/bladerf1/bladerf1.c:10…
-
I followed the rx sample rate test at https://github.com/Nuand/bladeRF/wiki/Debugging-dropped-samples-and-identifying-achievable-sample-rates#looking-for-gaps-in-received-samples-using-an-fpga-counter…
-
When cross-compiling for Android detecting libusb will fail. Instead of detecting the correct one or ending up here https://github.com/Nuand/bladeRF/blob/master/host/libraries/libbladeRF/CMakeLists.tx…
-
Compilation BladeRF succesfull:
[100%] Building C object host/utilities/bladeRF-cli/CMakeFiles/bladeRF-cli.dir/__/__/common/src/parse.c.o
[100%] Building C object host/utilities/bladeRF-cli/CMakeFil…
-
**Steps to reproduce:**
1. Load FPGA into SPI flash
```
$ bladeRF-cli -v verbose -L /path/to/hostedx40.rbf
Deferring device init until after FPGA load
[DEBUG @ host/libraries/libbladeRF/src/b…
bglod updated
6 years ago
-
This commit is really strange. I mean, this:
```c
#include "nanosleep.h"
#include
```
causes forward implicit definition of `struct timespec` in `"nanosleep.h"`. And then when `` gets included…
-
Hello
I'm trying to use this simulator in real time with bladeRF but I'm having some problems ..
I've done the "Building libbladeRF for Windows" step by step and I managed to do so.
Now I've done…