LoMeS Setup Linux (Raspberry Pi / debian)
Requirements
Hardware
- Maschine or SBC
- Meshtastic compatible device
Software
Reproduction
- Setup and update host
- Install meshtasticd
echo 'deb http://download.opensuse.org/repositories/network:/Meshtastic:/beta/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/network:Meshtastic:beta.list
curl -fsSL https://download.opensuse.org/repositories/network:Meshtastic:beta/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_Meshtastic_beta.gpg > /dev/null
sudo apt update
sudo apt install meshtasticd python3-meshtastic
sudo raspi-config nonint do_serial_hw 0
sudo raspi-config nonint do_serial_cons 1
- OR edit
/boot/firmware/config.txt add:
[all]
enable_uart=1
- Installed meshtastic
python3-meshtastic