This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Sending large data in ble_app_uart..

I want to send the continuous data over the BLE which is received by the UART of my nRF52 Evaluation kit. The BLE connection is getting disconnected while sending bulk of data. Is there any example to send bulk data over BLE?

In my testing I will be sending boot log of an operating system. So there will be huge data in this case. So how to handle this data. How to frame the packets using incoming data. Is this possible to handle the data? if yes,How to fix the disconnecting issue?

Please share the code if available....

Related