Off-Grid by Design: Building Your Own Mesh Network with Meshtastic, MeshCore and Reticulum

Posted on 28.05.2026

Walk fifty kilometres in any direction from a regional Australian town and your phone becomes a very expensive torch. Mobile coverage maps look generous on paper, but anyone who has driven the Nullarbor, hiked the Larapinta Trail, or simply lost a tower during a summer storm knows the reality. That gap — between where networks end and where people still need to talk — is exactly where a quiet hobbyist movement has been doing something interesting. They are building their own networks, one cheap radio at a time.

Projects like Meshtastic, MeshCore and Reticulum have turned $30 development boards into long-range messaging devices that need no SIM card, no Wi-Fi, and no permission from a telco. If you have been curious about what mesh networking actually is and whether it is worth your weekend, here is a grounded look at the tech, the hardware, and why it is having a moment.

What a LoRa mesh actually is

The shared ingredient in all of these projects is LoRa — a low-power, long-range radio standard that operates in unlicensed sub-GHz bands (in Australia, the 915–928 MHz ISM band). LoRa trades bandwidth for distance. You will not be streaming video over it, but you can push a short text message several kilometres line-of-sight, and considerably further from a hilltop or balloon.

The “mesh” part is the clever bit. Each node is both a sender and a relay. When you send a message, nearby nodes rebroadcast it, those nodes pass it on, and so on, until it reaches the recipient — or the hop limit is exhausted. No central tower, no internet backbone, no monthly bill. As XDA reported after carrying a Thinknode M5 for weeks, the appeal is precisely this decentralisation: a working communications layer that you own end-to-end.

Meshtastic, MeshCore and Reticulum: three flavours of the same idea

The three big names in the space are similar in spirit but different in philosophy.

Meshtastic — the established option

Meshtastic is the most mature project and probably what you will encounter first. It is open source, runs on a wide range of ESP32-based LoRa boards, and has polished iOS/Android companion apps. It supports text messages, GPS sharing, telemetry and channels with shared encryption keys. Its strength is the community: thousands of nodes worldwide, abundant documentation, and a forgiving learning curve.

MeshCore — the lightweight challenger

MeshCore has been getting attention as a leaner alternative. CNX Software describes it as a lightweight alternative to Meshtastic designed for LoRa-based off-grid messaging, with a focus on efficiency and a different routing approach. Hackaday’s recent “lessons learned” piece on MeshCore noted that, while still maturing, it can outperform Meshtastic in certain conditions because of how it handles routing — Meshtastic floods messages across the mesh, while MeshCore uses more deterministic, path-aware delivery. The practical upshot, according to that write-up, is less radio congestion as the network grows.

Reticulum — the ambitious one

Reticulum is the most conceptually different. It is not just a messaging app; it is a full cryptographic networking stack designed to run over almost any medium — LoRa, packet radio, serial cables, even TCP tunnels. Every identity is a cryptographic key, every link is encrypted by default, and the protocol assumes the underlying transport is hostile or unreliable. If Meshtastic is a walkie-talkie network, Reticulum is closer to building your own miniature internet. The learning curve is steeper, but for people who care about privacy and protocol independence, it is the most interesting of the three.

The hardware is suddenly very cheap

What has accelerated all of this is the collapse in price of capable hardware. How-To Geek recently highlighted a $27 ESP32 kit that lets you send texts without Wi-Fi or cellular — essentially a Heltec or LilyGO-style board with a LoRa module, a small OLED screen, and a battery connector. Flash Meshtastic firmware to it from a browser, pair it with your phone, and you have a working node.

At the slightly more polished end, XDA spent weeks with the Thinknode M5, a $54 purpose-built mesh device, and came away convinced enough to start designing their own network. The M5 is a useful benchmark: for the price of a couple of pub meals, you get a self-contained off-grid messenger with a real enclosure, antenna and battery.

A reasonable starter kit for an Australian hobbyist looks something like this:

  • Two or three ESP32 LoRa boards (Heltec V3, LilyGO T-Beam, or a Thinknode) configured for the AU915 band
  • Decent antennas — the stubby ones included are fine for testing, but a proper 3 dBi whip transforms range
  • A small solar panel and 18650 battery for a permanent “repeater” node on a roof or hilltop
  • The Meshtastic or MeshCore mobile app on your phone

Total damage: under $200 for a small personal mesh. Add a high site — a tall tree, a shed roof, a friendly farmer’s windmill — and your effective range jumps dramatically.

Why this matters in Australia

Mesh networks are a global hobby, but a few things make them especially relevant here.

Distance. Australia has roughly the land area of the contiguous United States and a fraction of the population. Telco coverage is concentrated along the coast and major highways. For anyone who works, recreates or lives outside those corridors, a mesh of cheap LoRa nodes can fill gaps that no carrier will ever bother to.

Hackaday’s MeshCore testing makes an honest point worth repeating: these networks are not magic. Range depends heavily on terrain and antenna placement, and a sparse mesh can feel frustrating until enough nodes exist. But that is precisely why community-built infrastructure works — every new node helps every other user.

Disaster resilience. Bushfires, floods and cyclones routinely knock out mobile towers and fixed-line internet, sometimes for weeks. A LoRa mesh that runs on a solar-charged battery does not care that the tower is down. It is not a substitute for emergency services radio, but it is an extra layer of community communication when everything else is failing.

Hobby and tinkering. Even setting politics aside, this is genuinely fun. You can track packets, watch propagation change with weather, optimise antennas, and build something tangible. The XDA author’s arc — from curious user to wanting to build their own network — is the typical trajectory.

Practical caveats before you buy a board

A few things the marketing pages tend to gloss over:

  • Use the right frequency. Australia uses AU915. Importing a board configured for EU868 or US915 can leave you legally non-compliant and out of range of local meshes. Most firmware lets you set this in software.
  • Duty cycle and etiquette matter. LoRa airtime is a shared resource. Chatty nodes ruin the experience for everyone. This is one reason the MeshCore community is exploring routing models that reduce flooding.
  • Encryption is not anonymity. Default Meshtastic channels are encrypted but well-known. If you want private comms, use a custom key — and consider Reticulum if cryptographic identity matters to you.
  • Battery life depends on traffic. A quiet, well-placed solar node can run indefinitely. A handheld in a busy mesh might need charging every day or two.

Where to start this weekend

Order a pair of AU915 LoRa boards. Flash Meshtastic from the web flasher, set the region, give them names, and walk one down the street while the other sits on your kitchen bench. You will be astonished how far the first message travels — and slightly humbled when a hill kills the second one.

From there, the rabbit hole opens. Try MeshCore on the same hardware and compare. Read the Reticulum documentation and think about what a properly encrypted, transport-agnostic network could do. Find your nearest local mesh community — they exist in most Australian capital cities and a surprising number of regional towns — and add a node to the map.

The headline is not really about LoRa, or ESP32s, or any specific app. It is that, for the cost of a tank of fuel, ordinary people can now build communications infrastructure that does not depend on anyone else’s permission. In a country as big and as occasionally hostile as this one, that is worth knowing how to do.

Related on Bleen

Sources

Comments 0