Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions bin/config.d/lora-ZebraHatDuo_R0_1W.yaml
Original file line number Diff line number Diff line change
@@ -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
23 changes: 23 additions & 0 deletions bin/config.d/lora-ZebraHatDuo_R1_1W.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading