MeshAtlas

Independent communication. Community-built coverage. Beyond mobile networks and internet dependency.

What is Meshtastic and how it works?

1. What is Meshtastic?

Meshtastic is an open-source, off-grid, decentralized mesh network built on LoRa radios. It lets you send short text messages, GPS positions, and telemetry data without mobile signal, Wi-Fi, or internet. Think of it as walkie-talkies for text messages — except nearby devices can pass messages along for each other, extending range far beyond what a single radio could reach.

2. What You Need

  • A Meshtastic-compatible LoRa device (100+ supported boards from makers like LILYGO, Heltec, RAK, Seeed, and others)
  • Meshtastic firmware (free, open-source)
  • A phone, computer, or standalone device to interact with it (via Bluetooth, Wi-Fi, USB serial)
  • Optional: GPS module, sensors, battery/solar setup, or internet bridge (MQTT)

3. How a Message Travels (the core section)

Step-by-step walkthrough:

  1. You write a message in the Meshtastic app on your phone
  2. The app sends it to your connected node via Bluetooth, Wi-Fi, or USB
  3. Your node broadcasts the message over LoRa radio
  4. Nearby nodes receive it
  5. Each receiving node checks if it has already seen this packet — if not, it rebroadcasts it
  6. Each rebroadcast decrements the “hop limit” (default: 3)
  7. When the hop limit reaches zero, the message stops being forwarded
  8. Nodes with the matching channel and encryption key can decrypt and display the message

Key detail: the node stores about 30 recent packets in memory, so even if your phone is disconnected, you won’t miss messages when you reconnect.

4. What LoRa Provides

Plain-language explanation of the tradeoff:

  • Long range — several kilometers in real conditions (the Meshtastic record is 331 km under ideal conditions)
  • Low power — excellent battery life, suitable for solar-powered remote nodes
  • Low data rate — good for short text messages, GPS coordinates, and telemetry
  • Not suitable for voice, photos, video, web browsing, or large file transfers

Brief mention that LoRa uses Chirp Spread Spectrum modulation, but we’ll save the deep technical explanation for a separate article.

5. What “Mesh” Really Means

Important clarifications to avoid misconceptions:

  • Mesh does not mean unlimited range
  • Coverage depends on antenna height, terrain, buildings, node placement, and radio settings
  • More nodes in better positions = better coverage
  • Mesh does not guarantee delivery — messages can be missed
  • Well-placed nodes strategically extend the network, but unnecessary rebroadcasting can load the airtime

6. Channels, Encryption, and Privacy (brief)

  • Meshtastic uses channels with shared encryption keys (AES-256)
  • Up to 8 channels per node
  • Only nodes with the same channel name and key can read your messages
  • All nodes in the radio mesh can still receive and relay your packets, even if they can’t decrypt them
  • Important: encryption protects content, not metadata — your presence and approximate location may still be visible to others on the mesh

7. Frequency Bands and Your Region

  • Meshtastic operates on license-free ISM bands — no amateur radio license required in most regions
  • 26 region settings available worldwide
  • For Serbia and the Balkans: the EU_868 setting (869.4–869.65 MHz) is the most popular, with a 10% duty cycle limit and 27 dBm power cap
  • EU_433 (433–434 MHz) is also available with lower power (12 dBm) and 10% duty cycle
  • Your device will not transmit until you set a region

8. What Meshtastic Is Used For

Practical examples:

  • Hiking and outdoor group communication
  • Local community messaging networks
  • Events and festivals
  • Remote GPS tracking (of people, vehicles, assets)
  • Environmental sensor telemetry (temperature, humidity, etc.)
  • Backup emergency communication — useful, but not a guaranteed replacement for official emergency services

9. What Meshtastic Is Not

Clear distinctions:

  • Not LoRaWAN (different protocol, different purpose)
  • Not mobile internet or a replacement for cellular
  • Not voice radio (can’t do voice calls)
  • Not a high-speed data network
  • Not automatically amateur radio (though hams can experiment with it, including on licensed bands with appropriate firmware settings)
  • Not a guaranteed emergency lifeline

10. What’s Next

Share with