The new overlapped processing feature in the 1.4.0 stack allows for increased throughput. Check out the wiki page here for more information: http://processors.wiki.ti.com/index.php/OverlappedProcessing
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The new overlapped processing feature in the 1.4.0 stack allows for increased throughput. Check out the wiki page here for more information: http://processors.wiki.ti.com/index.php/OverlappedProcessing
I really needed to know about ios supporting this feature. My colleague and I implemented the overlapped processing on sensor tag device but we can see by oscilloscope that this feature is not helping us to get a faster application for dynamic purposes. We can send at maximum six pairs of Tx and Rx. Can you please tell a little bit more about it?
Yes this is correct. iOS currently has a limit of 6 packets per connection interval.
Hi. The minimum connection interval when connecting to an iOS device is 20 ms as defined in the Bluetooth Accessory Design Guidelines for Apple Products: https://developer.apple.com/hardwaredrivers/BluetoothDesignGuidelines.pdf
Hi Valeria,
Not that you cannot set connection parameters from the iOS device itself although you can request from the connected peer device (i.e. our C254x). The request for connection parameter update includes the "minimum connection interval" as low as 20 ms but note that you must also include a "maximum connection interval" of more or equal to "minimum connection interval" + 20 ms. The result is that the iOS device is free to choose a connection interval between 20 ms and 40 ms... I'm sorry to say that it usually chooses 30 ms.
Best Regards
Joakim