SoapySDRPlay3
SoapySDRPlay3 copied to clipboard
Soapy SDR plugin for SDRPlay APIv3
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...
As reported by @jawatson here (https://github.com/fventuri/SoapySDRPlay/issues/2), building the SoapySDRPlay driver on Fedora 32 fails with an error message that looks like this: ``` Streaming.cpp:(.text+0xaa5): undefined reference to `pthread_cond_clockwait' ``` After...
This function is made for get the **overall gain**, but this is not what I get here. The overall gain for the SDRPlay is: RFGR in db (calculated and based...
The SDRPlay has an option `if_mode`: ``` * IF Mode - IF frequency in kHz [key=if_mode, default=Zero-IF, type=string, options=(Zero-IF, 450kHz, 1620kHz, 2048kHz)] ``` I see in the modul code, using...