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

BLE mesh Client to Client communication

Hi,

I have requirement of BLE node to node communication in mesh network.

All the nodes should have single firmware which will be capable of publishing and subscribing to all the nodes present in the network.  Scenario will be there are 10 nodes available in mesh network, all the nodes should be able to send and receive data from all other nodes.Provisioning and grouping can be done with Mobile application. Is there any solution available for this?

Expecting faster reply.

  • Hi. 

    This is already implemented in the nRF5 SDK for Mesh and our examples. 

    You can either publish messages to a specific node using the receivers unicast address. Or you can publish a message to a group address and have multiple nodes subscribe to this group address. 

    If the nodes isn't in direct radio contact, you should still be able to communicate with all the other nodes as long as you have sufficient relay nodes in your network. 

    Best regards, 
    Joakim Jakobsen 

Related