Page 1 of 1

is it possible to send 2KB data over BLE..?

Posted: Wed Jan 23, 2019 9:28 am
by ningappa BS
Hi,

Am using BLE where we are sending large data and we are receiving only 514 bytes, more than that is truncated but i want all data without loss. Is it possible to achieve requirement..? if yes, how to achieve any suggestion can be appreciated.

Thanks,

Re: is it possible to send 2KB data over BLE..?

Posted: Fri Jan 25, 2019 8:09 pm
by chegewara
Yes, it is possible but you have to send data in smaller packets and then concatenate when you read/receive all data.

Re: is it possible to send 2KB data over BLE..?

Posted: Mon Jan 28, 2019 4:52 am
by ningappa BS
hi,

thanks for reply, you mean we need to make smaller packet while sending from android app and how do we make smaller packet and how to concatenate them could you please explain bit more.

Re: is it possible to send 2KB data over BLE..?

Posted: Mon Jan 28, 2019 9:31 am
by chegewara
This is not exactly what you need, but in this code snippet you can see how i am sending large file with notifications
https://github.com/espressif/arduino-es ... -447420118