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

NCS: Central UART Sample and Peripheral UART Sample Data Length Extension

Hi, I am using the Nordic nRF53DK, with the Segger IDE, in the NCS 1.5.0 release.

I'm playing around the Data Length Extension with the Sample of the Central UART and Peripheral UAR  using nRF53DK both.

Acorrding to the sample of through,I've added a hci_rpmsg.conf file in a "child_image" folder and added there my configuration extension for both project:

I also increasing the value of MTU and set the CONFIG_BT_USER_DATA_LEN_UPDATE in both Sample project :

Including, I've added the code in both project according to the throughput:

When I build and run the both project,  the log is:

central

perpheral

Note that the Data Length Extension doesn't work. How to change it? In a init way.  

Parents Reply
  • Hi again!

    Apologies for the delayed answer here. I think keeping the configuration from the hci_rpmsg child image of the Throughput sample, as well as CONFIG_BT_USER_DATA_LEN_UPDATE=y in the application should be sufficient, but I haven't tested this properly. Please report back if that doesn't work!

    You can at least remove the PHY related configurations.

    Best regards,
    Carl Richard

Children
No Data
Related