I used gnuradio with a bladeRF 2.0 micro xA9 this summer with a raspberry
pi running ubuntu. Once I got everything figured out it worked great. You
just have to make sure you have all of the necessary dependencies
installed. You should also use Ubuntu 20.04. I got compilation errors for
Raspbian an
On 12/6/20 12:41 PM, Alvaro Pendas Recondo wrote:
Hello,
I am considering buying an SDR model bladeRF 2.0 micro xA4 that is supposed to be compatible with GNU Radio through the library libbladeRF. Does anyone have previous experience
handling this model with GNU Radio or other models by Nuand?
Hello,
I am considering buying an SDR model bladeRF 2.0 micro xA4 that is supposed
to be compatible with GNU Radio through the library libbladeRF. Does anyone
have previous experience handling this model with GNU Radio or other models
by Nuand? I have experience with USRP and UHD, witch integratio
from gnuradio import analog
agc = analog.agc2_cc()
On Sun, Dec 6, 2020 at 11:58 AM Adam Gorski wrote:
> Community,
>
>
>
> Is there any way to call GR functions from within a sync block? I am
> attempting to put code from a deprecated hierarchical block (dbpsk_demod)
> into a custom sync block t
Community,
Is there any way to call GR functions from within a sync block? I am attempting
to put code from a deprecated hierarchical block (dbpsk_demod) into a custom
sync block that carries out dbpsk demodulation from within a sync block. I am
using the sync block because I need to demodulati