13302 and 13300 had missing module config for slot 2, also the rf switch and voltage info was missing. Without that the auto setting in the config.yaml will try to use the default lora-hat-rak-6421-pi-hat.yaml and things do not work correctly.
21 lines
331 B
YAML
21 lines
331 B
YAML
Meta:
|
|
name: RAK6421 + RAK13300 Slot 2
|
|
support: official
|
|
compatible:
|
|
- raspberry-pi
|
|
|
|
Lora:
|
|
|
|
### RAK13300 in Slot 2
|
|
Module: sx1262
|
|
IRQ: 18 #IO6
|
|
Reset: 24 # IO4
|
|
Busy: 19 # IO5
|
|
# Ant_sw: 23 # IO3
|
|
Enable_Pins:
|
|
- 26
|
|
- 23
|
|
DIO3_TCXO_VOLTAGE: true
|
|
DIO2_AS_RF_SWITCH: true
|
|
spidev: spidev0.1
|
|
# CS: 7 |