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

Link quality information , like CRC failure and packet losses on a link

nRF52832
SDK 17.2

We are trying to get the packet loss/error information on a per channel basis. It is similar to what is being discussed in https://devzone.nordicsemi.com/f/nordic-q-a/11452/connection-stability-packet-loss-etc . This is to understand packet loss on a connected mesh and also to react gracefully to packet losses.

This is also present in the nRF Mesh SDK as the scanner_stats_get function .

Can you point me at the API that can give us this information.
I have already see the RSSI function and the qos channel survey function, these do not provide the information that is needed on the exact packet losses.

Thanks

Parents
  • Hi.

    Like you said, in the nRF5 SDK for Mesh you have the scanner_stats_get () function that can give ytou some statistical information.

    Do you need help using the function? Not sure if I understand what you are having trouble with.

    Can you point me at the API that can give us this information.

    You already mentioned the function that can provide you with the information. 

    Br,
    Joakim

Reply
  • Hi.

    Like you said, in the nRF5 SDK for Mesh you have the scanner_stats_get () function that can give ytou some statistical information.

    Do you need help using the function? Not sure if I understand what you are having trouble with.

    Can you point me at the API that can give us this information.

    You already mentioned the function that can provide you with the information. 

    Br,
    Joakim

Children
Related