Skip to content

MeshSat node

Prototype

MeshSat is a prototype in active development. Its dependability is unproven. Do not rely on it for life safety.

The MeshSat node is a pocket-sized box with two radios in it: a Meshtastic LoRa radio and a RockBLOCK 9603 Iridium satellite modem. A phone running MeshSat Android connects to it once over Bluetooth and gets both. The mesh comes through the normal Meshtastic service, and the satellite modem through a second MeshSat service on the same connection.

An open Peli case on a garden ledge, holding a RockBLOCK 9603, an ESP32-S3 LoRa board and a power bank

The app does the routing, the queueing and the credit accounting, so the node itself stays simple. While the app is connected, the modem is the app's. Routing on the node itself, for when no phone is around, comes next.

How it fits together

 Meshtastic mesh, LoRa 868 MHz
          |
 +--------+-------------------------+
 | MeshSat node                     |
 |   ESP32-S3 with meshsat-firmware |
 |          | UART                  |
 |   RockBLOCK 9603 ----------------+---- Iridium SBD ---- Iridium satellites
 +--------+-------------------------+                              |
          |  Bluetooth LE: Meshtastic service + Iridium service   Ground Control
 MeshSat Android on a phone                                         |
          |  internet, when there is any                            |
 MeshSat Hub <------------------------------------------------------+

The node runs meshsat-firmware, a fork of the Meshtastic firmware with one addition: a binary-safe serial pipe from Bluetooth to the RockBLOCK. The app speaks the 9603's AT commands through that pipe, exactly as it would over a cable. The pipe's contract is on Iridium Bluetooth service.

Versions

Partv0 (bench)v1 (prototype)
BoardSeeed Studio XIAO ESP32-S3 with a Wio-SX1262LILYGO T-Beam Supreme (ESP32-S3, SX1262, u-blox M10S GPS)
SatelliteRockBLOCK 9603RockBLOCK 9603
PowerUSB power bankOne 18650 cell in the T-Beam, charged over USB-C. The modem runs from the T-Beam's power chip
CasePeli 1050Peli 1020, with an IP68 USB-C port and a panel power button
StateTested on the bench, September 2026Being built

How to put one together, wire it and flash it: Build a node.

What is proven, and what is not

WhatState
Meshtastic to MeshSat Android over Bluetooth (v0)Verified on the bench, 19 September 2026: bonded with a fixed PIN, full config sync
Iridium modem over the same Bluetooth link (v0)Verified on the bench, 19 September 2026: AT commands, and a binary loopback of up to 270 bytes
A satellite message out, from the Hub through the phone and the nodeOne message delivered, 19 September 2026
A satellite message in, fetched by the app after a ring alertOne message received, 19 September 2026
The app reconnecting after its own restart and taking the modem backVerified 19 September 2026. Recovery from a drop mid-session (node power-cycled, out of range) uses the same code but has not been exercised yet
v1 on the T-Beam SupremeFirmware builds. Not run on hardware yet
Routing on the node with no phone connectedNot built yet
Battery lifeNot measured
Range, weather, long-term reliabilityNot tested
Deployment to a real end userNever
Use in an actual emergencyNever

The satellite results come from a garden with a limited view of the sky. There the signal read zero bars minutes before and after a session that got through, so the app never waits for bars before it sends.

Costs

The RockBLOCK needs an active Ground Control line rental and message credits. Every satellite session is billed, even one that only checks for new messages and sends nothing.

Source

  • meshsat/meshsat-esp32: hardware versions, wiring, bench tools, and every hardware fact with its source
  • meshsat/meshsat-firmware: the node's firmware, based on Meshtastic® firmware and not affiliated with or endorsed by Meshtastic LLC

Made by MeshSat