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

NRF52840 slow bluetooth transmission speeds (2M, CODED) after SDK update (14.2->15.2)

Hi,

I got a working app, based on app_template with custom bluetooth services which transfer raw (simulated) data from nRF52840 DK to my Andoid App.

This app worked fine until I updated my Nordic SDK from 14.2. to 15.2.

I updated all required methods and librarys, so that my app works as inteded except the transfer speed.

Before I got transferspeeds in 2M mode about 1300 kbps, now is the highest speed I reach about 350kbps.

I already changed the default parameters of gap data length to 251, MTU to 247, but still got no solution for this problem.

Some functions are based of ble_app_att_mtu_throughput and nrf52-ble-image-transfer-demo-master. I compared these apps with mine, but found no differences.

Maybe someone got some other ideas.

Greetings,

Daniel

Related