Hello,
we have two custom boards with nRF51822.
We use NUS.
If our pakets under 23 Bytes everthing is fine ....
If we want to sent paket with 140bytes, the central hangs ...
We know the problem is the MTU of 23bytes.
Because of future compability to cell phones, we don't want to increase the MTU.
So our idea is to split the 140bytes into chunks of 20 bytes.
But it seems that we have to wait until the paket ist sent over the air before we send the next chunk
with the ble_nus_c_string_send ...
How can we detect , that the paket is sent ?
Andreas