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

nRF5340PDK Throughput example, very low throughput.

Hi! 

I was trying the throughput example using two nRF5340PDK boards and I observed the throughput is very low, i.e. 1kpbs. I tried programming the cpuappns, but it didn't work correctly, it displayed other stuff on the terminal emulator:

 

And when I tried programming on the cpuapp, the throughput was 1kbps:

I tried modifying the .conf files, by adding the lines:

CONFIG_BT_CTLR_TX_BUFFER_SIZE=251
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
CONFIG_BT_RX_BUF_LEN=255

But the throughput stayed the same.

 Why would the Bluetooth be so slow? What should I do to maximize the throughput?

Thank you,

Florin Mazilu.

Parents Reply
  • Hi Florin

    That is odd. I downloaded a fresh install of v1.4.2 and tried again, and even when using only the older nRF5340PDK's I don't see any issues with the throughput. 

    Can you please try my hex files and see if they give you the expected throughput on your kits?

    hex_files.zip

    If you run the bat file it should do a full recover of the board and flash the application and network core with the right files. 

    I recommend only turning on one kit at the time, otherwise you will have to enter the board number over and over. 

    The code is built for the nRF5340PDK, not the nRF5340DK, so it assumes you have the older boards. 

    Best regards
    Torbjørn

Children
Related