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

Please Clarify the mesh network

Hello All

Could please tell me how mesh network is working. as per my understanding Bluetooth connectivity is point to point communication or one to one .(if i am wrong please correct me ) in this cash how mesh network happen

please clarify me doubt and could you please suggest me any reference guide for mesh network

Thanks Ameer

Parents
  • You are right, Bluetooth is normally (and that is similar for classic BR/EDR parotocols as well as LE) only peer-to-peer communication. However you can build mesh network on top of it as application. One approach would be to use directly LL or L2CAP layers (and that's also supported by Nordic stacks today - as well as many other vendors - so you can find such solutions over the internet), another is to build it on top of Advertising data (so you use spare space of ADV_IND packets to broadcast data to the air and other nodes can scan and re-broadcast further so data keep going) and another can be connection based where you take advantage of possible concurrent connections on each node and APP layer handles "mesh" protocol itself. All of these things can be found as examples, just use search function on this forum, blog zone and google (here are first two hits as example 1 2)

    Recently BT SIG themselves released Bluetooth Mesh specification which again introduces kind of separate protocol which can co-exist with already existing standards like BLE. You can get basics from Nordic's description of their alpha implementation of that here.

  • @endnote

    Do you know if this runs on nRF51822QFAA 16k hardware ?

    I looked in the blog post, but it just says "Recommended >= 32kB RAM"

    Which doesn't rule out 16k, but perhaps they really mean "Required >= 32kB RAM"

Reply Children
No Data
Related