Maximizing the datarate over Bluetooth Low Energy, in a connection between two nrf52832 devices

Good morning,

I want to develop my application based on the ble_app_uart_c and ble_app_uart examples (each one downloaded in a different nrf52832 development kit).

My goal is to maximize the throughput of the data sent through BLE. Many other threads suggested looking at the throughput example in the SDK, but I still don't get which variables and things need to be modified to get the maximum data rate (that should be around 1.38 Mbps). I need some more practical information, such as where to modify the physical layer frequency (I want 2MHz) in the ble_app_uart_c and ble_app_uart examples.

Any help would be really appreciated :)

Best Regards,

Chiara

Parents Reply Children
  • Hi,

    I already saw these links, but it's not helping because I would like to check how is the throughput with my code between the two devices. I was referring maybe to the nrfSniffer tool. Is it possible with that to see the throughput?

    Moreover trying with the values of the connection parameters shown in the links you sent previously I got at a maximum of 800kbps as throughput, how is that possible?

Related