Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Possible to fetch some statistical information about a BLE connection?

Hi,

is it possible to get some statistical information about a BLE connection?

Background is, that I'm experiencing connection problems (degrading throughput, stuttering connection) if more than one packet/event is used.  With one packet/event connections are (more) constant, nevertheless performance could be better.  So I want to autodetect, if there is a connection problem and then as a consequence reduce the packets/event to one in such a case.

Hardy

PS: happens on S13x V2

Parents
  • Hi,

    Unfortunately, there is no autodetect to see if there is a connection problem. But you can get some statistical information by setting up a timer to see how long it takes from you queue a packet until it is sent. You can see how many connection intervals it takes before the packet is sent, this way you find out if there are any packet loss.

Reply
  • Hi,

    Unfortunately, there is no autodetect to see if there is a connection problem. But you can get some statistical information by setting up a timer to see how long it takes from you queue a packet until it is sent. You can see how many connection intervals it takes before the packet is sent, this way you find out if there are any packet loss.

Children
Related