SoapySDRPlay3 icon indicating copy to clipboard operation
SoapySDRPlay3 copied to clipboard

Soapy SDR plugin for SDRPlay APIv3

Results 36 SoapySDRPlay3 issues
Sort by recently updated
recently updated
newest added

SDRPlay's "RFGR" is actually a mode selector for the front-end LNA. It does *not* have units of dB. (In fact, the resulting gain is frequency-dependent.) As a result, the default...

1. Rebase the existing `new-gain-controls` branch onto latest master 2. Use negative gain values to represent gain reductions. For example, IF gain *reduction* of 20 to 59 is represented by...

Hello everyone, I just received my RSP1a this week and it's working fine on my Ubuntu 20.10 machine. But GQRX is crashing on my RPi3 B+ setup. I'm using the...

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...

https://github.com/pothosware/SoapySDRPlay3/blob/e315129e53dbdc1eea8d18d1dbc381c452589499/CMakeLists.txt#L49 should be `sdrPlay3Support` to avoid file conflict with sdrPlaySupport from SoapySDRplay2? Generally I need both Soapy API version because gr-osmosdr supports only the second version.

Is there a way to activate the RF notch filter via a device argument so that it always stays on when using RSP1A ?

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...

I am working to get the rspduo working in mode 2 (diversity) feeding into gnu radio via the soapy interface. I have modified Streaming.cpp (probably inelegantly due to rusty c++!)...

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...