I've been trying unsuccessfully to update the version of Meshtastic to v2.6.11 on my Nomad but the Waveshare hat doesn't seem to work with it. Anyone have any success with this?
I've been trying unsuccessfully to update the version of Meshtastic to v2.6.11 on my Nomad but the Waveshare hat doesn't seem to work with it. Anyone have any success with this?
Okay, I figured it out, so I wanted to give the settings needed for config.yaml for anyone else dealing with the same problem:
Lora:
Module: sx1262 # Waveshare SX126X XXXM
DIO2_AS_RF_SWITCH: true
CS: 21
IRQ: 16
Busy: 20
Reset: 18
GPS:
SerialPath: /dev/ttyAMA0
Logging:
LogLevel: debug # debug, info, warn, error
# TraceFile: /var/log/meshtasticd.json
# AsciiLogs: true # default if not specified is !isatty() on stdout
Webserver:
Port: 443 # Port for Webserver & Webservices
RootPath: /usr/share/meshtasticd/web # Root Dir of WebServer
SSLKey: /etc/meshtasticd/ssl/private_key.pem # Path to SSL Key, generated if >
SSLCert: /etc/meshtasticd/ssl/certificate.pem # Path to SSL Certificate, gene>
General:
MaxNodes: 200
MaxMessageQueue: 100
ConfigDirectory: /etc/meshtasticd/config.d/
# MACAddress: AA:BB:CC:DD:EE:FF
MACAddressSource: eth0
Thank you!