Connection interval with slave latency multiple wake ups

Hello

nRF54L15 - Zephyr project.

Connection interval = 50ms.
Slave Latency = 16

Connection interval with slave latency is 850ms.
Power chart shows three pulses on every other connection
Cant find any other activity in the code that would cause this - is there a BLE reason for this?

Thank You

Parents Reply Children
  • Hi Cliff, 
    Could you send us the scope file so we can have a closer look ? 
    Also could you try to capture a sniffer trace

    It's possible to have 3 pulse , but it's not normal to always have 3 pulse on each connection interval. I would need to see the scope (and/or the sniffer trace) to be able to tell. You usually have one pulse when you have one RX&TX transaction, there can be multiple RX&TX transaction on one connection event when there is still data to transmit (MD bit = 1). 

Related