Some topics are still about Phantom, they do not apply to Nova. For Phantom problems use the Phantom forum: https://www.phantomsdr.fun/
Quote from: Bas ON5HB on Today at 17:46This is an SDRplay problem, it should not matter how fast Nova sends commands to Soapy.
I had the same problems before with the RSP-TCP server.
This is a problem of SDRplay.
Their API is buggy. V2.13 has the same problems, so I wonder if the chip has a problem.
As I have seen it many times, the chip just stops responding until you remove USB and plug it back in.
2026-01-10T11:54:06.996194Z INFO novasdr-dsp-rx1 ThreadId(08) novasdr_server::dsp_runner: DSP thread started receiver_id=rx1
2026-01-10T11:54:06.996210Z INFO main ThreadId(01) novasdr_server::app: server listening bind=[::]:80
2026-01-10T11:54:06.996274Z INFO novasdr-dsp-rx0 ThreadId(09) novasdr_server::dsp_runner: DSP thread started receiver_id=rx0
[INFO] devIdx: 0
[INFO] SerNo: 18070E4096
[INFO] hwVer: 255
[INFO] rspDuoMode: 0
[INFO] tuner: 1
[INFO] rspDuoSampleFreq: 0.000000
[INFO] Using format CS16.
[INFO] devIdx: 0
[INFO] SerNo: 19110CDF97
[INFO] hwVer: 255
[INFO] rspDuoMode: 0
[INFO] tuner: 1
[INFO] rspDuoSampleFreq: 0.000000
[ERROR] SelectDevice Error: sdrplay_api_Fail
2026-01-10T11:54:07.088402Z ERROR novasdr-dsp-rx0 ThreadId(09) novasdr_server::dsp_runner: DSP loop terminated receiver_id=rx0 error=open SoapySDR device
Caused by:
Other: SelectDevice() failed
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.
git pull
cargo build -p novasdr-server --release --features "soapysdr,clfft"
cd frontend
npm ci
npm run build
cd ..
exit
{
"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"
}
]
}
Page created in 0.008 seconds with 17 queries.