Some topics are still about Phantom, they do not apply to Nova. For Phantom problems use the Phantom forum: https://www.phantomsdr.fun/

RTL-SDR direct sampling mode

Started by iw7dle, 07 Jan 2026, 09:50

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

iw7dle

Hi there,

I'm testing NovaSDR with RTL-SDR v3 dongle. Everything works well in NORMAL MODE (VHF/UHF) but I don't know hot to configure DIRECT SAMPLING MODE for HF.

Any advise? Thanks.

73 IW7DLE Mario

iw7dle

Ok found the additional setting:

> Add SoapySDR device settings? (key=value) Yes
> Setting key (blank to finish) direct_samp
> Setting value 2

73

Bas ON5HB

It may help others if you posted your receivers.json to show how you did this.

iw7dle

Sure, following the configuration file receivers.json:

{
  "receivers": [
    {
      "id": "rx0",
      "input": {
        "accelerator": "none",
        "audio_compression": "flac",
        "audio_sps": 12000,
        "brightness_offset": 0,
        "defaults": {
          "frequency": 14200000,
          "modulation": "USB",
          "ssb_highcut_hz": 3000,
          "ssb_lowcut_hz": 300
        },
        "driver": {
          "channel": 0,
          "device": "driver=rtlsdr, label=Generic RTL2832U OEM :: 00000001, manufacturer=Realtek, product=RTL2838UHIDIR, serial=00000001, tuner=Rafael Micro>
          "format": "cs16",
          "kind": "soapysdr",
          "settings": {
            "direct_samp": "2"
          }
        },
        "fft_size": 131072,
        "frequency": 14175000,
        "signal": "iq",
        "smeter_offset": 0,
        "sps": 1024000,
        "waterfall_compression": "zstd",
        "waterfall_size": 1024
      },
      "name": "rtl-sdr"
    }
  ]
}

Powered by EzPortal