Table of Contents
Waveshare SX1262 LoRaWAN Hat
Meshtastic
NB The Wareshare Hat is no longer supported by Meshtastic for transmitting messages.
Raspberry Pi Zero 2W / Pi 3B
Kernel configuration
dtparam=spi=on dtoverlay=spi0-0cs enable_uart=1
Kernel command line
console=tty1 root=PARTUUID=xxxxxxxx-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=GB
Meshtastic
Lora: Module: sx1262 # Waveshare SX126X XXXM DIO2_AS_RF_SWITCH: true CS: 21 IRQ: 16 Busy: 20 Reset: 18 GPS: SerialPath: /dev/ttyS0 Logging: LogLevel: debug # debug, info, warn, error Webserver: Port: 443 # Port for Webserver & Webservices RootPath: /usr/share/doc/meshtasticd/web # Root Dir of WebServer
Runit
systemctl stop meshtasticd systemctl disable meshtasticd systemctl mask meshtasticd
#! /bin/bash sleep 1 #LOG exec 2>&1 ulimit -aH #RUN mkdir -p /var/lib/meshtasticd cd /var/lib/meshtasticd exec /sbin/meshtasticd -d /var/lib/meshtasticd -c /etc/meshtasticd/config.yaml


