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

ble speed

I want to speed up the ble transfer,  use the ble_app_uart example,  but the speed is too low ,  sniffer show that the notify pack moredata  is true , but  the follow pack is not the notify pack. what is the mean L2CAP Fragment pack , why so many packs  time is same

  

Parents Reply
  • Hello again,

    Could you elaborate further on the issue? Have you verified which side of the link that is loosing the byte, i.e if it is being sent but not received, or not sent at all?

    To ensure no dataloss over a high baudrate datalink you could use hardware flow control.

    How are you reading out the bytes sent by app_uart_put? Could it be that the missing byte is interpreted as a formatting characters by your serial monitor, and thus are not displayed like the others?

    Best regards,
    Karl

Children
No Data
Related