From 95a0366d2f71425f4d42acfc7d3e80e1ae3d87eb Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Sat, 6 Jun 2026 17:27:29 -0600 Subject: [PATCH 01/14] rebased to master --- bin/config.d/lora-NebraHat_1W.yaml | 19 ++++++++++++++++++ bin/config.d/lora-NebraHat_2W.yaml | 20 +++++++++++++++++++ bin/config.d/lora-RAK6421-13300-slot1.yaml | 3 ++- bin/config.d/lora-RAK6421-13300-slot2.yaml | 3 ++- bin/config.d/lora-ZebraHat_1W.yaml | 19 ++++++++++++++++++ bin/config.d/lora-ZebraHat_2W.yaml | 20 +++++++++++++++++++ .../lora-ecb41-pge-RAK6421-13300-slot1.yaml | 1 + .../lora-ecb41-pge-RAK6421-13300-slot2.yaml | 3 +++ .../lora-ecb41-pge-RAK6421-13302-slot2.yaml | 2 ++ .../lora-lyra-zero-RAK6421-13300-slot1.yaml | 1 + .../lora-lyra-zero-RAK6421-13300-slot2.yaml | 3 +++ .../lora-lyra-zero-RAK6421-13302-slot2.yaml | 2 ++ .../lora-ok3506-RAK6421-13300-slot1.yaml | 1 + .../lora-ok3506-RAK6421-13300-slot2.yaml | 3 +++ .../lora-ok3506-RAK6421-13302-slot2.yaml | 2 ++ bin/config.d/lora-usb-meshtoad-e22.yaml | 2 ++ 16 files changed, 102 insertions(+), 2 deletions(-) create mode 100644 bin/config.d/lora-NebraHat_1W.yaml create mode 100644 bin/config.d/lora-NebraHat_2W.yaml create mode 100644 bin/config.d/lora-ZebraHat_1W.yaml create mode 100644 bin/config.d/lora-ZebraHat_2W.yaml diff --git a/bin/config.d/lora-NebraHat_1W.yaml b/bin/config.d/lora-NebraHat_1W.yaml new file mode 100644 index 00000000000..2b42df5a8b1 --- /dev/null +++ b/bin/config.d/lora-NebraHat_1W.yaml @@ -0,0 +1,19 @@ +# https://github.com/wehooper4/Meshtastic-Hardware/tree/main/NebraHat +# Use for 1 watt hat +Meta: + name: NebraHat 1W + support: official + 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 \ No newline at end of file diff --git a/bin/config.d/lora-NebraHat_2W.yaml b/bin/config.d/lora-NebraHat_2W.yaml new file mode 100644 index 00000000000..48292190276 --- /dev/null +++ b/bin/config.d/lora-NebraHat_2W.yaml @@ -0,0 +1,20 @@ +# https://github.com/wehooper4/Meshtastic-Hardware/tree/main/NebraHat +# Use for 2 watt hat +Meta: + name: NebraHat 2W + support: official + 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 \ No newline at end of file diff --git a/bin/config.d/lora-RAK6421-13300-slot1.yaml b/bin/config.d/lora-RAK6421-13300-slot1.yaml index a88544896d7..2f29d44df50 100644 --- a/bin/config.d/lora-RAK6421-13300-slot1.yaml +++ b/bin/config.d/lora-RAK6421-13300-slot1.yaml @@ -18,4 +18,5 @@ Lora: DIO3_TCXO_VOLTAGE: true DIO2_AS_RF_SWITCH: true spidev: spidev0.0 - # CS: 8 \ No newline at end of file + # CS: 8 + TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] diff --git a/bin/config.d/lora-RAK6421-13300-slot2.yaml b/bin/config.d/lora-RAK6421-13300-slot2.yaml index 5fa3a71265f..991b25e35aa 100644 --- a/bin/config.d/lora-RAK6421-13300-slot2.yaml +++ b/bin/config.d/lora-RAK6421-13300-slot2.yaml @@ -18,4 +18,5 @@ Lora: DIO3_TCXO_VOLTAGE: true DIO2_AS_RF_SWITCH: true spidev: spidev0.1 - # CS: 7 \ No newline at end of file + # CS: 7 + TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] diff --git a/bin/config.d/lora-ZebraHat_1W.yaml b/bin/config.d/lora-ZebraHat_1W.yaml new file mode 100644 index 00000000000..2c55afd4acd --- /dev/null +++ b/bin/config.d/lora-ZebraHat_1W.yaml @@ -0,0 +1,19 @@ +# https://github.com/wehooper4/Meshtastic-Hardware/tree/main/ZebraHAT +# Use for 1 watt hat +Meta: + name: ZebraHat 1W + support: official + 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 diff --git a/bin/config.d/lora-ZebraHat_2W.yaml b/bin/config.d/lora-ZebraHat_2W.yaml new file mode 100644 index 00000000000..4aeb7012dc4 --- /dev/null +++ b/bin/config.d/lora-ZebraHat_2W.yaml @@ -0,0 +1,20 @@ +# https://github.com/wehooper4/Meshtastic-Hardware/tree/main/ZebraHAT +# Use for 2 watt hat +Meta: + name: ZebraHat 2W + support: official + 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 diff --git a/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot1.yaml b/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot1.yaml index 8782876ac61..a720de5a850 100644 --- a/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot1.yaml +++ b/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot1.yaml @@ -36,3 +36,4 @@ Lora: # pin: 14 # gpiochip: 0 # line: 14 + TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] diff --git a/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot2.yaml b/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot2.yaml index e0ef946d97f..98f0d0f9769 100644 --- a/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot2.yaml +++ b/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot2.yaml @@ -29,8 +29,11 @@ Lora: - pin: 50 # GPIO1_C2 (physical 16) gpiochip: 1 line: 18 + DIO3_TCXO_VOLTAGE: true + DIO2_AS_RF_SWITCH: true spidev: spidev0.1 # CS: # GPIO0_A7 (SPI1_CSN1, physical 26) # pin: 7 # gpiochip: 0 # line: 7 + TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] diff --git a/bin/config.d/lora-ecb41-pge-RAK6421-13302-slot2.yaml b/bin/config.d/lora-ecb41-pge-RAK6421-13302-slot2.yaml index 5548bc5c7b5..0417d36e90e 100644 --- a/bin/config.d/lora-ecb41-pge-RAK6421-13302-slot2.yaml +++ b/bin/config.d/lora-ecb41-pge-RAK6421-13302-slot2.yaml @@ -29,6 +29,8 @@ Lora: - pin: 50 # GPIO1_C2 (physical 16) gpiochip: 1 line: 18 + DIO3_TCXO_VOLTAGE: true + DIO2_AS_RF_SWITCH: true spidev: spidev0.1 # CS: # GPIO0_A7 (SPI1_CSN1, physical 26) # pin: 7 diff --git a/bin/config.d/lora-lyra-zero-RAK6421-13300-slot1.yaml b/bin/config.d/lora-lyra-zero-RAK6421-13300-slot1.yaml index b65a30c2081..c37c6fb3a68 100644 --- a/bin/config.d/lora-lyra-zero-RAK6421-13300-slot1.yaml +++ b/bin/config.d/lora-lyra-zero-RAK6421-13300-slot1.yaml @@ -36,3 +36,4 @@ Lora: # pin: 10 # gpiochip: 0 # line: 10 + TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] diff --git a/bin/config.d/lora-lyra-zero-RAK6421-13300-slot2.yaml b/bin/config.d/lora-lyra-zero-RAK6421-13300-slot2.yaml index 255a3eca38b..d3baebd458c 100644 --- a/bin/config.d/lora-lyra-zero-RAK6421-13300-slot2.yaml +++ b/bin/config.d/lora-lyra-zero-RAK6421-13300-slot2.yaml @@ -29,8 +29,11 @@ Lora: - pin: 13 # GPIO0_B5 gpiochip: 0 line: 13 + DIO3_TCXO_VOLTAGE: true + DIO2_AS_RF_SWITCH: true spidev: spidev0.1 # CS: # GPIO0_B1 # pin: 9 # gpiochip: 0 # line: 9 + TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] diff --git a/bin/config.d/lora-lyra-zero-RAK6421-13302-slot2.yaml b/bin/config.d/lora-lyra-zero-RAK6421-13302-slot2.yaml index 773a35ab0fe..d3baebd458c 100644 --- a/bin/config.d/lora-lyra-zero-RAK6421-13302-slot2.yaml +++ b/bin/config.d/lora-lyra-zero-RAK6421-13302-slot2.yaml @@ -29,6 +29,8 @@ Lora: - pin: 13 # GPIO0_B5 gpiochip: 0 line: 13 + DIO3_TCXO_VOLTAGE: true + DIO2_AS_RF_SWITCH: true spidev: spidev0.1 # CS: # GPIO0_B1 # pin: 9 diff --git a/bin/config.d/lora-ok3506-RAK6421-13300-slot1.yaml b/bin/config.d/lora-ok3506-RAK6421-13300-slot1.yaml index d97bdd3273d..4fba94216f7 100644 --- a/bin/config.d/lora-ok3506-RAK6421-13300-slot1.yaml +++ b/bin/config.d/lora-ok3506-RAK6421-13300-slot1.yaml @@ -38,3 +38,4 @@ Lora: # pin: 19 # gpiochip: 0 # line: 19 + TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] diff --git a/bin/config.d/lora-ok3506-RAK6421-13300-slot2.yaml b/bin/config.d/lora-ok3506-RAK6421-13300-slot2.yaml index 969c20ad3f4..adeb856d951 100644 --- a/bin/config.d/lora-ok3506-RAK6421-13300-slot2.yaml +++ b/bin/config.d/lora-ok3506-RAK6421-13300-slot2.yaml @@ -31,8 +31,11 @@ Lora: - pin: 103 # GPIO3_A7 (physical 16) gpiochip: 3 line: 7 + DIO3_TCXO_VOLTAGE: true + DIO2_AS_RF_SWITCH: true spidev: spidev0.1 # CS: # GPIO0_B7 (SPI0_CSN1, physical 26) # pin: 15 # gpiochip: 0 # line: 15 + TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] diff --git a/bin/config.d/lora-ok3506-RAK6421-13302-slot2.yaml b/bin/config.d/lora-ok3506-RAK6421-13302-slot2.yaml index 36b70658b6a..ffb221fba1f 100644 --- a/bin/config.d/lora-ok3506-RAK6421-13302-slot2.yaml +++ b/bin/config.d/lora-ok3506-RAK6421-13302-slot2.yaml @@ -31,6 +31,8 @@ Lora: - pin: 103 # GPIO3_A7 (physical 16) gpiochip: 3 line: 7 + DIO3_TCXO_VOLTAGE: true + DIO2_AS_RF_SWITCH: true spidev: spidev0.1 # CS: # GPIO0_B7 (SPI0_CSN1, physical 26) # pin: 15 diff --git a/bin/config.d/lora-usb-meshtoad-e22.yaml b/bin/config.d/lora-usb-meshtoad-e22.yaml index 49182c83e2f..3d8b15783c6 100644 --- a/bin/config.d/lora-usb-meshtoad-e22.yaml +++ b/bin/config.d/lora-usb-meshtoad-e22.yaml @@ -1,3 +1,5 @@ +# This config works with all revisions of the Meshtoad USB radio. + Meta: name: meshtoad-e22 support: official From ced39d3bbb80a412bf2f43404b6646601ccf5494 Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Sun, 7 Jun 2026 11:51:25 -0600 Subject: [PATCH 02/14] Update bin/config.d/lora-ZebraHat_2W.yaml Co-authored-by: Austin --- bin/config.d/lora-ZebraHat_2W.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/config.d/lora-ZebraHat_2W.yaml b/bin/config.d/lora-ZebraHat_2W.yaml index 4aeb7012dc4..fe556ea77ad 100644 --- a/bin/config.d/lora-ZebraHat_2W.yaml +++ b/bin/config.d/lora-ZebraHat_2W.yaml @@ -2,7 +2,7 @@ # Use for 2 watt hat Meta: name: ZebraHat 2W - support: official + support: community compatible: - raspberry-pi From 3dbbc6c4b16bc0d4c7a58ee77822357d5dfe84e7 Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Sun, 7 Jun 2026 11:51:33 -0600 Subject: [PATCH 03/14] Update bin/config.d/lora-ZebraHat_1W.yaml Co-authored-by: Austin --- bin/config.d/lora-ZebraHat_1W.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/config.d/lora-ZebraHat_1W.yaml b/bin/config.d/lora-ZebraHat_1W.yaml index 2c55afd4acd..f0b3c34d3fe 100644 --- a/bin/config.d/lora-ZebraHat_1W.yaml +++ b/bin/config.d/lora-ZebraHat_1W.yaml @@ -2,7 +2,7 @@ # Use for 1 watt hat Meta: name: ZebraHat 1W - support: official + support: community compatible: - raspberry-pi From 997f96c66d7e03bfa83cd1bdec5ada14f8c033f8 Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Sun, 7 Jun 2026 11:51:41 -0600 Subject: [PATCH 04/14] Update bin/config.d/lora-NebraHat_2W.yaml Co-authored-by: Austin --- bin/config.d/lora-NebraHat_2W.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/config.d/lora-NebraHat_2W.yaml b/bin/config.d/lora-NebraHat_2W.yaml index 48292190276..4b712dd8a59 100644 --- a/bin/config.d/lora-NebraHat_2W.yaml +++ b/bin/config.d/lora-NebraHat_2W.yaml @@ -2,7 +2,7 @@ # Use for 2 watt hat Meta: name: NebraHat 2W - support: official + support: community compatible: - raspberry-pi From 42f0b7e0064685923181cb76ce311b097e29f8d1 Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Sun, 7 Jun 2026 11:51:49 -0600 Subject: [PATCH 05/14] Update bin/config.d/lora-NebraHat_1W.yaml Co-authored-by: Austin --- bin/config.d/lora-NebraHat_1W.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/config.d/lora-NebraHat_1W.yaml b/bin/config.d/lora-NebraHat_1W.yaml index 2b42df5a8b1..9f339371392 100644 --- a/bin/config.d/lora-NebraHat_1W.yaml +++ b/bin/config.d/lora-NebraHat_1W.yaml @@ -2,7 +2,7 @@ # Use for 1 watt hat Meta: name: NebraHat 1W - support: official + support: community compatible: - raspberry-pi From ae154ce4617d9dfb6c410024390eda6d80e8e1d1 Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:51:22 -0600 Subject: [PATCH 06/14] Remove TX_GAIN_LORA configuration line --- bin/config.d/lora-ecb41-pge-RAK6421-13300-slot1.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot1.yaml b/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot1.yaml index a720de5a850..8782876ac61 100644 --- a/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot1.yaml +++ b/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot1.yaml @@ -36,4 +36,3 @@ Lora: # pin: 14 # gpiochip: 0 # line: 14 - TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] From 14331619728b836abc24e4cc451b9fdd0a3b7821 Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:51:43 -0600 Subject: [PATCH 07/14] Remove TX_GAIN_LORA configuration line --- bin/config.d/lora-ecb41-pge-RAK6421-13300-slot2.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot2.yaml b/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot2.yaml index 98f0d0f9769..5121e8a61d5 100644 --- a/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot2.yaml +++ b/bin/config.d/lora-ecb41-pge-RAK6421-13300-slot2.yaml @@ -36,4 +36,3 @@ Lora: # pin: 7 # gpiochip: 0 # line: 7 - TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] From 34da5639f058a3a6503f897806f3d4a6ffaa6b56 Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:52:02 -0600 Subject: [PATCH 08/14] Comment out TX_GAIN_LORA configuration --- bin/config.d/lora-lyra-zero-RAK6421-13300-slot1.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/config.d/lora-lyra-zero-RAK6421-13300-slot1.yaml b/bin/config.d/lora-lyra-zero-RAK6421-13300-slot1.yaml index c37c6fb3a68..b65a30c2081 100644 --- a/bin/config.d/lora-lyra-zero-RAK6421-13300-slot1.yaml +++ b/bin/config.d/lora-lyra-zero-RAK6421-13300-slot1.yaml @@ -36,4 +36,3 @@ Lora: # pin: 10 # gpiochip: 0 # line: 10 - TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] From 47e5b920829414103cfe1cc8a9744b7482aff3cf Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:52:19 -0600 Subject: [PATCH 09/14] Comment out TX_GAIN_LORA configuration --- bin/config.d/lora-lyra-zero-RAK6421-13300-slot2.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/config.d/lora-lyra-zero-RAK6421-13300-slot2.yaml b/bin/config.d/lora-lyra-zero-RAK6421-13300-slot2.yaml index d3baebd458c..63648432c47 100644 --- a/bin/config.d/lora-lyra-zero-RAK6421-13300-slot2.yaml +++ b/bin/config.d/lora-lyra-zero-RAK6421-13300-slot2.yaml @@ -36,4 +36,3 @@ Lora: # pin: 9 # gpiochip: 0 # line: 9 - TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] From 1f43bc74416d7dcff28c500c81caf3bccb9ece5e Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:52:41 -0600 Subject: [PATCH 10/14] Update lora-ok3506-RAK6421-13300-slot1.yaml --- bin/config.d/lora-ok3506-RAK6421-13300-slot1.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/config.d/lora-ok3506-RAK6421-13300-slot1.yaml b/bin/config.d/lora-ok3506-RAK6421-13300-slot1.yaml index 4fba94216f7..d97bdd3273d 100644 --- a/bin/config.d/lora-ok3506-RAK6421-13300-slot1.yaml +++ b/bin/config.d/lora-ok3506-RAK6421-13300-slot1.yaml @@ -38,4 +38,3 @@ Lora: # pin: 19 # gpiochip: 0 # line: 19 - TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] From 0cfa9d541a796d17400fc0f51e9c668159e29db1 Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:52:56 -0600 Subject: [PATCH 11/14] Update lora-ok3506-RAK6421-13300-slot2.yaml --- bin/config.d/lora-ok3506-RAK6421-13300-slot2.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/config.d/lora-ok3506-RAK6421-13300-slot2.yaml b/bin/config.d/lora-ok3506-RAK6421-13300-slot2.yaml index adeb856d951..225fb5f8dd9 100644 --- a/bin/config.d/lora-ok3506-RAK6421-13300-slot2.yaml +++ b/bin/config.d/lora-ok3506-RAK6421-13300-slot2.yaml @@ -38,4 +38,3 @@ Lora: # pin: 15 # gpiochip: 0 # line: 15 - TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] From 3c9955d5c2c09d53077d0e95abf7524ff3185687 Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:53:17 -0600 Subject: [PATCH 12/14] Update lora-RAK6421-13300-slot1.yaml --- bin/config.d/lora-RAK6421-13300-slot1.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/config.d/lora-RAK6421-13300-slot1.yaml b/bin/config.d/lora-RAK6421-13300-slot1.yaml index 2f29d44df50..086dadbc554 100644 --- a/bin/config.d/lora-RAK6421-13300-slot1.yaml +++ b/bin/config.d/lora-RAK6421-13300-slot1.yaml @@ -19,4 +19,3 @@ Lora: DIO2_AS_RF_SWITCH: true spidev: spidev0.0 # CS: 8 - TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] From b6fa6ea104b3d941997db2d0f0dfa578a4497439 Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:53:31 -0600 Subject: [PATCH 13/14] Update lora-RAK6421-13300-slot2.yaml --- bin/config.d/lora-RAK6421-13300-slot2.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/config.d/lora-RAK6421-13300-slot2.yaml b/bin/config.d/lora-RAK6421-13300-slot2.yaml index 991b25e35aa..c0ed9017a09 100644 --- a/bin/config.d/lora-RAK6421-13300-slot2.yaml +++ b/bin/config.d/lora-RAK6421-13300-slot2.yaml @@ -19,4 +19,3 @@ Lora: DIO2_AS_RF_SWITCH: true spidev: spidev0.1 # CS: 7 - TX_GAIN_LORA: [9, 9, 10, 11, 9, 8, 9, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 12, 10, 9, 8] From 33cc483fed437536162e559af482d104a2d7beb3 Mon Sep 17 00:00:00 2001 From: Littleaton <55291686+Littleaton@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:00:58 -0600 Subject: [PATCH 14/14] Added Zebra Hat Duo --- bin/config.d/lora-ZebraHatDuo_R0_1W.yaml | 23 +++++++++++++++++++++++ bin/config.d/lora-ZebraHatDuo_R1_1W.yaml | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 bin/config.d/lora-ZebraHatDuo_R0_1W.yaml create mode 100644 bin/config.d/lora-ZebraHatDuo_R1_1W.yaml diff --git a/bin/config.d/lora-ZebraHatDuo_R0_1W.yaml b/bin/config.d/lora-ZebraHatDuo_R0_1W.yaml new file mode 100644 index 00000000000..893c74447e3 --- /dev/null +++ b/bin/config.d/lora-ZebraHatDuo_R0_1W.yaml @@ -0,0 +1,23 @@ +# https://github.com/wehooper4/Meshtastic-Hardware/tree/main/NebraHat/Duo +# Use for E22P on Duo Hat +# Use for 1 watt hat - Radio 0 +Meta: + name: ZebraHatDuo Radio 0 1W + support: community + compatible: + - raspberry-pi + +Lora: + Module: sx1262 # + DIO2_AS_RF_SWITCH: true + DIO3_TCXO_VOLTAGE: true + SX126X_MAX_POWER: 18 + spidev: spidev0.0 +# CS: 8 # Depending on how overlay is setup + IRQ: 18 + Busy: 23 + Reset: 24 + +# Uncomment below to enable temp/humid sensors +#I2C: +# I2CDevice: /dev/i2c-1 \ No newline at end of file diff --git a/bin/config.d/lora-ZebraHatDuo_R1_1W.yaml b/bin/config.d/lora-ZebraHatDuo_R1_1W.yaml new file mode 100644 index 00000000000..c1e70089d7d --- /dev/null +++ b/bin/config.d/lora-ZebraHatDuo_R1_1W.yaml @@ -0,0 +1,23 @@ +# https://github.com/wehooper4/Meshtastic-Hardware/tree/main/NebraHat/Duo +# Use for E22P on Duo Hat +# Use for 1 watt hat - Radio 1 +Meta: + name: ZebraHatDuo Radio 0 1W + support: community + compatible: + - raspberry-pi + +Lora: + Module: sx1262 # + DIO2_AS_RF_SWITCH: true + DIO3_TCXO_VOLTAGE: true + SX126X_MAX_POWER: 18 + spidev: spidev0.1 +# CS: 8 # Depending on how overlay is setup + IRQ: 22 + Busy: 27 + Reset: 17 + +# Uncomment below to enable temp/humid sensors +#I2C: +# I2CDevice: /dev/i2c-1 \ No newline at end of file