From 79684736bc31da69e2cdb92c9974712c1343c9ef Mon Sep 17 00:00:00 2001 From: Rastislav Vysoky Date: Sun, 14 Jun 2026 15:31:57 +0200 Subject: [PATCH] initial support for station g3 --- radio-settings.json | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/radio-settings.json b/radio-settings.json index bd955e7..32c87af 100644 --- a/radio-settings.json +++ b/radio-settings.json @@ -31,7 +31,7 @@ "tx_power": 22, "preamble_length": 32 }, - "uconsole_aio_v2": { + "uconsole_aio_v2": { "name": "uConsole LoRa Module aio v2", "bus_id": 1, "cs_id": 0, @@ -305,7 +305,7 @@ "use_gpiod_backend": true, "gpio_chip": 1 }, - "ultrapeaterzero-e22": { + "ultrapeaterzero-e22": { "name": "Zindello Industries UltraPeaterZero E22", "bus_id": 0, "cs_id": 0, @@ -323,7 +323,7 @@ "use_dio3_tcxo": true, "preamble_length": 32 }, - "ultrapeaterzero-e22p": { + "ultrapeaterzero-e22p": { "name": "Zindello Industries UltraPeaterZero E22P", "bus_id": 0, "cs_id": 0, @@ -341,6 +341,26 @@ "use_dio3_tcxo": true, "preamble_length": 32 }, + "bq-station-g3": { + "name": "BQ Voyage Station G3", + "bus_id": 0, + "cs_id": 0, + "cs_pin": -1, + "reset_pin": 16, + "busy_pin": 24, + "irq_pin": 22, + "txen_pin": -1, + "rxen_pin": -1, + "txled_pin": -1, + "rxled_pin": -1, + "tx_power": 19, + "use_dio2_rf": true, + "use_dio3_tcxo": true, + "dio3_tcxo_voltage": 1.8, + "preamble_length": 32, + "use_gpiod_backend": true, + "gpio_chip": 1 + }, "pymc_usb": { "name": "pymc_usb modem (USB-CDC)", "description": "ESP32-S3 / nRF52 board running pymc_usb firmware as a USB-CDC LoRa modem. Pick this if the modem is plugged into the host's USB port (e.g. /dev/ttyACM0). Edit the 'pymc_usb' section after first-run to point at the right serial device.", @@ -366,4 +386,4 @@ "preamble_length": 32 } } -} +} \ No newline at end of file