Advanced Search
Search Results
525 total results found
Environmental Sensors & Telemetry
MeshCore nodes can be equipped with environmental sensors to report weather data, air quality, and precise positioning across the mesh. This turns repeater nodes into distributed sensor stations. Note that MeshCore's sensor/telemetry support is more limited an...
Starting from Zero: Your First Repeater
Every community mesh started with one person who put up the first node. This page is for that person. The core insight A community mesh doesn't need to be large to be useful. A single well-placed repeater can cover a neighborhood, a rural township, or a count...
Recruiting Repeater Hosts
The fastest way to grow coverage is to recruit hosts for additional repeaters - people who will let you mount a node on their property. A good host needs to provide: height, power, and patience. The ideal host profile Owns or has access to a high point (tow...
Naming Conventions and Network Hygiene
Good naming conventions make the network easier to use, debug, and grow. Establish them early - renaming nodes later requires coordinating with the host. Node naming conventions Community networks that work well use consistent, descriptive names. The goal: so...
Community Governance and Decision-Making
Most successful community mesh networks are lightly governed but clearly structured. Too little structure leads to chaos; too much bureaucracy kills volunteer participation. Here's what works. Minimal viable governance Network coordinator(s): 3 - 5 people who ...
Emergency Preparedness Integration
A well-established community mesh is a natural complement to emergency preparedness programs. Many mesh networks find their most compelling use case in disaster response and preparedness exercises. Important: A community LoRa mesh is a best-effort, low-bandwi...
Getting Started with Mesh for Outdoor Use
LoRa mesh networks shine in exactly the environments where cellular fails: backcountry trails, remote camping, ski resorts, and off-grid events. This section covers how to use MeshCore and Meshtastic for outdoor recreation. Mesh is a coordination tool, not a ...
Off-Grid Communications Planning
Planning mesh communications for backcountry trips, expeditions, or remote events requires thinking about coverage, battery life, and what happens when you go off-mesh. Mesh is a coordination tool, not a rescue system. It is best-effort - messages may not get...
Ski Resort & Event Communications
Ski resorts and large outdoor events create dense temporary communities in areas that often have limited cellular coverage. LoRa mesh fills this gap extremely well. Mesh is a coordination tool, not a rescue system. It is best-effort - messages may not get t...
Introduction to LoRa Mesh for IoT
LoRa mesh networks provide a compelling platform for IoT sensor deployments, especially where WiFi doesn't reach, cellular is too expensive, and wired connections are impractical. When LoRa mesh is the right choice for IoT ScenarioLoRa mesh advantage Remot...
Remote Sensor Deployment Guide
A practical guide for deploying LoRa mesh sensor nodes in the field for environmental monitoring, agriculture, and infrastructure monitoring. Example use cases from the community Weather station network Multiple BME280-equipped nodes reporting temperature, h...
LoRa Mesh vs. Other Communication Options
LoRa mesh occupies a specific niche in the communications landscape. Understanding what it does and doesn't do well helps you choose the right tool for each situation - and make the case for mesh to others in your community. Cost, subscription, and range figu...
MeshCore vs. Meshtastic: Which to Choose
Both MeshCore and Meshtastic are free, open-source LoRa mesh networking platforms. They use different routing architectures and have different community ecosystems. Understanding the differences helps you choose - or know when to run both. Protocol comparison...
Setup and Configuration Questions
My device won't show up in the app. What do I check? Is Bluetooth enabled? The app connects via BLE. Ensure Bluetooth is on in your phone settings and the app has Bluetooth permission. Is the device powered and running? Check for activity LED or screen (if ...
Running Multiple Rooms
A MeshCore room server is a single node that hosts a single room. There is no multi-room mode: one room server node = one room. To offer several separate spaces across a community (for example, a public room and a private emergency operations room), you deploy...
Glossary of Mesh Networking Terms
A reference for terminology used throughout this wiki and in the mesh networking community. A Advertisement (advert) A packet broadcast by a MeshCore node to announce its existence on the network. Advertisements contain the node's identity, position (if co...
Internet Bridging and MQTT
A MeshCore room server runs as firmware on a single LoRa node (typically nRF52840 or ESP32 hardware). It is a store-and-forward node on the RF mesh and does not have a native internet, TCP, or MQTT bridge. There is no MeshCore feature that lets phone users wit...
Meshtastic MQTT Setup
MQTT lets a Meshtastic node forward all mesh traffic to the internet, making your local mesh visible on the network map, bridging messages to internet clients, and enabling monitoring and logging. This is what feeds online community maps (e.g. via the MapRepor...