From 201cbc251d6c9a226d965b71ef22819d4d6f1703 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 26 May 2020 06:40:42 -0400 Subject: [PATCH] soapy HF only --- groundstation/config_webrx_pi_hf.py | 121 +++++----------------------- 1 file changed, 19 insertions(+), 102 deletions(-) diff --git a/groundstation/config_webrx_pi_hf.py b/groundstation/config_webrx_pi_hf.py index 8ff8d15e..f64132f0 100644 --- a/groundstation/config_webrx_pi_hf.py +++ b/groundstation/config_webrx_pi_hf.py @@ -104,20 +104,17 @@ Note: if you experience audio underruns while CPU usage is 100%, you can: # configured that have type endin in "_connector", simply remove that suffix. sdrs = { - "rtlsdr-hf": { - "name": "RTL-SDR-HF", + "rtl_sdr": { + "name": "RTL-SDR HF", "type": "rtl_sdr_soapy", "ppm": 0, "direct_sampling": 2, - # you can change this if you use an upconverter. formula is: - # center_freq + lfo_offset = actual frequency on the sdr - # "lfo_offset": 0, "profiles": { "20m": { "name": "20m", "center_freq": 14150000, "rf_gain": 10, - "samp_rate": 240000, + "samp_rate": 2400000, "start_freq": 14070000, "start_mod": "usb", }, @@ -125,123 +122,43 @@ sdrs = { "name": "30m", "center_freq": 10125000, "rf_gain": 10, - "samp_rate": 240000, - "start_freq": 10125000, + "samp_rate": 2400000, + "start_freq": 10142000, "start_mod": "usb", }, "40m": { "name": "40m", "center_freq": 7100000, "rf_gain": 10, - "samp_rate": 256000, + "samp_rate": 2400000, "start_freq": 7070000, - "start_mod": "usb", + "start_mod": "lsb", }, "80m": { "name": "80m", "center_freq": 3650000, "rf_gain": 10, - "samp_rate": 768000, + "samp_rate": 2400000, "start_freq": 3570000, - "start_mod": "usb", + "start_mod": "lsb", + }, + "160m": { + "name": "160m", + "center_freq": 1900000, + "rf_gain": 10, + "samp_rate": 2400000, + "start_freq": 1840000, + "start_mod": "lsb", }, "49m": { "name": "49m Broadcast", "center_freq": 6000000, "rf_gain": 10, - "samp_rate": 768000, - "start_freq": 6070000, - "start_mod": "am", - }, }, - }, - "rtlsdr": { - "name": "RTL-SDR", - "type": "rtl_sdr", - "ppm": 0, - # you can change this if you use an upconverter. formula is: - # center_freq + lfo_offset = actual frequency on the sdr - # "lfo_offset": 0, - "profiles": { - "70cm": { - "name": "70cm Band", - "center_freq": 435500000, - "rf_gain": 3, "samp_rate": 2400000, - "start_freq": 4355000000, - "start_mod": "nfm", - }, - "70cm-hi": { - "name": "70cm Band High Gain", - "center_freq": 435500000, - "rf_gain": 30, - "samp_rate": 2400000, - "start_freq": 4355000000, - "start_mod": "nfm", - }, - "2m": { - "name": "2m Band", - "center_freq": 145000000, - "rf_gain": 15, - "samp_rate": 2400000, - "start_freq": 145725000, - "start_mod": "nfm", - }, - "2m-hi": { - "name": "2m Band High Gain", - "center_freq": 145000000, - "rf_gain": 30, - "samp_rate": 2400000, - "start_freq": 145725000, - "start_mod": "nfm", - }, - "wx": { - "name": "Weather Band", - "center_freq": 162000000, - "rf_gain": 30, - "samp_rate": 2400000, - "start_freq": 161500000, - "start_mod": "nfm", - }, - "fm": { - "name": "FM Band", - "center_freq": 91000000, - "rf_gain": 30, - "samp_rate": 2400000, - "start_freq": 90000000, - "start_mod": "nfm", - }, - "atc": { - "name": "Air Band - ATC", - "center_freq": 134000000, - "rf_gain": 20, - "samp_rate": 2400000, - "start_freq": 134000000, - "start_mod": "am", - }, - "atc-hi": { - "name": "Air Band - ATC High Gain", - "center_freq": 134000000, - "rf_gain": 30, - "samp_rate": 2400000, - "start_freq": 134000000, + "start_freq": 6070000, "start_mod": "am", }, - "noaa": { - "name": "NOAA Weather Satellites", - "center_freq": 137000000, - "rf_gain": 20, - "samp_rate": 2400000, - "start_freq": 137000000, - "start_mod": "fm", - }, - "noaa-hi": { - "name": "NOAA Weather Satellites High Gain", - "center_freq": 137000000, - "rf_gain": 25, - "samp_rate": 2400000, - "start_freq": 137000000, - "start_mod": "fm", - }, }, + }, }, "airspy": { "name": "Airspy HF+",