Additional *RAK* missing values for 6421 / 13300 13302 modules + Zebra/Nebra Hat Configs (#10644)
* rebased to master * Update bin/config.d/lora-ZebraHat_2W.yaml Co-authored-by: Austin <vidplace7@gmail.com> * Update bin/config.d/lora-ZebraHat_1W.yaml Co-authored-by: Austin <vidplace7@gmail.com> * Update bin/config.d/lora-NebraHat_2W.yaml Co-authored-by: Austin <vidplace7@gmail.com> * Update bin/config.d/lora-NebraHat_1W.yaml Co-authored-by: Austin <vidplace7@gmail.com> * Remove TX_GAIN_LORA configuration line * Remove TX_GAIN_LORA configuration line * Comment out TX_GAIN_LORA configuration * Comment out TX_GAIN_LORA configuration * Update lora-ok3506-RAK6421-13300-slot1.yaml * Update lora-ok3506-RAK6421-13300-slot2.yaml * Update lora-RAK6421-13300-slot1.yaml * Update lora-RAK6421-13300-slot2.yaml --------- Co-authored-by: Austin <vidplace7@gmail.com> (cherry picked from commit a49729eb89007992201007792b1e728f6dabd12b)
This commit is contained in:
committed by
Ben Meadors
co-authored by
Ben Meadors
parent
245b45fff3
commit
b603ed0bbf
@@ -0,0 +1,19 @@
|
|||||||
|
# https://github.com/wehooper4/Meshtastic-Hardware/tree/main/NebraHat
|
||||||
|
# Use for 1 watt hat
|
||||||
|
Meta:
|
||||||
|
name: NebraHat 1W
|
||||||
|
support: community
|
||||||
|
compatible:
|
||||||
|
- raspberry-pi
|
||||||
|
|
||||||
|
Lora:
|
||||||
|
Module: sx1262 # Nebra SX1262 Pi Hat - 1W
|
||||||
|
DIO2_AS_RF_SWITCH: true
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
||||||
|
# CS: 8 # Newer version of MeshtasticD do not need this? If issues uncomment this line
|
||||||
|
IRQ: 22
|
||||||
|
Busy: 4
|
||||||
|
Reset: 18
|
||||||
|
RXen: 25
|
||||||
|
I2C:
|
||||||
|
I2CDevice: /dev/i2c-1
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
# https://github.com/wehooper4/Meshtastic-Hardware/tree/main/NebraHat
|
||||||
|
# Use for 2 watt hat
|
||||||
|
Meta:
|
||||||
|
name: NebraHat 2W
|
||||||
|
support: community
|
||||||
|
compatible:
|
||||||
|
- raspberry-pi
|
||||||
|
|
||||||
|
Lora:
|
||||||
|
Module: sx1262 # Nebra SX1262 Pi Hat - 2W
|
||||||
|
DIO2_AS_RF_SWITCH: true
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
||||||
|
SX126X_MAX_POWER: 8
|
||||||
|
# CS: 8 # Newer version of MeshtasticD do not need this? If issues uncomment this line
|
||||||
|
IRQ: 22
|
||||||
|
Busy: 4
|
||||||
|
Reset: 18
|
||||||
|
RXen: 25
|
||||||
|
I2C:
|
||||||
|
I2CDevice: /dev/i2c-1
|
||||||
@@ -18,4 +18,4 @@ Lora:
|
|||||||
DIO3_TCXO_VOLTAGE: true
|
DIO3_TCXO_VOLTAGE: true
|
||||||
DIO2_AS_RF_SWITCH: true
|
DIO2_AS_RF_SWITCH: true
|
||||||
spidev: spidev0.0
|
spidev: spidev0.0
|
||||||
# CS: 8
|
# CS: 8
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ Lora:
|
|||||||
DIO3_TCXO_VOLTAGE: true
|
DIO3_TCXO_VOLTAGE: true
|
||||||
DIO2_AS_RF_SWITCH: true
|
DIO2_AS_RF_SWITCH: true
|
||||||
spidev: spidev0.1
|
spidev: spidev0.1
|
||||||
# CS: 7
|
# CS: 7
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
# https://github.com/wehooper4/Meshtastic-Hardware/tree/main/ZebraHAT
|
||||||
|
# Use for 1 watt hat
|
||||||
|
Meta:
|
||||||
|
name: ZebraHat 1W
|
||||||
|
support: community
|
||||||
|
compatible:
|
||||||
|
- raspberry-pi
|
||||||
|
|
||||||
|
Lora:
|
||||||
|
Module: sx1262 # Zebra SX1262 Pi Hat - 1W
|
||||||
|
DIO2_AS_RF_SWITCH: true
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
||||||
|
SX126X_MAX_POWER: 18
|
||||||
|
CS: 24
|
||||||
|
IRQ: 22
|
||||||
|
Busy: 27
|
||||||
|
Reset: 17
|
||||||
|
I2C:
|
||||||
|
I2CDevice: /dev/i2c-1
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
# https://github.com/wehooper4/Meshtastic-Hardware/tree/main/ZebraHAT
|
||||||
|
# Use for 2 watt hat
|
||||||
|
Meta:
|
||||||
|
name: ZebraHat 2W
|
||||||
|
support: community
|
||||||
|
compatible:
|
||||||
|
- raspberry-pi
|
||||||
|
|
||||||
|
Lora:
|
||||||
|
Module: sx1262 # Zebra SX1262 Pi Hat - 2W
|
||||||
|
DIO2_AS_RF_SWITCH: true
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
||||||
|
SX126X_MAX_POWER: 8
|
||||||
|
CS: 24
|
||||||
|
IRQ: 22
|
||||||
|
Busy: 27
|
||||||
|
Reset: 17
|
||||||
|
RXen: 25
|
||||||
|
I2C:
|
||||||
|
I2CDevice: /dev/i2c-1
|
||||||
@@ -29,6 +29,8 @@ Lora:
|
|||||||
- pin: 50 # GPIO1_C2 (physical 16)
|
- pin: 50 # GPIO1_C2 (physical 16)
|
||||||
gpiochip: 1
|
gpiochip: 1
|
||||||
line: 18
|
line: 18
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
||||||
|
DIO2_AS_RF_SWITCH: true
|
||||||
spidev: spidev0.1
|
spidev: spidev0.1
|
||||||
# CS: # GPIO0_A7 (SPI1_CSN1, physical 26)
|
# CS: # GPIO0_A7 (SPI1_CSN1, physical 26)
|
||||||
# pin: 7
|
# pin: 7
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ Lora:
|
|||||||
- pin: 50 # GPIO1_C2 (physical 16)
|
- pin: 50 # GPIO1_C2 (physical 16)
|
||||||
gpiochip: 1
|
gpiochip: 1
|
||||||
line: 18
|
line: 18
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
||||||
|
DIO2_AS_RF_SWITCH: true
|
||||||
spidev: spidev0.1
|
spidev: spidev0.1
|
||||||
# CS: # GPIO0_A7 (SPI1_CSN1, physical 26)
|
# CS: # GPIO0_A7 (SPI1_CSN1, physical 26)
|
||||||
# pin: 7
|
# pin: 7
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ Lora:
|
|||||||
- pin: 13 # GPIO0_B5
|
- pin: 13 # GPIO0_B5
|
||||||
gpiochip: 0
|
gpiochip: 0
|
||||||
line: 13
|
line: 13
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
||||||
|
DIO2_AS_RF_SWITCH: true
|
||||||
spidev: spidev0.1
|
spidev: spidev0.1
|
||||||
# CS: # GPIO0_B1
|
# CS: # GPIO0_B1
|
||||||
# pin: 9
|
# pin: 9
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ Lora:
|
|||||||
- pin: 13 # GPIO0_B5
|
- pin: 13 # GPIO0_B5
|
||||||
gpiochip: 0
|
gpiochip: 0
|
||||||
line: 13
|
line: 13
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
||||||
|
DIO2_AS_RF_SWITCH: true
|
||||||
spidev: spidev0.1
|
spidev: spidev0.1
|
||||||
# CS: # GPIO0_B1
|
# CS: # GPIO0_B1
|
||||||
# pin: 9
|
# pin: 9
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ Lora:
|
|||||||
- pin: 103 # GPIO3_A7 (physical 16)
|
- pin: 103 # GPIO3_A7 (physical 16)
|
||||||
gpiochip: 3
|
gpiochip: 3
|
||||||
line: 7
|
line: 7
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
||||||
|
DIO2_AS_RF_SWITCH: true
|
||||||
spidev: spidev0.1
|
spidev: spidev0.1
|
||||||
# CS: # GPIO0_B7 (SPI0_CSN1, physical 26)
|
# CS: # GPIO0_B7 (SPI0_CSN1, physical 26)
|
||||||
# pin: 15
|
# pin: 15
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ Lora:
|
|||||||
- pin: 103 # GPIO3_A7 (physical 16)
|
- pin: 103 # GPIO3_A7 (physical 16)
|
||||||
gpiochip: 3
|
gpiochip: 3
|
||||||
line: 7
|
line: 7
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
||||||
|
DIO2_AS_RF_SWITCH: true
|
||||||
spidev: spidev0.1
|
spidev: spidev0.1
|
||||||
# CS: # GPIO0_B7 (SPI0_CSN1, physical 26)
|
# CS: # GPIO0_B7 (SPI0_CSN1, physical 26)
|
||||||
# pin: 15
|
# pin: 15
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# This config works with all revisions of the Meshtoad USB radio.
|
||||||
|
|
||||||
Meta:
|
Meta:
|
||||||
name: meshtoad-e22
|
name: meshtoad-e22
|
||||||
support: official
|
support: official
|
||||||
|
|||||||
Reference in New Issue
Block a user