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,
is it possible to send 2KB data over BLE..?
-
- Posts: 51
- Joined: Sat Mar 17, 2018 4:49 am
Re: is it possible to send 2KB data over BLE..?
Yes, it is possible but you have to send data in smaller packets and then concatenate when you read/receive all data.
-
- Posts: 51
- Joined: Sat Mar 17, 2018 4:49 am
Re: is it possible to send 2KB data over BLE..?
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.
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..?
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
https://github.com/espressif/arduino-es ... -447420118
Who is online
Users browsing this forum: Baidu [Spider], Michaelboeding and 99 guests