Hello ,
I am using a Laird's BL651 module that has a nRF52810 chipset. I have modified the ble_app_uart example to take a command from Rx characteristic and send a response notification as a string on the Tx characteristic. This I am doing with the nRF Connect app and I have removed the UART part i.e. there is no uart involvement in the functionality, the data is written in app and received over BLE and the response is also posted over the BLE.
Now that i am able to send a string say "Hello World" as a response, I wanted to know what is the maximum amount of data that i can send to the phone app at once. My ideal situation is to send a data of around 20KB to the phone app and I am pretty sure it cannot be done in a single shot.
So what is the highest value of data that I can send in a single shot and how do I send the next set of data?
Please let me know about the same so that i can come to know about how to deal with this.
Thanks & Regards
Sudeep R J