Hi there,
We are currently developing a system, where around 480 kbytes of data are transmitted over BLE. Throughput is supposed to be as high as possible.
We are using Notifications, DLE enabled, 2M PHY and an ATT MTU of 247 Bytes.
The ATT Payload is 240 Bytes.
Platform is nRF54L15 using Zephyr.
We are wondering, what connection interval would be a good value. As the peripheral device is moving and there may be interference, we expect transmission failures.
What exactly happens, when there is no ACK packet received? Does the current transmission of packets stop until a new connection interval begins?
If that is the case I would assume, that the minimum value of 7.5ms would be a useful choice because the waiting time for the retransmission is minimal.
What do you think?
Regards
Jonas
