OpenWebRX configuration problem
Posted: Fri Sep 04, 2020 3:33 am
I am using OpenWebRX Docker to build an RTL-SDR receiving station.
https://hub.docker.com/r/jketterl/openwebrx
But there was some trouble in the configuration.
The following is a paragraph from the configuration file:
"HAM 80m": {
"name": "HAM 80m",
"center_freq": 3650000,
"start_freq": 3573000,
"samp_rate": 240000,
},
The maximum samp_rate of RTL-SDR is 2400000. The display is too wide for the 80m HAM band().
I try to set an intermediate value. Tried a lot: 360000 480000 512000......
But it will cause OpenwebRX to start reporting an error. Unable to find RTL-SDR device.
The current working "samp_rate" is 240000 and 2400000.
How can I solve this problem?
https://hub.docker.com/r/jketterl/openwebrx
But there was some trouble in the configuration.
The following is a paragraph from the configuration file:
"HAM 80m": {
"name": "HAM 80m",
"center_freq": 3650000,
"start_freq": 3573000,
"samp_rate": 240000,
},
The maximum samp_rate of RTL-SDR is 2400000. The display is too wide for the 80m HAM band().
I try to set an intermediate value. Tried a lot: 360000 480000 512000......
But it will cause OpenwebRX to start reporting an error. Unable to find RTL-SDR device.
The current working "samp_rate" is 240000 and 2400000.
How can I solve this problem?