Other Parts Discussed in Thread: CC2541, BLE-STACK
Hello,
We met a problem about BLE communication with iOS app in our application.
i am using CC2541 to transfer some captured data to iOS mobile app through BLE, but there is a limit for BLE throughout on iOS: at most send 4 packets per interval(20ms), and every packet is at most 20 bytes. But our application does need more throughput to transfer all the data to mobile app, then to cloud through mobile app.
I am thinking about transferring data to PC first through BLE since there is such a limit on PC's bluetooth communication. But can i do anything more with mobile app part?
Thanks a lot.
Shiping