* 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>
20 lines
465 B
YAML
20 lines
465 B
YAML
# 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 |