Hi,
I am trying to send stream of data over BLE. I am using nRF52 development kit and in that ble_app_uart code is running. I want to send continuous data to the UART and then it should be send over BLE communication. I have checked the data rate by sending bulk of data which is 20 Bytes data in a frame. So each of the data is about 20Bytes only (20Bytes then new line then 20Bytes- this sequence continues). In this case I am not getting any issue.
While sending without newline I can send upto 220 bytes at a time. If it is more than that BLE getting disconnected from the connected device.
How to overcome this issue, if I am sending continuous data(may be around 200KB of data at instance). How to handle large amount of incoming data?
How to handle the BLE disconnecting issue in case of large incoming data?