The "100x bandwidth" claim needs to be substantiated.
There are some significant regulatory issues with the current popular mesh network protocols in the USA, namely that neither MeshCore or Meshtastic are compliant with the actual FCC regulations. 100x bandwidth because you're breaking the rules isn't the same as 100x bandwidth legally.
Correct me if I am wrong but I thought the primary appeal of LoRa was range? Also isn't the primary factor in making long range radio go through things is the frequency? So 2.4ghz is the same frequency as consumer wifi right and thus would propagate about the same right?
It doesn't seem like this would be that useful except that the protocol is LoRa so you can have higher bandwidth between two devices if they happen to be close enough together.
LoRa would go much farther than Wifi on 2.4ghz. Lora uses Chirp Spread Spectrum (CSS) modulation while wifi uses OFDM (Orthogonal Frequency Division Multiplexing). The first being designed for extreme range while the latter for bandwidth. At 2.4ghz you could probably get LoRa connections up to 6 miles with the right antenna height.
It sucks how everything feels like a toy. I think meshtastic is the closest thing to a “product”. They made a bunch of bad architectural decisions that are haunting them now like how nodes broadcast its info.
Seems like this would support institutional/campus environments or changing environments where the sensors at the edge are sending higher bandwidth ultimately back to an Internet node using LoRA mesh--instead of directional WiFi?
I'm trying to envision the application of a mesh like this. These could be examples?
- interconnected nodes need to share data (like images)
- interconnected nodes are acting as a collective array of sensors (eg. geolocation)
- interconnected mesh nodes provide redundant pathways back to the central node
- interconnected mesh nodes provide spatial diversity in case of interference or jamming
- nodes are mobile (eg. drone or vehicle) and mesh provides alternative connectivity based on node location and RF attenuation (also provides longer range with mesh connectivity)
I know it’s all open source and I’m not paying for anything so I cant be choosy. But after playing with a bunch of Lora peer to peer chat systems. All I wish is a chat service that uses haloW. Since it uses wifi backend, regular wifi should work as well.
Not much. While this is technically LoRa on 2.4GHz (which is not new), most people will associate LoRa with significantly longer range and LoRa 2.4 can do.
Cue xkcd on standards. I've been interested in mesh radio, and I keep hoping that a winner will emerge. Probably won't until a large commercial vendor gets interested and picks one.
Metricom Ricochet used dual-band radios, operating in 900MHz and 2.4GHz, to form a routable mesh that delivered internet access and other services, in 1999.
There are some significant regulatory issues with the current popular mesh network protocols in the USA, namely that neither MeshCore or Meshtastic are compliant with the actual FCC regulations. 100x bandwidth because you're breaking the rules isn't the same as 100x bandwidth legally.
Here is the issue discussing this in the MeshCore repository: https://github.com/meshcore-dev/MeshCore/issues/945
It doesn't seem like this would be that useful except that the protocol is LoRa so you can have higher bandwidth between two devices if they happen to be close enough together.
I'm trying to envision the application of a mesh like this. These could be examples?
- interconnected nodes need to share data (like images)
- interconnected nodes are acting as a collective array of sensors (eg. geolocation)
- interconnected mesh nodes provide redundant pathways back to the central node
- interconnected mesh nodes provide spatial diversity in case of interference or jamming
- nodes are mobile (eg. drone or vehicle) and mesh provides alternative connectivity based on node location and RF attenuation (also provides longer range with mesh connectivity)
Say I start the node and then what?