This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE Scatternet Algorithm

Hello,

i'm currently researching the possibility of building scatternets with BLE. As the S130 softdevice supports multiple concurrent roles, it seems very possible (see here).

Are there any studies or tested topology algorithms that implement a scatternet with BLE? I can only find studies to classic bluetooth algorithms, but it seems they can't be applied fully (because of the S130 softdevice constraints).

OpenMesh should work for this, but i'm interested in scatternet-only solutions (for the moment).

I appreciate any help.

Thanks.

Kevin

Parents Reply
  • In several algorithms they connect a slave (peripheral) to more than one master (central), serving as a bridge. In S130, only one connection from central to peripheral is possible. It is possible to serve as bridge by connecting to one central, and letting a another central connect to the bridge (serving as peripheral). But this changes the behaviour of the algorithm. Do you know what i mean?

Children
No Data
Related