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

nRF52840 Mesh Packet Dropout

Hi,

   We are developing the project based on nRF52840 chipset. We are configuring the chip for mesh application and using generic on/off model to send the data on the mesh. We are able to transmit and receive the data between multiple nRF52840 Device, But sometime the mesh packet dropout (ex out of 10 tries, couple of time its dropout) and will be received by the other device. Please let us know is there any way to resolve it so that the packet doesn't drop out and ensure it reaches to the other device without any loss.

How can we enable the reliable transmission in the mesh.

Regards,
Ram

Parents
  • Hi, and sorry for the long wait.

    At the moment, all our mesh experts are on vacation, but I'll do my best to help you until they are back.

    Have you seen the documentation for reliable transmissions in the access layer?

    https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v4.2.0/group__ACCESS__RELIABLE.html

    However, looking through the implementation of the generic on/off model, it looks like that is already used.

    I am also a bit confused about one thing you wrote in your ticket:

     

    But sometime the mesh packet dropout (ex out of 10 tries, couple of time its dropout) and will be received by the other device.

     Did you mean that the packet will not be received by the other device?

    Best regards,

    Didrik

  • Hi Didrik,

      Thanks for the prompt reply.

      Ya you are right, it was my sentence mistake.

      sometime the mesh packet dropout (ex out of 10 tries, couple of time its dropout) and will not be received by the other device.

    We will go through the Link shared by you and check it out how we can transfer the data with Reliable transmission Mechanism.

    In current implementation we are using unreliable transmission method. 

    In Mobile app while configuring the publish Address there is option for entering the retransmit count under the section PUBLISH RETRANSMISSION, Could you please let us know the purpose of setting this option, does it help out in transmitting the data multiple time .?

    Please find the snippet below for the option in mobile APP.

    Regards,

    Ram

  • ramachandra said:
    In Mobile app while configuring the publish Address there is option for entering the retransmit count under the section PUBLISH RETRANSMISSION, Could you please let us know the purpose of setting this option, does it help out in transmitting the data multiple time .?

     Yes, it should help with reliability.

Reply Children
No Data
Related