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?
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.json73!
Darko, 9a7aof
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 ..