Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to test coded_phy

Hi

I have successfully(?) altered my application from using BLE_GAP_PHY_1MBPS to BLE_GAP_PHY_CODED. But how can I test it?

Prior to the modifications I tested the application using nRF Connect. It allows me to connect, write to characteristics etc. But what tools/setup do you recommend for a similar functionality when using BLE_GAP_PHY_CODED. I originally wanted to use serialization with python, but as I understand, the pc-ble-driver doesn't support coded phy yet (?). Any suggestions?

Related