Franco Venturi

Results 165 comments of Franco Venturi

@SheetLightning - according to this line in `FindPython3Interp.cmake` (https://github.com/pothosware/SoapySDR/blob/master/swig/python3/FindPython3Interp.cmake#L50), `PYTHON3_DBG_EXECUTABLE` is looking for a program called `python3-dbg`. I don't have `python3-dbg` here on my system, and therefore I see the...

A few thoughts here: - I just looked at the source code for a few SoapySDR drivers from pothosware (RTLSDR, AirspyHF, and UHD), and it looks like they all define...

Thanks Andy and Vincent. I rearranged the SoapySDRPlay repo so that now master has the 'stable' version and a new branch called 'new-gain-changes' (I can easily change its name to...

I just pushed to the branch 'new-gain-controls' the changes you suggested earlier: - rename the gain names to simply 'IF' and 'RF' - have listGains() only return 'IF' and 'RF',...

Also I thought about the future issues with users having problems if the sdrplay_api service is not running or for some reason it is unresponsive. I thought it would help...

@snowformatics - Since you are familiar with Python but new to radio, here are a couple of good resources to get you started with your RSPdx, SoapySDR, and Python (and...

Thanks for all your work, John! I just pulled your code, compiled, and ran it here with the RSP2, and I am now able to change sample rate from 768kHz...

The SDRplay RSPduo is a strange "animal" (see my description on how it works here: https://github.com/f4exb/sdrangel/issues/586#issuecomment-731608262). I ran it in single tuner mode without any problem. Then I ran it...

John, Franco (@frspin ) and I also noticed that after we leave linhpsdr running (and streaming) from our SDRplay RSPs for some time (say half an hour, or one hour,...

Quick correction: my tests where I was able to reproduce Franco's (@frspin) problem were with the SDRplay RSP2 (**not** the RSPduo); the reason I chose the RSP2 for these tests...