NovaSDR is uploaded to the github, and is no longer compatible with PhantomSDR, beware of this. Also it's still in beta-stage.

RTL Setup and i will use SDRPlay

Started by tuvok, 03 Jan 2026, 20:03

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tuvok

Hello Guys,
i have do the Setup first with RTL Sticks .. but i have 3 SDRPlays .. what can i do to use this receivers?
do i run the compiler again?
Lebe Lange und in Frieden

9a7aof

#1
Quotei have do the Setup first with RTL Sticks .. but i have 3 SDRPlays .. what can i do to use this receivers?
do i run the compiler again?
RSP1A work fine with Soapysdr driver.

Please start:
novasdr-server setup -c ./config/config.json -r ./config/receivers.json
and add new sdrplay device(s)

or copy/paste my receivers.json
{
  "receivers": [
    {
      "id": "rx0",
      "input": {
        "accelerator": "none",
        "audio_compression": "flac",
        "audio_sps": 12000,
        "brightness_offset": -9,
        "defaults": {
          "frequency": 145675000,
          "modulation": "FM"
        },
        "driver": {
          "format": "u8",
          "kind": "stdin"
        },
        "fft_size": 131072,
        "frequency": 145000000,
        "signal": "iq",
        "smeter_offset": -30,
        "sps": 2048000,
        "waterfall_compression": "zstd",
        "waterfall_size": 1024
      },
      "name": "2m"
    },
    {
      "id": "rx1",
      "input": {
        "accelerator": "none",
        "audio_compression": "flac",
        "audio_sps": 12000,
        "brightness_offset": -7,
        "defaults": {
          "frequency": 3675000,
          "modulation": "LSB",
          "ssb_highcut_hz": 2900,
          "ssb_lowcut_hz": 200
        },
        "driver": {
          "antenna": "Fan Dipole",
          "channel": 0,
          "device": "driver=sdrplay, label=SDRplay Dev0 RSP1A 223500B399, serial=223500B399",
          "format": "cs16",
          "kind": "soapysdr"
        },
        "fft_size": 131072,
        "frequency": 7500000,
        "signal": "iq",
        "smeter_offset": -30,
        "sps": 10000000,
        "waterfall_compression": "zstd",
        "waterfall_size": 1024
      },
      "name": "HF"
    }
  ]
}
and then edit with hand.

My startup script for this receivers.json is:
cd ~
/usr/bin/killall novasdr-server
sleep 6
rtl_sdr -g 48  -f 145000000 -s 2048000 - |novasdr-server -c config/config.json -r config/receivers.json

73!
Darko, 9a7aof
I'm not a programmer, just a happy Linux user since 1996, my first Linux came on 4 floppy disks, that's when I fell in love with Linux.  ;D

tuvok

#2
Thank you .. i have reinstall the ./install.sh script and use on soapy the Option 8 to install all drivers

{
      "id": "rx4",
      "input": {
        "accelerator": "none",
        "audio_compression": "flac",
        "audio_sps": 12000,
        "brightness_offset": -5,
        "defaults": {
          "frequency": -1,
          "modulation": "LSB",
          "ssb_highcut_hz": 3000,
          "ssb_lowcut_hz": 300
        },
        "driver": {
          "antenna": "draht",
          "channel": 0,
          "device": "driver=sdrplay, label=SDRplay Dev1 RSP1A 230201C899, serial=230201C899",
          "format": "cs16",
          "gain": 30.0,
          "kind": "soapysdr"
        },
        "fft_size": 131072,
        "frequency": 7100000,
        "signal": "iq",
        "smeter_offset": 0,
        "sps": 2048000,
        "waterfall_compression": "zstd",
        "waterfall_size": 1024
      },
      "name": "40m SDRPlay RSP1"
    },
  

    {
      "id": "rx5",
      "input": {
        "accelerator": "none",
        "audio_compression": "flac",
        "audio_sps": 12000,
        "brightness_offset": -5,
        "defaults": {
          "frequency": -1,
          "modulation": "LSB",
          "ssb_highcut_hz": 3000,
          "ssb_lowcut_hz": 300
        },
        "driver": {
          "antenna": "draht",
          "channel": 0,
          "device": "driver=sdrplay, label=SDRplay Dev1 RSP1 B0001P0001, serial=B0001P0001",
          "format": "cs16",
          "gain": 30.0,
          "kind": "soapysdr"
        },
        "fft_size": 131072,
        "frequency": 3700000,
        "signal": "iq",
        "smeter_offset": 0,
        "sps": 2048000,
        "waterfall_compression": "zstd",
        "waterfall_size": 1024
      },
      "name": "80m SDRPlay RSP1"
    },
    {
      "id": "rx6",
      "input": {
        "accelerator": "none",
        "audio_compression": "flac",
        "audio_sps": 12000,
        "brightness_offset": -5,
        "defaults": {
          "frequency": -1,
          "modulation": "USB",
          "ssb_highcut_hz": 3000,
          "ssb_lowcut_hz": 300
        },
        "driver": {
          "antenna": "draht",
          "channel": 0,
          "device": "driver=sdrplay, label=SDRplay Dev1 RSP1 B0001P0002, serial=B0001P0002",
          "format": "cs16",
          "gain": 30.0,
          "kind": "soapysdr"
        },
        "fft_size": 131072,
        "frequency": 14175000,
        "signal": "iq",
        "smeter_offset": 0,
        "sps": 2048000,
        "waterfall_compression": "zstd",
        "waterfall_size": 1024
      },
      "name": "20m SDRPlay RSP1"
    }

i see the SDRs but the Waterfall and Audio will not run ..
Lebe Lange und in Frieden

Powered by EzPortal