This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

the number of data package send from phone in one interval

HI I want to know the max of number of data package send from phone in one interval? Now I could only get one package form iphone6 with character of write without respond in one interval. Someone said the max package in one interval is up to 6 ,but I could only get 1 package. Want can I do to reach this speed? Change the phone's source code or the 51822's source code? thank you. used: 51822 S130 SDK V11

  • Could be that you have limitations in both ends. On iOS you should make sure you actually place mutliple packets in the tx buffers so the phone actually hase enough packets to send. Note that it is possible to overwrite the tx buffers, so you should add a mechanism to acknowlede the packets are received correctly similar to what we do in with DFU. You can use a sniffer to check that the MD (More data) bit is sent. On the nRF51 you should check what bandwidth settings you are using.

Related