



Hello,
What sort of throughput are you looking at? Have you enabled DLE (Data length extension)?
If you look in the ble_app_uart_example, this one has about the maximum throughput you can get, except using 2MBPS, I believe. What you want to look for is the NRF_SDH_BLE_GAP_DATA_LENGTH. Try setting this one equal to what it is in the ble_app_uart example (251).
What sort of throughput are you looking at? It is difficult to say whether you can improve it further without knowing what you already have. You can't use the radio 100% of the time. It has to follow the BLE specification.
BR,
Edvin
If you look in the ble_app_uart_example, this one has about the maximum throughput you can get, except using 2MBPS, I believe. What you want to look for is the NRF_SDH_BLE_GAP_DATA_LENGTH. Try setting this one equal to what it is in the ble_app_uart example (251).
What sort of throughput are you looking at? It is difficult to say whether you can improve it further without knowing what you already have. You can't use the radio 100% of the time. It has to follow the BLE specification.
BR,
Edvin