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

Suggestions for measuring Bit Error Rate across BLE connection

Hello,

We have a test setup that consists of an application running on an Android device (BLE central) collecting data from a BLE peripherial device (with a Nordic Nrf51822 chip). We would like to perform bit/packet error rate tests when the BLE connection is active.
If anyone has recommendations for off the shelf tools for performing bit/packet error rate tests, please share your suggestions. Thanks in advance for your help!

Parents
  • Hi Apolcari,

    The number of packet error (CRC error for example) or retransmission are not available for the nRF51 application and also on the app on Android, as far as I know.

    What you can do is to use a sniffer to track the connection and count the number of re-transmission or CRC error.

    Beside the ready to use sniffer, we also provide in the .zip package the SnifferAPI (SnifferAPI.zip) so you can build your automation test tool.

Reply
  • Hi Apolcari,

    The number of packet error (CRC error for example) or retransmission are not available for the nRF51 application and also on the app on Android, as far as I know.

    What you can do is to use a sniffer to track the connection and count the number of re-transmission or CRC error.

    Beside the ready to use sniffer, we also provide in the .zip package the SnifferAPI (SnifferAPI.zip) so you can build your automation test tool.

Children
Related