Hi,
We are trying to optimize the speed at which we send data over BLE UART with the nrf52832. Currently, we are using the ble_nus_data_send() function in a while loop with no delay to send as fast as possible. On the nrf toolbox app and the Adafruit BLE app, however we are getting a few sets of 20 bytes with very inconsistent latency (burst sends and hangs and bursts again at random intervals). How do we have the nrf52 send our 20 byte data consistently with low latency. Here is our latency output from our testing software.