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

Frequency of publishing mesh message

Hi,

I am working on BLE mesh using nRF52832. I am publishing custom BLE message in a group using generic client model. I am able to publish only one message for every 3 seconds using a timer. If I am publishing it less than 3 seconds, I am getting an error "device busy". How can i solve this issue, Is there any possibility to publish message frequently like for 1 second.

Regards

Sumanth

Parents Reply
  • Hey,

    I have found out the problem, From the above mentioned thread I got it and able to send frequently.

    1. With out using NRF_MESH_EVT_TX_COMPLETE, If I am sending data less than 8 bytes, I am able to send message for every 1 second, If am sending data more than 8 bytes, it is taking three seconds to send data. How is the reliable packet re-transmitting timeout varies with packet length. Can I know how this is happening?? 

    2. I am also facing one more problem i.e some times data is not received by other nodes even they are in near to sending devices

    Regards

    Sumanth

Children
Related