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

Long Read write string and Image data

Hi,

I am Using nRF5_SDK_15.0.0 with nRF52 DK PCA10040 using Keil IDE.

I am going to Implement long string data write and read characteristic using custom service.

I would like to know best way to Implement long write and read.

what is maximum length of data I can transfer in one chunk (packet)? is there any example code available?

I see some queue operation in code. is it similar to long write and read? if yes, please let me know how to use queue operation.

As of now I am dividing large data into number of packets with 20 bytes in each packet and transferring one by one. At central side receiving one by one and assemble it. 

Thanks.

Related