Hello, first of all this project is very cool!
But unfortunately, I currently have troubles to make it works correctly with my SDRPlay RSP1B.
I am using a Debian 13.3 machine and I installed NovaSDR on it using the installation script.
I ran the NovaSDR setup and configured my sdr as follow (content of receivers.json )
{
"receivers": [
{
"id": "rx0",
"enabled": true,
"name": "SDRPlay",
"input": {
"sps": 2048000,
"frequency": 100700000,
"signal": "iq",
"fft_size": 131072,
"brightness_offset": 0,
"audio_sps": 44100,
"waterfall_size": 1024,
"waterfall_compression": "zstd",
"audio_compression": "adpcm",
"smeter_offset": 0,
"accelerator": "none",
"driver": {
"kind": "soapysdr",
"format": "cs16",
"device": "driver=sdrplay, label=SDRplay Dev0 RSP1B 2402019E60, serial=2402019E60",
"channel": 0
},
"defaults": {
"frequency": -1,
"modulation": "WBFM",
"squelch_enabled": false
}
}
}
]
}
Then I started the NovaSDR server and opening the website reveals some issues.
- The default WFM bandwidth seems to be wrong, it is very narrow and the only way to increase it is by using the buttons under Bandwidth adjust. I can't drag the cursors sides to make it larger.
- The sound is very distorted, I don't know why.
See the following video (I had to upload it on Youtube because I couldn't upload it here directly):
WARNING: Because of the distorted sound it may be loud.
https://youtu.be/KSMA9zqOISU
If you need any other information, you can ask me =)
Good day,
Maxime
Hello, first of all this project is very cool!
But unfortunately, I currently have troubles to make it works correctly with my SDRPlay RSP1B.
I am using a Debian 13.3 machine and I installed NovaSDR on it using the installation script.
I ran the NovaSDR setup and configured my sdr as follow (content of receivers.json )
{ "receivers": [ { "id": "rx0", "enabled": true, "name": "SDRPlay", "input": { "sps": 2048000, "frequency": 100700000, "signal": "iq", "fft_size": 131072, "brightness_offset": 0, "audio_sps": 44100, "waterfall_size": 1024, "waterfall_compression": "zstd", "audio_compression": "adpcm", "smeter_offset": 0, "accelerator": "none", "driver": { "kind": "soapysdr", "format": "cs16", "device": "driver=sdrplay, label=SDRplay Dev0 RSP1B 2402019E60, serial=2402019E60", "channel": 0 }, "defaults": { "frequency": -1, "modulation": "WBFM", "squelch_enabled": false } } } ] }Then I started the NovaSDR server and opening the website reveals some issues.
See the following video (I had to upload it on Youtube because I couldn't upload it here directly):
WARNING: Because of the distorted sound it may be loud.
https://youtu.be/KSMA9zqOISU
If you need any other information, you can ask me =)
Good day,
Maxime