Introduction to Meshtastic

Meshtastic is an open-source project that facilitates encrypted off-grid text communication between individuals and groups using low-cost radios. 

I've played with it intermittently for a few years but recently have gotten more involved. Thanks to talented devs and a passionate user-base, the community has grown significantly and the project matured.

I think it's a great way to learn about radio technologies, open-source projects and deploy a fairly inexpensive backup communication system across communities.

How Does It Work?

Meshtastic is a software project creating firmware that can be installed on off-the-shelf LoRa radios and apps to interface with the radios. These radios are inexpensive, easily programmed and readily available online. Conveniently, since LoRa is within the ISM Bands, no license is required (at least in the US). 

Once the firmware is installed, two radios can communicate with each other using the public channel or private encrypted channels. However, the "Mesh" part of the name is where things get interesting. Each radio also acts as a repeater, relaying messages that it receives (even if it can't decrypt them). These messages typically have a hop limit of three and upon relaying a signal, the radio will decrement the hop counter by one. This allows a distributed group of unaffiliated users to potentially cover a city with a relatively small amount of devices. 

As with everything in radio, the height and quality of your antenna is what primarily dictates range. The LoRa radios transmit with less than 1 watt, however the current range record between two Meshtastic devices is 254km! Of course, there are many additional factors that come into play and realistically you can expect a few kilometers. 

Use Cases

As with most open-source projects, people have different reasons for getting involved. The obvious use for Meshtastic is establishing an off-grid communications system between friends/family, CERT or groups operating in areas without infrastructure. In that capacity it can provide provide redundancy in the event that cell towers or satellites are unavailable. However the project is also an opportunity to learn about radio, 3D modeling/printing, software development, community organization and more. 

...Speaking of Cases

The radios typically don't come with a case of any sort so users often times 3D print their own or buy printed cases from the community. I'm currently using cases I printed designed by TonyG, available on Printables 

Adoption and Community

As I mentioned, the community has grown significantly from when I first heard about it three years ago. Here in Portland Oregon there are over 100 active nodes, and there's an ongoing thread in the community's Discord server specifically for Oregon. 

Elsewhere on the Discord server, you'll find global conversations for support, enclosures and development. I've found everyone to be friendly and happy to help users get started or troubleshoot issues.

Recommended Hardware

There are a lot of radios to choose from, but they mostly break down into two main types as determined by their processor: 

ESP32

  • Cheap and readily available on Amazon
  • Tend to consume more power
  • Good for situations where they can be plugged in or recharged daily. 

nRF52

  • In higher demand, so are sometimes out of stock
  • Far more power efficient
  • Better for solar-powered repeaters or mobile applications

I'd recommend starting with the Meshtastic Starter kit, which includes a WisBlock Core RAK4631 and RAK19007 baseboard. When buying a radio, pay attention to the frequency corresponding to your country. In the USA, we're on 915MHz. 

Rokland is the official RAK distributer in the USA and has fast ship times however, they can sometimes have low inventory. Alternatively, you can buy from the RAK store on AliExpress though expect longer ship times. 

Regardless of what you pick up, you'll likely want to upgrade the antenna.

 

 

 

This article was updated on March 19, 2024