Franco Venturi

Results 12 issues of Franco Venturi

Given the diversity of opinions on how the gain controls should work (see discussion here: https://github.com/pothosware/SoapySDRPlay3/pull/27), I spent some time over the weekend thinking about a possible way of dealing...

As discussed with @SDRplay and @vsonnier, we should rename the gain controls to 'IF' and 'RF', and keep the old gain reduction 'IFGR' and 'RFGR' for backward compatibility without listing...

This purpose of this discussion is to come up with a good way of handling errors in the SoapySDRPlay driver. Part of this discussion is here: https://github.com/SDRplay/SoapySDRPlay/issues/16 (see posts by...

@SDRplay Andy, I am creating this new issue in the SoapySDRPlay driver to ask your opinion about the following question. Franco Spinelli IW2DHW (@frspin) and I have been working for...

When getFrequency() is called to retrieve the frequency correction/ppm value for an RSPduo in slave mode, it crashes, because it tries to derefence a null pointer (deviceParams->devParams). This issue is...

As reported by @SDRplay , when running the command 'SoapySDRUtil --probe', the API version returned is always 0.000. This was caused by a bug where the variable ver was only...

Currently if the sdrplay_api service is down or not responsive, when the call to sdrplay_api_Open() fails, the driver only return a failure message, that can be hard for the user...

As @SDRplay noticed, in the setGain() method the input gain argument is compared against the current IF gain; this comparison is going to be false in almost every case. The...

As noted by @SDRplay, changes to the RF gain in the writeSettings() method were disabled when the IF AGC was enabled, preventing users from changing the RF gain in that...

@SDRplay notified me that they noticed that the RF gain values for the RSPdx are only set in the range 0-9 even if the RF gain selection menu shows the...