Updated SDRPlay device notes (markdown)

Jakob Ketterl 2020-10-09 00:24:26 +02:00
parent 24e183d393
commit 962b1cb68f
1 changed files with 11 additions and 0 deletions

@ -28,6 +28,17 @@ Some examples:
AGC is supported, to enable set `"rf_gain": "auto"`
# Common issues
There has been various reports of SDRPlay devices "failing" out of the blue on certain setups, without any obvious problems. Typically, the problem can be resolved temporarily by a restart of OpenWebRX, but will re-appear at a later point. The analysis shows that for reasons unknown to us, the startup of SDRPlay devices seems is somewhat unpredictably unreliable, and since OpenWebRX will shut down SDR devices when they are not in use, this can occur pretty much at any time.
The workaround to this issue is to set the `always-on` config option to `True` the device level:
```
"always-on": True
```
Please refer to the ["Configuration" section](https://github.com/jketterl/openwebrx/wiki/SDR-device-and-profile-configuration#always-on) for further details.
# RSPDuo: Using both tuners simultaneously
This should be possible using the API version 3, but I haven't been able to get it to work yet.