Skip to content

Radioberry device notes

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

General

The radioberry supports currently only 48K sampling rate, using a SOAPY implementation.

Running OpenWebRX using Radioberry: https://github.com/pa3gsb/Radioberry-2.x/wiki/Openwebrx---radioberry

More information can be found at: https://github.com/pa3gsb/Radioberry-2.x

Important note: If you want to use the radioberry in a multi user setup only one profile setting / band can be used!

Sample configuration

   "radioberry": {
        "name": "Radioberry",
        "type": "radioberry",
        "ppm": 0,
        "iqswap": "true",
        "antenna": "Antenna A",
        "profiles": {
            "40m": {
                "name": "40m",
                "center_freq": 7065000,
                "rf_gain": 19,
                "samp_rate": 48000,
                "start_freq": 7070000,
                "start_mod": "lsb",
            },
            "80m": {
                "name": "80m",
                "center_freq": 3565000,
                "rf_gain": 19,
                "samp_rate": 48000,
                "start_freq": 3570000,
                "start_mod": "lsb",
            },
        },
    },

Clone this wiki locally