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

BLE mesh message confirmation

Hi,

I have to transfer messages every 100ms and to receive confirmation about successfull reception.

Message is sent from the phone and should make two hoos and return back a confirmation.

I am testing with original examples in sdk v15 but problem is that confirmation is comming after 1-3 seconds. What could be a reason for this? Or du you have an examole that could work the way i wrote.

Thanks

Julius

  • OK, but you didn't mentioned that they were both proxy nodes. 

    Do you do advertising on the proxy nodes ? Please make sure they are advertising with long interval (suggest to have 500ms). You can check the advertising interval using nRFConnect on the phone. 

    Please try again with the demo we have here. All of them are proxy nodes, we don't see that much of latency.  We do have some modification to improve the mesh performance in the SDK_PATCH folder.

    It made for the nRFThingy, but if you can just comment out those function to control the LED you should be able to use it on a nRF52DK. 

Related