2 years ago
Transfer several kilobytes of data
Posted byFirefox200540 points 1 replyHi,
is there any implementation in the SDK for transfering about 5kB of data to my DA14585 at once?
If not, can you please suggest a good practice?
Best regards!
2 years ago
嗨Firefox2005,
It is not possible to send 5KB of data in one connections interval. You could use the Data Length Extension (DLE) extension, but you can send up to 251 bytes. I would highly suggest you to have a look at the DSPS of DA14585 reference application source code and user manual for getting more information about the DLE feature.
Thanks, PM_Dialog