Mesh Technologies

Mesh Radio: using radio networks where intermediate devices relay messages to extend the range, scalability and reliability of communication.

Many technologies can used for mesh networking as noted in the sidebar. We mainly focus on the Lora-based options as they are popular, publicly available, & so particularly relevant to Vashon Island & Salish Sea communities. Other options are noted in the sidebar.

📡

LoRa — Long Range Radio

LoRa Bandwidth vs Range Comparison

LoRa vs Wi-Fi vs Cellular vs Bluetooth — courtesy Troy Martin

Semtech owns the LoRa IP and has produced over 500 million of the SX1262 (& upcoming LR2021) radio chips behind nearly every LoRa mesh node.
  • Long range, low bandwidth communications.
  • Invented by the Grenoble start-up Cycleo, acquired in 2013 and since developed by Semtech.
  • The underlying technology for much of this mesh networking.
  • Uses unlicensed, internationally reserved public radio bands for industrial, scientific and medical (ISM) purposes.
  • The same spectrum is reserved for baby monitors, cordless phones, garage door openers, thermostats, irrigation systems, all these competing throughout Pacific NorthWest neighborhoods.
  • North & South America: 902 - 928 MHz range, 915 MHz center, 26 MHz bandwidth.
  • Wikipedia: LoRa ↗

Networking Schemes Built on LoRa

Vashon will start with MeshCore, but may adopt other technologies in parallel if there is desire.

↔️

Point to Point (PTP)

Simple Arduino + LoRa modules can use AT commands to talk directly to one another, without any mesh networking software

Two devices can simply talk directly to one another using AT commands. For instance, SeeedStudio's Wio $18 chips can implement basic point-to-point code.

🏭

LoRaWAN

LoRaWAN & The Things Network are built on the same LoRa technology as MeshCore and Meshtastic, but they are optimized for sending data to the cloud rather than peer-to-peer messaging

The big industry consortium — great for sending lots of sensor data to the cloud for data analysis from Smart Cities, Smart Agriculture, Smart Manufacturing, Smart Health, etc.. Not optimized for peer-to-peer messaging.

Also see The Things Network ↗ which is open source alternative that shares many goals of the LoRaWAN consortium.

🌐

Meshtastic

Meshtastic is popular, open source, and built on the same LoRa technology as MeshCore, but it uses a simple flooding algorithm that is not optimized for larger networks or high message volumes

Great for casual groups at an event or out in the wilderness. First on the scene, so very popular.

  • Every message is broadcast to all other radios, which themselves repeat the messages (flood routing).
  • Default 3-hop limit (configurable up to 7) limits how far messages can spread.
  • Text messages have a 240-character limit.
  • Relies solely on LoRa technology, using the identical devices that work with MeshCore.
  • Many users in an urban environment can flood the network, as the mesh algorithm encourages lots of message repeating.