-
Reported by lbelella in forums: https://nuand.com/forums/viewtopic.php?p=9002#p9002
Attempting to do a triggered RX results in a spew of timeouts, before the RX occurs:
```
bladeRF> set sampler…
-
Hello
I am doing a project for my masters degree and I am trying use this GPS signal simulator and a bladeRF.
I'm trying to transmit the binary file exported by the simulator through the gnuradio Fi…
-
https://github.com/Nuand/bladeRF/wiki/Getting-Started:-Windows
has not been updated to match the revelations of issue #447
-
```
/user/path/gr-osmosdr/lib/bladerf/bladerf_common.cc:138:3: error: no matching constructor for initialization of 'bladerf_sptr' (aka 'shared_ptr')
_dev(NULL),
^ ~~~~
/usr/local/include/b…
-
lastest gqrx compiled from github source (2.10)
lastest gr-osmosdr v0.1.4-98-gc653754d (0.1.5git) gnuradio 3.7.11
latest libbladerf compiled from github
Fedora 25
Initialising bladerf within gqr…
-
Building on Fedora 28 with current git pull of sdrangle and bladeRF from github
Linux localhost.localdomain 4.17.14-202.fc28.x86_64 #1 SMP Wed Aug 15 12:29:25 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
…
-
Hi,
I'm using the Raspberry 3b(Raspbian lite) to build the bladeRF environment.It turnes out to be that the bladeRF-cli command was not found, And when I install the libbladeRF,it suggests that:
`…
-
error: passing argument 2 of ‘str2bool’ from incompatible pointer type [-Werror=incompatible-pointer-types]
ok = str2bool(opt.value, &val);
^
In file incl…
-
cmake appears to work fine, it finds all of the dependencies:
```
-- The C compiler identification is GNU 8.1.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/b…
-
I would expect both operations to take less than 1 ms, in reality `activateStream` takes ~10ms and `deactivateStream` ~3ms.
Here is simple reproducer:
```python
import time
import SoapySDR
impo…