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

Recent posts

#1
Bugs / Re: When setting BW other then...
Last post by Bas ON5HB - 08 Jan 2026, 13:51
Changelog
0.2.8 - 2026-01-07
Fixed

    SSB (USB/LSB) mode switching no longer shifts the displayed tuned frequency due to passband quantization.
    SSB bandwidth readout no longer jumps when toggling between USB and LSB.


Sorry, it still does. Maybe not in I/Q mode but the RX888 Real mode is still jumping.
Also wrong BW when entering the GUI, 2.75Khz instead of 2.70.
#2
Install problems / Simple update and compile scri...
Last post by Bas ON5HB - 08 Jan 2026, 13:11
Hi all,

If you downloaded Nova from github with 'git clone' command, updating is simple.
Here is a simple script to do it for you.

compile.sh (chmod +x) after you made it:

git pull

cargo build -p novasdr-server --release --features "soapysdr,clfft"

cd frontend

npm ci

npm run build

cd ..

exit



That's it.

BTW, I do run the compiling in a seperate directory and only copy dist and binary to the RUN directory, so I make sure nothing is overwritten.
#3
Install problems / Re: RTL-SDR direct sampling mo...
Last post by iw7dle - 08 Jan 2026, 10:56
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"
    }
  ]
}
#4
Wishlist / Black version sdr-list?
Last post by 9a7aof - 08 Jan 2026, 07:28
Hello!

I ask the developer to enable a dark version of https://sdr-list.xyz.

The transition from the pleasantly dark NovaSDR to the
completely white https://sdr-list.xyz is a shock to my old eyes.

I don't know what other colleagues think about it.

Best regards,
Darko, 9a7aof
#5
Bugs / Re: When setting BW other then...
Last post by Bas ON5HB - 07 Jan 2026, 19:42
Bug is still there. Running 0.2.7
#6
Install problems / Re: RTL-SDR direct sampling mo...
Last post by Bas ON5HB - 07 Jan 2026, 16:23
It may help others if you posted your receivers.json to show how you did this.
#7
Install problems / Re: RTL-SDR direct sampling mo...
Last post by iw7dle - 07 Jan 2026, 10:04
Ok found the additional setting:

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

73
#8
Install problems / RTL-SDR direct sampling mode
Last post by iw7dle - 07 Jan 2026, 09:50
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
#9
Bugs / Re: Click to 49m band, result...
Last post by 9a7aof - 07 Jan 2026, 06:47
QuoteMake the server just check if they are in any RXx limits, when not, don't show at all.

Works fine in v0.2.7

My root crontab script for automatic start NovaSDR after reboot
#---------------------------------------------------------
@reboot su darko -c   /home/darko/bin/nova &
#---------------------------------------------------------
40 06 * * * su darko -c   /home/darko/bin/nova &
#---------------------------------------------------------

and script in my bin directory
#!/bin/bash
cd /home/darko
/usr/bin/killall novasdr-server
/bin/sleep 6
/usr/bin/rtl_sdr -g 48 -p 36 -f 145000000 -s 2048000 - | /opt/novasdr/novasdr-server -c config/config.json -r config/receivers.json

It work in background, log I see with
tail -f logs/novasdr.2026-01-07
Thanks!
Darko,9a7aof
#10
Bugs / Re: Click to 49m band, result...
Last post by Bas ON5HB - 06 Jan 2026, 18:33
Bands.json? ;D

This way anybody can put there what they want.
Make the server just check if they are in any RXx limits, when not, don't show at all.
Powered by EzPortal