Re: Library libbladeRF for bladeRF 2.0 micro xA4

2020-12-06 Thread Alex Batts
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

Re: Library libbladeRF for bladeRF 2.0 micro xA4

2020-12-06 Thread Bruce Ferrell
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?

Library libbladeRF for bladeRF 2.0 micro xA4

2020-12-06 Thread Alvaro Pendas Recondo
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

Re: Calling GR Functions in a Sync Block

2020-12-06 Thread Jeff Long
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

Calling GR Functions in a Sync Block

2020-12-06 Thread Adam Gorski
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