Other Parts Discussed in Thread: CC2640
Hello Everyone,
I am working on CC2640 chip. My aim is to send the 10kb data through BLE device to mobile (Android application).
Following is the my way to send the data of 10kb to mobile:
- Read 20 Bytes (make one packet of 20 Bytes) from storage media and send to the Bluetooth same process I am repeating until all data are not send.
Now, Problem is all data are send from ble device to mobile application but most of the data are miss (in between 10kb) to receive at mobile application. Here, really I don't know weather device has sent all data or mobile application fail to receive some data.
Can any one here to help me how to send all data from ble device to mobile application successfully. Or is there any other way to send these data?
Please let me know if any one know here or any one done same task. And also please let me know if required more information from my end.
Thanks