Created
October 19, 2025 09:29
-
-
Save mpapec/cd8015103853a5401ef207633c925036 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /etc/meshtasticd/config.d/lora-raspberry-pi-wio-sx1262.yaml | |
| =========================================================== | |
| Lora: | |
| Module: sx1262 # wio-sx1262 | |
| DIO2_AS_RF_SWITCH: true | |
| DIO3_TCXO_VOLTAGE: true | |
| CS: 21 | |
| IRQ: 16 | |
| Busy: 20 | |
| Reset: 18 | |
| RXen: 6 | |
| # Raspberry | Wio-SX1262 | |
| # --------------------------|-------------------- | |
| # Pin IO physical | physical IO | |
| # (L/R) | (L/R) | |
| # --------------------------|-------------------- | |
| # IRQ GPIO16 R18 | L02 DIO1 | |
| # Reset GPIO18 R06 | L03 RST | |
| # Busy GPIO20 R19 | L04 Busy | |
| # CS GPIO21 R20 | L05 NSS | |
| # RXen GPIO6 L16 | L06 RF_SW | |
| # | |
| # GND R10 | R02 GND | |
| # 3V3 L09 | R03 3V3 | |
| # MOSI GPIO10 L10 | R04 MOSI | |
| # MISO GPIO09 L11 | R05 MISO | |
| # SCK GPIO11 L12 | R06 SCK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment