Skip to main content

Linking Isolated Mesh Islands

Linking Isolated Mesh Islands

As independent community mesh networks grow, they sometimes develop in parallel—parallel - two neighborhoods, two towns, or two emergency response zones that each have healthy internal mesh coverage but no connection between them. When those communities have reason to communicate or coordinate, linking the islands becomes a priority. This page covers the main technical approaches and when each is appropriate.

Option 1: Long-Range Backbone Link (Yagi-to-Yagi)

A directional point-to-point RF link between two high sites can bridge 15-50 km under the right conditions. Each end requires a high-gain Yagi or panel antenna (12-17 dBi is typical for LoRa backbone links), a clear line-of-sight path with adequate Fresnel zone clearance, and a dedicated MeshCore node in REPEATER mode pointed at the far end. This approach is the lowest-latency and most resilient option when geography cooperates.

Technical requirements: Calculate path loss using a link budget tool before committing to hardware. At 915 MHz with 22 dBm TX power and 15 dBi antennas at both ends, reliable links to roughly 40 km are achievable over flat terrain. Hills, trees, and buildings reduce this significantly. Use the 0.6 Fresnel zone formula to ensure the direct path has adequate clearance above intervening terrain.

When it makes sense: Two networks that share emergency response responsibility—responsibility - adjacent fire districts, overlapping amateur radio emergency service areas—areas - benefit most from a persistent RF backbone that works without Internet infrastructure.

Option 3: Dual-Radio Bridge Node

A single physical site—site - ideally at high elevation between the two networks—networks - hosts two LoRa radios, each tuned to a different mesh channel. The bridge node forwards traffic between channels, effectively stitching the two meshes together. This requires a custom firmware build or a lightweight software bridge running on an attached microcontroller or single-board computer.

Technical requirements: The bridge site must have RF visibility into both networks. Channel separation must be sufficient to prevent receiver desensitization (at least 500 kHz between center frequencies on the same band). Power requirements are roughly double those of a single-radio node.

When it makes sense: Two networks that share the same general region but grew independently on different channel plans. The dual-radio bridge allows both communities to keep their existing channel configurations while gaining interconnection.

Choosing an Approach