Commit 132341

2026-01-30 18:32:53 Bram van de Burgt: Added radio config for pyMC_Repeater
miners/nebra outdoor.md ..
@@ 24,6 24,31 @@
If you use 17 and 9 for 3V3 and GND, all pins are in a single straight line except for the NSS one on GPIO24.
SX1262 RF_SW, VIN, and pins like D5, D6, D7, do not need to be connected.
+ During pyMC_Repeater install, select the first radio config, then in `/etc/pymc_repeater/config.yaml` set this config and restart the service:
+ ```
+ sx1262:
+ # SPI bus and chip select
+ bus_id: 0
+ cs_id: 0
+ # GPIO pins (BCM numbering)
+ cs_pin: 24
+ reset_pin: 17
+ busy_pin: 27
+ irq_pin: 22
+ # TX/RX enable pins (-1 to disable)
+ txen_pin: -1
+ rxen_pin: -1
+ # LED pins for TX/RX indication (-1 to disable)
+ txled_pin: -1
+ rxled_pin: -1
+ use_dio3_tcxo: true
+ tx_power: 18
+ # Waveshare hardware flag
+ is_waveshare: false
+ ```
+ Source: https://github.com/wehooper4/Meshtastic-Hardware/blob/main/ZebraHAT/readme.md#meshcore-usage
+
+
This setup also [works](https://github.com/meshcore-dev/MeshCore/pull/1137#issuecomment-3819952554) with [meshcored](https://github.com/meshcore-dev/MeshCore/pull/1137) with this `meshcored.ini` snippet:
```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9