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

NRF52840 coded phy, ble_app_att_mtu_throughput

Hello 

I would like to check coded phy performance 

in order to do so I need to achive the following:

1. change to coded phy on default (as I ub\nderstand can by achivied by: 

.interval = ADV_INTERVAL,
.duration = 0,

--.primary_phy = BLE_GAP_PHY_1MBPS, // Must be changed to connect in long range. (BLE_GAP_PHY_CODED)   

++.primary_phy = BLE_GAP_PHY_CODED, // Must be changed to connect in long range. (BLE_GAP_PHY_CODED)   

2. change TX maximum power to 8 dBm (I seen a response on that, but the API disapeared on SDK 13, I need to understand how to set it now)

3. print RSSI

thank you 

Related