A tiny radio network — built for when the “normal” network isn’t there.
Latest News
What is Meshtastic?
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
- Off-grid communication (hiking, sailing, rural areas)
- Emergency and disaster scenarios
- Privacy-focused messaging
- Community or hobbyist mesh networks
- Long range: kilometers, sometimes tens of kilometers with good antennas and terrain
- Low power: devices can run for days or weeks on batteries
- Encrypted: supports end-to-end encryption for private channels
- Resilient: no single point of failure—if one node dies, the mesh reroutes
- Very low bandwidth (text and small data only)
- Latency can be noticeable
- Not meant for voice, images, or real-time chat theatrics
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.
Hardware
Set 1 – Heltec V3 (ESP32-S3)
- Node: Heltec LoRa32 V3 (ESP32-S3, SX1262, 868 MHz)
- Antenna: 5 dBi SMA antenna (included with the board)
- Connectivity: LoRa + WiFi + Bluetooth LE
- Power: USB (later: 18650)
- Case / mounting: None yet — desktop testing setup (later: 3d printed custom case)
Set 2 – Heltec V2 / NodeMCU ESP32
- Node: NodeMCU ESP32 with 0.96″ OLED & 868 MHz LoRa (Heltec V2, SX1276)
- Antenna adapter: IPEX / u.FL to SMA pigtail cable (AZDelivery)
- Antenna: 868 MHz SMA antenna, 3 dBi, magnetic base, 3 m RG174 cable (Vecys)
- Power: USB (later: 18650)
- Case / mounting: planned to be stationary at home
Setup (quick)
- Flash firmware (device + version) -- Meshtastic Web Flasher
- Pair with phone / connect via USB
- Set region, channel, and radio settings
- Name the node and enable encryption if needed
- 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).