pothosware / PothosSDR

Pothos SDR windows development environment
https://github.com/pothosware/PothosSDR/wiki
313 stars 48 forks source link

GnuRadio bundled problem #63

Closed pietro62 closed 5 years ago

pietro62 commented 5 years ago

Hello, Just installed PothosSDR (latest 2019 version) with bundled Gnuradio on Win7-x64, I5 class machine (actually try 2 different machines and different USB SDR hardware SDRplay RSP1 and RSP2).

Very surprising, all went ok and both hardware work just fine on PothosFlow, CubicSDR and GQRX. Only problem with bundled Gnuradio: a very basic test with an Osmocom source (soapy=1,driver=sdrplay) connected to a WX FFT sink, fail to show anything on FFT! No error messages, FFT sink window pop-up just fine but nothing elese. No signal from Osmocom source. Connecting a signal generato to the same FFT sink just work great. I try any possible config, SR, etc... no way.

Any suggestion please ?

gnuradio

guruofquality commented 5 years ago

GQRX is also using the osmosdr source block. So if GQRX works, this is very unexpected. Can you double check that the arguments used to configure the device in GQRX are the same? device args, sample rate, etc?

pietro62 commented 5 years ago

Hi guruofquality, thank you for fast answer .... well using version PothosSDR-2019.01.26-vc14-x64. I've double - triple checked but nothing ! Is SoapySDRPlay bundled in GnuRadio ? I have only osmosdr block. It's possible to check if osmocom module (soapy=1,driver=sdrplay) is streaming out some data ? Best regards ... Pietro

gqrx

gnuradio1

gnuradio2

programs

pietro62 commented 5 years ago

No errors ..... but nothing showing on FFT (or other sink ....)

gnuradio3

pietro62 commented 5 years ago

read_file

Just to confirm that all the rest is working OK (read a wav file at 5 Msps recorded with HDSDR).

guruofquality commented 5 years ago

It is streaming, you are just looking at zeros probably. Change your BB gain to under 10. This worked for me. Not sure why, have to ask the manufacturer. Maybe a safety squelch? Digital multiplier gone wrong?

pietro62 commented 5 years ago

Wooowww !! I confirm it's just working great ! Now need just to start building some test flows ! Btw, what's the meaning of BB Gain ? thank you so much. Regards Pietro