-
If I enable the Data Packet Length Extension and I enable the Connection Event Length Extension, having a connection interval of ~400ms I know that I can reach up to 251 bytes, but how many packets can I send per connection??
-
I am creating an application that it needs to send ~156 bytes every 1ms. I have read the s132 V3.0 specification and I believe that this can not be achieved, that is why I am asking for how many packets can be sent because if we can send several packets I could set the DLE to 156 bytes and send several packets within a connection interval. What I am trying to avoid here is the connection overhead. On my application there is only one peripheral and one nrf52SDK that will receive the data and send it to the PC.
Thanks!