Skip to content

Airspy HF and Discovery device notes

Jakob Ketterl edited this page Oct 6, 2020 · 8 revisions

Sample configuration

Only the sdrs section is shown. Please keep the remaining parts of your configuration intact. Use "rf_gain": "auto" for agc.

sdrs = {
    "airspydiscovery": {
        "name": "Airspy HF+ Discovery",
        "type": "airspyhf",
        "rf_gain": 10,
        "ppm": 0,
        "profiles": {
            "20m": {
                "name": "20m",
                "center_freq": 14150000,
                "samp_rate": 768000,
                "start_freq": 14070000,
                "start_mod": "usb",
            },
            "30m": {
                "name": "30m",
                "center_freq": 10125000,
                "samp_rate": 192000,
                "start_freq": 10142000,
                "start_mod": "usb",
            },
            "40m": {
                "name": "40m",
                "center_freq": 7100000,
                "samp_rate": 256000,
                "start_freq": 7070000,
                "start_mod": "usb",
            },
            "80m": {
                "name": "80m",
                "center_freq": 3650000,
                "samp_rate": 768000,
                "start_freq": 3570000,
                "start_mod": "usb",
            },
            "49m": {
                "name": "49m Broadcast",
                "center_freq": 6000000,
                "samp_rate": 768000,
                "start_freq": 6070000,
                "start_mod": "am",
            },
        },
    },
}
Clone this wiki locally