
Maker [Pradeep] has built a simple meshtastic node that can communicate over long distances using Seeed Studio’s XIAO ESP32S3 development board and the Wio SX1262 LoRa module.
Meshtastic is “an open source, off-grid, decentralized, mesh network built to run on affordable, low-power devices”. Meshtastic is like a walkie-talkie for text messages that doesn’t need the internet or a cellular network. It uses small devices that can communicate over long distances and typically don’t require a license. Each device connects with others nearby, creating a web (or “mesh”) of connections.
Meshtastic is compatible with a wide range of microcontrollers such as ESP32, RP2040, nRF52840, and more. The maker of this project chose the XIAO ESP32S3 as it comes in a compact form factor (21 x 18mm) and boasts power efficiency.

The Wio SX1262 LoRa is also a perfect module for this project. LoRa stands for “Long-Range”, a special kind of radio signal that lets devices talk to each other wirelessly over very long distances without needing internet. The SX1262 IC supports LoRa & LoRaWAN and operates at a frequency of 868 to 915 MHz. It can transmit up to +22 dBm with highly efficient integrated power amplifiers. It comes with an SPI interface and is equipped with an onboard IPEX antenna connector. The SX1262 is claimed to have a range of up to 5 km!
The maker has created a guide where he explains how he assembled the project. He shows how we can use the web client to upload the firmware to ESP32S3 and configure Meshtastic using an Android/iOS app or a browser. The maker also designed and printed a 3D-printed enclosure to house all the components securely.

The Meshtastic project is 100% community-driven and supports multiple platforms: Android app, iOS app, Web client, and Python CLI/SDK. Meshtastic devices help in scenarios where there’s no signal, such as hiking, camping, or staying connected during natural disasters when networks fail.
Leave a Reply