A tiny radio network — built for when the “normal” network isn’t there.


On this page


Latest News


What is Meshtastic?

Status: learning-in-public · Last updated:

Meshtastic is an open-source project that lets small, low-power devices form a decentralized, long-range messaging network using LoRa radio. In plain terms: it’s a way to send text messages and small data without the internet, cellular networks, or centralized infrastructure.

How it works Each device (a node) has a LoRa radio and a microcontroller (often ESP32-based). Nodes automatically connect to nearby nodes, creating a mesh. Messages hop from node to node until they reach their destination. Your phone connects to a node via Bluetooth or USB, acting as the keyboard and screen.

What it’s used for

Key characteristics Limitations

↑ top

Why I got into it

I got into Meshtastic for autonomy and resilience. It enables communication off-grid, without cellular networks or central infrastructure—ideal for outdoor use and situations where reliability matters more than convenience. It’s about being prepared, independent, and connected even when everything else goes quiet.

↑ top

Hardware

What I use right now

Set 1 – Heltec V3 (ESP32-S3)

Set 2 – Heltec V2 / NodeMCU ESP32

↑ top

Setup (quick)

  1. Flash firmware (device + version) -- Meshtastic Web Flasher
  2. Pair with phone / connect via USB
  3. Set region, channel, and radio settings
  4. Name the node and enable encryption if needed
  5. Test: message delivery + range check

Note: The Heltec V2 is no longer supported by the official Meshtastic web flasher. Because of this, flashing had to be done using an alternative, community-maintained tool. For that purpose, the meshtastic_heltecv2 flasher was used, which specifically targets the Heltec V2 hardware and allows installing current Meshtastic firmware despite the dropped web support (Source + Guide).

↑ top


↑ top⌂ home← back