Advanced Search
Search Results
727 total results found
Channels & Encryption
Using RegionMesh Geographic Scoping
Using RegionMesh Geographic Scoping RegionMesh is a third-party community naming convention for MeshCore (not Meshtastic), built around MeshCore's region/scope feature. It is documented at the community site regionmesh.com and is not an official MeshCore regis...
How Meshtastic Channels Work
Meshtastic uses a channel system for message segmentation and encryption. Each node can have up to 8 channels simultaneously, each with its own name and (optionally) its own encryption key. Channel encryption uses AES-256-CTR keyed by the channel PSK; a channe...
Emergency Preparedness
Creating Private Channels
To communicate privately with a group, create a channel with a unique PSK known only to group members. Anyone without the PSK cannot decrypt messages on that channel - unless a gateway on that channel uplinks to MQTT without encryption_enabled, which republish...
Why LoRa Mesh for Emergency Comms
Why LoRa Mesh for Emergency Communications Mesh is a supplement, not a lifeline. LoRa mesh (Meshtastic and MeshCore) is best-effort: messages may not get through, the shared half-duplex channel can saturate under load, and coverage depends on powered relay nod...
Telemetry & Monitoring
Building a Go-Bag Node Kit
Building a Go-Bag Node Kit A go-bag node kit is a self-contained, portable LoRa mesh capability you can deploy quickly in an emergency without depending on fixed infrastructure. The goal is a kit you can grab and go, with everything needed to establish mesh co...
Built-in Telemetry Types
Meshtastic nodes broadcast telemetry data alongside messages. Understanding what each telemetry type reports helps you configure nodes correctly and interpret network monitoring data. Note that all telemetry below (battery, temperature, position, and the rest)...
Pre-Deployment Checklist
Pre-Deployment Checklist The single most important rule for emergency mesh communications: configure and test your equipment before you need it. A device configured under stress, in the dark, during an emergency will have errors. Do this work now. Hardware Pr...
Monitoring Channel Utilization
Channel utilization is the single most important metric for diagnosing a congested Meshtastic network. High channel utilization causes missed messages, failed relays, and poor network performance. What Channel Utilization Measures Channel utilization (reporte...
Integration with Existing Systems
Meshtastic CLI Reference
Mesh and Amateur Radio (ARES/RACES)
Mesh and Amateur Radio (ARES/RACES) LoRa mesh and traditional amateur radio serve complementary roles in emergency communications. Understanding how they fit together helps you deploy each where it is most effective. What ARES and RACES Are ARES (Amateur Radi...
Meshtastic Python CLI Guide
The Meshtastic Python package provides both a command-line interface and a Python library for scripting. It is the primary tool for configuring nodes without the mobile app, backing up configurations, and automating tasks. Installation pip3 install --upgrade ...
Realistic Range and Coverage Expectations
Realistic Range and Coverage Expectations Understanding realistic range helps you plan deployments, set expectations with community members, and know when a link will or won't work. The figures below are drawn from real-world community mesh experience and repr...
LoRa Technology
How LoRa Works
LoRa (Long Range) is a proprietary wireless modulation technique developed by Semtech Corporation. It is the physical radio layer that both MeshCore and Meshtastic use to transmit messages over long distances without any infrastructure. The Physics: Chirp Spr...