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

BLE data length extention Thingy 52

Hi everyone. 

I want to stream 12kB of ADC data from the thingy 52 via BLE. At the moment this takes around 4 seconds to do which is to slow so i would like to increase throughput by utilising DLE but unsure how to implement it. 

Is it enough to increase the MTU size and send bigger packages to  sd_ble_gatts_hvx() function as the BLE_GAP_DATA_LENGTH_AUTO is on auto? Or what would be the steps needed to implement this supposing that both devices support DLE?

Thankful for help

//Rilleaa 

Parents Reply Children
Related