bluerange-io / bluerange-mesh

BlueRange Mesh (formerly FruityMesh) - The first completely connection-based open source mesh on top of Bluetooth Low Energy (4.1/5.0 or higher)
https://bluerange.io/
Other
288 stars 109 forks source link

Bluetooth 5 Long Range #156

Closed marcantoinebouchard closed 3 years ago

marcantoinebouchard commented 3 years ago

Hi,

The problem I have trying to make it work with Long Range is there is no "Connectable and scannable undirected" advertising type in Bluetooth 5 Long Range spec. Does the FruityMesh design lie on this advertising type?

Thanks, Marc

mariusheil commented 3 years ago

Hi,

no, the design of FruityMesh does not rely on this type of advertising. You need to have the possibility to distribute an advertising packet that informs surrounding node about the clusterSize and some other information. Also, you need to be connectable (of course). If these conditions are met, you can probably implement long range support.

It is on our roadmap as well, but we have a lot of other requested features that we are working on and it hasn't yet gotten a high enough priority internally.

Marius

mariusheil commented 3 years ago

Closing this for now. If we have more to share such as a roadmap, we will announce it.