Hi,
In the ble_app_uart example I am trying to read a binary file and send it to the application using nRF52840 board. I have send 32 packets of data periodically.If a delay of 1sec before the "ble_nus_data_send" call, all the packets are received on the application side. If the delay is not present most of the packets are not received on the application side. I want to send all the data without the delay. Is it possible ??Thank u for yr time...