Advanced Search
Search Results
525 total results found
Integrating with Served Agencies
Operational Note: This page provides guidance for ARES operators and mesh advocates working with served agencies including Red Cross, hospitals, EOCs, and fire/EMS. Establish relationships before an emergency - these conversations are far harder during an ...
Running a Mesh-Enabled EMCOMM Exercise
Planning Note: This page is a planning and evaluation guide for emergency communications exercises that incorporate LoRa mesh alongside traditional voice operations. Use this as a template and adapt to your local group's capabilities, geography, and served...
Winlink and LoRa Mesh: Complementary Systems
Key Message: Winlink and LoRa mesh serve different but complementary roles in emergency communications. Serious EMCOMM operators use both - choose the right tool for each message type. Legal note on bridging mesh to Winlink/amateur radio. Default-encryp...
Building a Meshtastic-to-Internet Bridge
Technical Level: This page assumes basic familiarity with Python, MQTT, and Raspberry Pi or similar Linux-based hardware. Example code is illustrative and provided as a starting point. Test and harden it for your own deployment; a single bridge node is a s...
Pre-Positioning Mesh Infrastructure for Disasters
Core Principle: Infrastructure that survives a disaster is infinitely more valuable than infrastructure deployed after one. Pre-position before the threat window, not during it. Mesh is a supplement, not a lifeline. LoRa mesh (Meshtastic) is best-effort...
Mesh Communications During Active Disasters
If you are reading this during an active emergency: Jump to the Quick Start section below. Full context follows. Mesh is a supplement, not a lifeline. LoRa mesh (Meshtastic & MeshCore) is best-effort with NO guaranteed delivery: messages can silently f...
Building Neighborhood Disaster Preparedness Networks
Target Audience: CERT team leaders, neighborhood emergency preparedness group organizers, block captains, and city OES liaisons. No amateur radio license is required for the core mesh network described here: it operates on the 915 MHz ISM band under FCC Par...
How big a solar panel do I need?
Short Answer For most LoRa mesh nodes: a 5W panel for nRF52840-based nodes, 10-20W for ESP32-based nodes. For Raspberry Pi gateways: 20-40W. These are rule-of-thumb guideline ranges, not sourced specifications - actual requirements depend heavily on your node'...
Why does my solar node keep dying at night?
Diagnosing Night Drain If your solar node runs fine during daylight but goes offline overnight, you have one of three problems: undersized battery, incorrect charge controller settings, or excessive power draw. Step 1: Verify Actual Battery Capacity First, me...
What battery chemistry should I use outdoors?
Short Answer: LiFePO4 for outdoor deployments Lithium Iron Phosphate (LiFePO4) is the recommended battery chemistry for any permanent outdoor LoRa mesh installation. It is safer, more durable, and handles temperature extremes better than standard LiPo batterie...
How many hops can a message travel?
Meshtastic Hop Limits In Meshtastic, every packet is born with a "hop limit" - a countdown that decrements each time the packet is relayed by a node. When the hop limit reaches zero, the packet is dropped and not forwarded further. Default hop limit: 3 - The...
Why do I see duplicate messages?
Why Duplicates Happen Duplicate messages in Meshtastic are normal and expected - they are a feature of flood routing, not a bug. When a node receives a message, it rebroadcasts it. If you're within radio range of multiple nodes that each received and retransmi...
What is channel utilization and why does it matter?
What Channel Utilization Means Channel utilization is the percentage of time the LoRa radio channel is occupied by transmissions. It's displayed in the Meshtastic app as a percentage (visible in the channel info or device telemetry). Think of it like a single-...
Choosing an Outdoor Enclosure
Picking the right enclosure is one of the most consequential decisions in any outdoor LoRa build. A node that works flawlessly on your workbench can fail within weeks if rain, dust, or condensation reaches the electronics. This page walks through IP ratings, c...
Cable Glands and Penetrations
The gasket between the lid and body of your enclosure gets all the attention, but cable penetrations are among the most common ingress failure points in outdoor electronics. Cable penetrations are a more common water-ingress path than a properly maintained lid...
Condensation Management
A perfectly sealed enclosure with no cable gland defects can still suffer moisture damage from condensation. This page explains why condensation occurs in sealed enclosures and the proven methods to prevent it. Why Condensation Happens When you seal an enclo...
Thermal Management for Outdoor Enclosures
Heat is the silent killer of outdoor electronics. A node that operates flawlessly through rain and vibration can fail within months if it repeatedly reaches thermal extremes inside its enclosure. This page covers the mechanisms of solar heating, its effects on...
Practical Sealing Techniques
This page consolidates the step-by-step procedures for assembling and commissioning a sealed outdoor enclosure, along with a maintenance checklist to keep your nodes running reliably year after year. Step-by-Step Enclosure Assembly Step 1: Dry-Fit All Compon...