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

Connection overhead

devzone.nordicsemi.com/.../

In this blog this is written:

"Opening and closing a connection event adds a lot of overhead"

how much is the overhead and where can i look this up?

  • Hi

    This is documented in the SDS document for the SoftDevice in question.

    For the S132 it can be found here

    As you can see the worst case scenario is 55us of processing before the connection event, and 250us after.

    On top of that there might also be some additional overhead at the end of the connection event when using data length extension, if there is insufficient time at the end of the connection event to send another two packets at the maximum length.
    As an example a full TX/RX sequence with 255 byte MTU at normal on air bitrate (1Mbps) will take more than 4ms, which means you can get a gap of up to 4ms at the end of the connection event if 255 byte MTU is enabled.

    Best regards
    Torbjørn

Related