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

BT 5.0 on "ble_app_uart"

Hi All,

I used the app "ble_app_uart"  and "ble_app_uart_c" on two custom boards mounting a n52840 QIAACO.

I know that in the app (nRF5_SDK_15.1.0_a8c0c4d\examples\ble_peripheral\ble_app_uart) is not used the BT 5.0 2phy but the 1phy.

My question is: what should I change to have a faster data transfer using the 2phy instead of 1phy from the peripheral to the central unit?

I tried just to replace BLE_GAP_PHY_1MBPS with BLE_GAP_PHY_2MBPS in the whole code but apparently it is not enough.

Thanks in advance,

Parents Reply
  • Hi Stian,

    I did what you suggested but I did not get anything faster.

    When I try to write something on the UART of ble_app_uart_peripheral, this message is sent to the ble_app_uart_c and also it is printed on the UART of ble_app_uart_peripheral which plays the role of echo.

    Do you think that this can reduce the speed of the whole system? If yes what should I change in the code to do not have the "echo" on the ble_app_uart_peripheral.

    Thanks in advance

Children
No Data
Related