this post was submitted on 30 Sep 2025
150 points (99.3% liked)

Open Source

41087 readers
104 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

Meshtastic: Off-Grid Mesh Communication Network

Meshtastic is a decentralized wireless mesh networking protocol that enables long-range, low-power communication over unlicensed radio bands using LoRa technology[^1]. Created by Kevin Hester in early 2020, the project aims to provide text messaging and data transmission capabilities in areas without existing infrastructure[^1].

Key Features

  • Long-range communication (331km record achieved)[^3]
  • Encrypted messaging
  • No phone required for mesh communication
  • Decentralized architecture without dedicated routers
  • Extended battery life, particularly with NRF52-based devices
  • Optional GPS location tracking
  • Environmental sensor support

Hardware Options

The system supports various hardware platforms:

  1. ESP32-based devices
  • Lower initial cost
  • Limited battery life (approximately 8-14 hours on 18650 battery)[^7]
  • Examples: Heltec V3, T-beam
  1. NRF52-based devices
  • Superior power efficiency (up to 16 days on single 18650 battery)[^7]
  • Higher cost
  • Examples: RAK Wisblock 4630, T-Echo

Real-World Applications

The Mars Society uses Meshtastic T-Echo radios for communication during analog astronaut missions in remote areas where traditional communication infrastructure is unavailable[^1]. Other applications include:

  • Hiking communication in remote areas
  • Emergency communication during natural disasters
  • Backup municipal communication systems
  • Environmental monitoring through sensor networks

Technical Limitations

  • Requires line-of-sight between devices
  • Limited to text messaging (no internet replacement)
  • Bandwidth constraints can cause network congestion
  • Network reliability depends on node density

Network Capacity

The system has demonstrated ability to handle between 2,000 and 2,500 nodes simultaneously at large events like DEF CON, using "Short Turbo" mode for quicker broadcast bursts[^1].

Security Considerations

Messages can be encrypted, but users should implement their own application layer encryption for sensitive communications. The default public MQTT server makes traffic visible, though encrypted[^7].

[^1]: Meshtastic - Wikipedia [^3]: Introduction | Meshtastic [^7]: LoRa Meshtastic

you are viewing a single comment's thread
view the rest of the comments
[–] Jentu@lemmy.ml 1 points 19 hours ago (1 children)

Just got my heltec v4 in the mail and the meshtastic web flasher isn't working for some reason. It has never had an issue flashing any of my v3s in the past. Maybe the newness of the hardware makes setup a bit more fiddly since I'm sure my usb c cable is a data cables.

[–] muusemuuse@sh.itjust.works 1 points 15 hours ago (1 children)

There’s a v4 now? What’s new?

[–] Jentu@lemmy.ml 1 points 11 hours ago

I saw improvements to transmission power as well as a built in solar charging interface and thought it was good enough of a reason to try it out. Still haven’t had a chance to get it fully functioning yet, though that might be more due to me not really having time to troubleshoot.