From 1083fd98651be464cd0942b2882a767d9d2e4645 Mon Sep 17 00:00:00 2001 From: Matthias Wientapper Date: Sat, 7 Feb 2026 16:30:22 +0100 Subject: [PATCH 1/2] README.md: Add HT-RA62 module configuration --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index af59ad9..d020fe2 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,16 @@ Frequency Labs meshadv TX Power: Up to 22dBm SPI Bus: SPI0 GPIO Pins: CS=21, Reset=18, Busy=20, IRQ=16, TXEN=13, RXEN=12, use_dio3_tcxo=True + +HT-RA62 module + + Hardware: Heltec HT-RA62 LoRa module + Platform: Raspberry Pi (or compatible single-board computer) + Frequency: 868MHz (EU) or 915MHz (US) + TX Power: Up to 22dBm + SPI Bus: SPI0 + GPIO Pins: CS=21, Reset=18, Busy=20, IRQ=16, use_dio3_tcxo=True, use_dio2_rf=True + ... ## Screenshots From 88221340ccf3c01ccaf0c087bbe479f239d2c728 Mon Sep 17 00:00:00 2001 From: June S Date: Fri, 20 Feb 2026 21:50:24 -0800 Subject: [PATCH 2/2] Added radio setting for the AIO v2 for uConsole AIO v2 for the uconsole requires two settings to work correctly --- radio-settings.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/radio-settings.json b/radio-settings.json index 93fc786..d20a692 100644 --- a/radio-settings.json +++ b/radio-settings.json @@ -16,8 +16,8 @@ "preamble_length": 17, "is_waveshare": true }, - "uconsole": { - "name": "uConsole LoRa Module", + "uconsole_aiov1": { + "name": "uConsole LoRa Module aio v1", "bus_id": 1, "cs_id": 0, "cs_pin": -1, @@ -30,6 +30,23 @@ "rxled_pin": -1, "tx_power": 22, "preamble_length": 17 + }, + "uconsole_aio_v2": { + "name": "uConsole LoRa Module aio v2", + "bus_id": 1, + "cs_id": 0, + "cs_pin": -1, + "reset_pin": 25, + "busy_pin": 24, + "irq_pin": 26, + "txen_pin": -1, + "rxen_pin": -1, + "txled_pin": -1, + "rxled_pin": -1, + "tx_power": 22, + "preamble_length": 17, + "use_dio3_tcxo": true, + "use_dio2_rf": true }, "pimesh-1w-usa": { "name": "PiMesh-1W (USA)",