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

Question about Bluetooth Long Range with nRF52840

Hello everyone,

right now I have two BMD-340 Evaluation Kits which used nRF52840 module and I want to evaluate Bluetooth Long Range and Data Rate of this module. I used s140 Softdevice in this case. When I used this s140, that means all of the examples which I used in nRF_SDK using Bluetooth 5 with Long Range? 

And if it's possible, an explanation about Softdevice is very helpful for me. I have read about it but it is outdated since 30-11-2018.

Best regards,

Viet

Parents Reply
  • it both showed that I don't have nrf_log_backend_rtt.c, nrf_log_backend_uart.c , nrf_log_backend_serial.c files.

    The demo was made using SDK 15.0, so if you are using a different version, that could be the reason.

    Can I change this BLE_GAP_PHY_CODED values in BLE_APP_BLINKY in SDK?

    Yes, that is possible.

    But is there any demo example for 2Mbps?

    Not on github, but If you want to test the speed with 2Mbps mode, I recommend testing with the ble_app_att_mtu_throughput example in the SDK. See this link. (If you are testing with that example, please set NRF_SDH_BLE_GAP_DATA_LENGTH in sdk_config.h to 251 to achieve max speed)

Children
Related