I'm using ble_app_att_mtu_throughput example,I want to test ble long range, but there are two mode of phy to select : 1M and 2M. and not phy coded.
I'm using ble_app_att_mtu_throughput example,I want to test ble long range, but there are two mode of phy to select : 1M and 2M. and not phy coded.
Hi
The nRF52840, nRF52833, nRF52820, and nRF52811 all support BLE long range (Coded PHY). Please check out this ATT_MTU and long range blog by my colleague Torbjørn where he explains how you can enter long range mode. Please note that the ATT_MTU example is not able to switch to long range mode (Coded PHY) while advertising/scanning, and you have to switch to Coded PHY after the devices are connected.
You can check out this example for an example that uses Coded PHY during advertising/scanning in a modified version of the ble_app_uart examples.
Best regards,
Simon