Getting Started with Meshtastic

Posted on 29 2026

So I’ve been getting into Meshtastic lately, and like any good rabbit hole, I’m already in deep enough that I want to drag other people in with me.

If you’ve never heard of it: Meshtastic is an open-source project that lets you build your own off-grid mesh network using cheap LoRa radio devices. No internet. No cell signal. No infrastructure you don’t own. You and whoever else has a device can communicate across surprisingly long distances entirely independently of anyone else’s systems.

It sounds niche. It kind of is. But once you understand what it actually does, it’s hard not to think about how useful it could be.

What even is a mesh network?

The “mesh” part is the bit that makes this interesting. Traditional comms infrastructure works in a hub-and-spoke model: your phone talks to a tower, which talks to another tower, which eventually gets your message to the other person. Take out any part of that chain and everything collapses.

A mesh network works differently. Every device is also a relay. If you send a message and I’m not in direct range, your message hops through anyone else’s device that is in range until it reaches me. No single point of failure. No central authority. The network is just… everyone on it.

That’s a genuinely different way of thinking about communication, and it’s why Meshtastic gets so much interest from disaster preparedness folks, outdoor adventurers, and people who just really like owning their own infrastructure.

What you’ll need

Three things:

A LoRa device. This is the radio hardware. If you’re just getting started, the Heltec V3 is a solid, affordable beginner choice. It’s small, reasonably priced, and well supported. If you want something more polished out of the box, the LILYGO T-Deck is a handheld with a proper keyboard built in, which feels a bit like a tiny cyberdeck and is honestly very cool.

An antenna. This comes with most devices, but worth double-checking. Also: never power the device on without the antenna attached. You’ll damage the radio chip. This is not a drill.

A phone or laptop to configure it. You connect via Bluetooth, USB, or WiFi depending on the device.

Getting it set up

Once you have your hardware, the setup process is roughly:

  1. Flash the Meshtastic firmware using the web flasher in Chrome or Edge. It’s genuinely just a few clicks.
  2. Connect to your device via the Meshtastic web client, or grab the app for Android or iOS.
  3. Set your region. In the UK this is the EU band. This is not optional — it controls what frequencies your device uses.
  4. Start exploring.

Flashing the firmware doesn’t wipe your settings, so don’t be precious about it. Updates are low-stakes.

A word on privacy

The default “public” channel is exactly that: public. Anyone with a Meshtastic device nearby can see your messages and, by default, your location. If you’re setting this up for anything beyond just poking around, create a private channel with your own encryption key and disable location sharing on the public channel.

It’s one of those things that’s easy to overlook when you’re excited about getting the thing working, so I’m flagging it now so you don’t have to find out the hard way later.

Is anyone actually near me?

Possibly! There’s a community-run map at meshtastic.org/map where you can see nodes that are broadcasting publicly. Depending on where you are, you might be surprised. In April 2025, the mesh became a genuine lifeline for people in parts of Europe during a widespread power outage, which says a lot about how far the community has grown.

If you’re in a quieter area with no local mesh, you become the seed for one. That’s kind of the point.

Where to go next

The official documentation is pretty thorough. The Meshtastic Discord is active and genuinely helpful. YouTube has a lot of good walkthroughs if you’re more of a “watch someone do it first” learner — Ham Radio Crash Course has a solid beginner’s video that covers the whole flow.

And if you’re in the UK and looking for hardware recommendations, drop me a message. I’ve got opinions now.