TL;DR
Meshtastic is free open-source software that turns $30-60 LoRa radio boards into encrypted off-grid text messaging devices. Your phone connects via Bluetooth; the LoRa radio connects to other nodes via long-range radio. No internet, no cell service, no ham license for standard configurations. One node per person; they relay messages through the network automatically. Best use case: family/group coordination when phones are down.
What Meshtastic Actually Does
A Meshtastic node is a small LoRa radio with a microcontroller, running the Meshtastic firmware. Your phone connects to it via Bluetooth. When you type a message on the Meshtastic app, the message is transmitted over LoRa radio to other nodes in the network. Those nodes automatically relay the message through the mesh until it reaches all connected devices.
The practical result: encrypted text messaging across a network of nodes, covering distances that individual nodes can't reach directly. If you place nodes at strategic locations — high ground, central houses, key positions — you build a communication network that functions without any internet infrastructure.
What it is:
- Short text messages (220 character limit per message)
- GPS position sharing (if nodes have GPS)
- Encrypted channel-based communication
- Battery-powered, pocket-sized
What it isn't:
- Voice communication
- High-bandwidth data transfer
- A replacement for radio for emergency contact with the outside world
Meshtastic is excellent for within-network communication among people who have nodes. It is not a way to reach rescue services or people outside your network.
Hardware
Meshtastic runs on several supported hardware platforms. All use LoRa radio chips paired with ESP32 or similar microcontrollers.
Recommended for preppers:
LILYGO T-Beam ($35-45): The most popular Meshtastic platform. Includes GPS, LoRa radio, WiFi, Bluetooth, and an 18650 battery holder. Runs for 8-24 hours on a single 18650 cell. The board has all features needed in one package.
Heltec V3 ($25-30): Smaller and cheaper than T-Beam. No built-in GPS (GPS accuracy requires adding a separate GPS module). The onboard OLED display shows node status and messages without a phone. Good for fixed nodes at locations where GPS isn't needed.
RAK Wireless WisBlock ($40-60): Modular platform. More rugged and better-designed for permanent installation. Higher entry cost but easier to weatherproof and deploy permanently.
Antennas: The stock "rubber duck" antennas shipped with most boards are adequate for testing but limit range. For emergency preparedness:
- Replace the stock antenna with a 915 MHz whip antenna — range improvement is significant ($8-15)
- For a fixed node at a high location, a directional or high-gain omni antenna dramatically extends the node's coverage radius
Setting Up a Meshtastic Network
Channel configuration: Every node on the same channel, with the same channel key, can communicate. Nodes on different keys create separate private networks that share the mesh infrastructure but can't read each other's messages. For a family network: one shared channel key, configured identically on all family nodes.
Regional settings: In the US, set nodes to "US" region, which uses the 915 MHz ISM band with appropriate frequency hopping. This is the license-free configuration. Do not change to HAM frequencies unless you have an amateur radio license.
Range and Network Design
Node-to-node range in real conditions:
- Urban/suburban (buildings, obstructions): 0.5-2 miles
- Rural, flat terrain: 5-10 miles
- Line-of-sight (hilltop node): 10-30 miles
The mesh design multiplies this. A message that can't reach Node C directly from Node A may route through Nodes B and D automatically. Meshtastic handles routing without user intervention.
For neighborhood-scale emergency communication: A network of 6-8 nodes distributed across a neighborhood — with at least one at a high point — can cover the entire area with reliable messaging even if individual node-to-node links only reach 1 mile.
For rural property: T-Beam nodes at farm buildings, truck, and primary residence. The GPS feature shows everyone's position on the app map. Useful for working livestock or doing perimeter checks.
For bug-out group coordination: One node per person. The mesh enables the group to maintain text contact while spread out, share GPS positions, and communicate without voice radio that others can hear.
Limitations
Message length: 220 characters per message. Suitable for status updates and coordinates. Not suitable for complex information.
Battery life: T-Beam with a 18650 cell lasts 8-24 hours depending on transmit frequency and GPS activity. For extended emergency use, have charging capability (solar, vehicle power).
Range in urban environments: Buildings block LoRa signals significantly. Dense urban areas require more nodes at shorter distances.
Latency: Messages may take several seconds to a minute to traverse a large mesh network. This is text messaging, not instant chat.
No outside connectivity: Meshtastic only connects to other Meshtastic nodes. It cannot reach people who don't have nodes. For reaching outside the network, you need ham radio, satellite communicator, or other technology.
Meshtastic vs. Ham Radio
These technologies complement each other rather than compete.
Meshtastic is better for:
- Non-licensed users in the household (everyone can participate, no test required)
- Text-based coordination where a written record matters
- GPS position sharing
- Encrypted communication
Ham radio is better for:
- Voice communication (faster, more natural)
- Long-distance contact beyond the mesh network
- Integration with rescue services and emergency nets
- When the mesh doesn't have coverage (ham can reach anyone listening on the frequency)
A household with both Meshtastic for family coordination and ham radio for outside contact has robust redundant communication.
Building a Community Mesh
Meshtastic's value increases significantly with more nodes. One node in each household of a neighborhood group creates a neighborhood-wide encrypted communication network that requires no infrastructure, no subscription, and costs roughly $35-45 per household.
This is one of the most cost-effective community preparedness investments available. The conversation to have with neighbors isn't technical — it's: "For $40, we can text each other when phones don't work." Most people understand that immediately.
Sources
Frequently Asked Questions
Does Meshtastic require a ham license?
In the US, Meshtastic typically operates on 915 MHz ISM (Industrial, Scientific, Medical) band frequencies, which are license-free for low-power operation. You do not need a ham radio license to use standard Meshtastic on ISM frequencies. Some advanced configurations use amateur radio frequencies and would require a license. Check your configuration — the default Meshtastic setup in the US uses license-free ISM channels.
How far does Meshtastic reach?
Node to node, Meshtastic typically reaches 1-10 miles depending on terrain, antenna, and obstructions. With a high-gain antenna and line-of-sight, 20-30 miles is achievable. The mesh capability multiplies this: a message hops through other nodes automatically, so a network of nodes covering a neighborhood can relay messages across the entire network even if direct radio contact doesn't exist between the two communicating devices.
Is Meshtastic encrypted?
Yes. By default, Meshtastic uses AES-128 encryption for all messages. Channel keys must be shared between nodes for them to decode each other's messages. Nodes on different channel keys see each other in the mesh but cannot read each other's messages. This provides meaningful privacy against casual interception, though it is not military-grade encryption.