From 38323823b85b2ae8deef788a0f49e36c789c12f4 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 26 Jul 2026 10:36:29 -0500 Subject: openhop/repeater: add MeshCore repeater role Deploys the openHop MeshCore repeater on a Raspberry Pi with a RAK6421 WisMesh Pi HAT: installs the daemon into a venv from a versioned git tag, templates config.yaml and a systemd unit, and loads board pin maps and RF region presets by name from vars/. identity_file is configurable and defaults to null (daemon generates its own keypair). --- openhop/repeater/vars/boards/rak6421-slot2.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 openhop/repeater/vars/boards/rak6421-slot2.yaml (limited to 'openhop/repeater/vars/boards/rak6421-slot2.yaml') diff --git a/openhop/repeater/vars/boards/rak6421-slot2.yaml b/openhop/repeater/vars/boards/rak6421-slot2.yaml new file mode 100644 index 0000000..71a5fb9 --- /dev/null +++ b/openhop/repeater/vars/boards/rak6421-slot2.yaml @@ -0,0 +1,15 @@ +--- +# RAK6421 WisMesh Pi HAT — RAK13302 (SX1262 + 1W SKY66122 FEM) in SLOT 2. +# Source: meshtastic/firmware bin/config.d/lora-RAK6421-13302-slot2.yaml +repeater_sx1262_bus_id: 0 # spidev0.1 +repeater_sx1262_cs_id: 1 # CE1 (BCM 7) +repeater_sx1262_cs_pin: 7 +repeater_sx1262_reset_pin: 24 +repeater_sx1262_busy_pin: 19 +repeater_sx1262_irq_pin: 18 # DIO1 +repeater_sx1262_use_dio3_tcxo: true +repeater_sx1262_dio3_tcxo_voltage: 1.8 +repeater_sx1262_use_dio2_rf: true +repeater_sx1262_txen_pin: 26 # SKY66122 FEM enable (verify TX vs RX) +repeater_sx1262_rxen_pin: 23 # SKY66122 FEM enable (verify TX vs RX) +repeater_sx1262_is_waveshare: false -- cgit v1.2.3