From 7d117c950f61e591b60e007a24ef2c90b5504832 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 5 Oct 2020 17:45:05 +0200 Subject: [PATCH] Created SDRPlay device notes (markdown) --- SDRPlay-device-notes.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SDRPlay-device-notes.md diff --git a/SDRPlay-device-notes.md b/SDRPlay-device-notes.md new file mode 100644 index 0000000..7ea690a --- /dev/null +++ b/SDRPlay-device-notes.md @@ -0,0 +1,16 @@ +# General + +SDRPlay currently provides two major versions of their driver ("API") for Linux on their website: versions 2 and 3. Most of the devices currently available are supported by both versions, with the exception of the RSPDx which requires version 3 explicitly. + +Only the OpenWebRX Raspberry Pi images and the OpenWebRX docker images come with the driver preloaded, if you're installing from packages you will need to install both the driver and the SoapySDRPlay module manually. + +# SoapySDR + +There is multiple versions of the SoapySDRPlay module available, depending on the SDRPlay API version the following ones are recommended: + +* For API version 2, please use [https://github.com/pothosware/SoapySDRPlay] +* For API version 3, please use [https://github.com/SDRplay/SoapySDRPlay] + +# Gain + +# RSPDuo: Using both tuners simultaneously \ No newline at end of file