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

Change PHY mode to CODED while connected.

Hey,

I neet to change the PHY mode of my connection between nRF52840 DK and OnePlus6 (Android 9) to CODED PHY. If I try to change it, I'm always getting an fatal error and the system restarts.

I do sd_ble_gap_phy_update(..) like in the nrf image transfer demo and update PHYs when receiveing commands.

This works pretty well with 1M and 2M PHY modes. The connection is updating. CODED PHY mode = fatal error.

I'm using SDK 15.2 and s140_nrf52_6.1.0_softdevice.

Best regards,

Daniel

Parents Reply Children
  • Oh wow. It is working now...

    I always used my PCA10056 V0.9.0 2017.10  and V0.9.2 2017.27 and it always crashed while updating PHY to CODED.

    NOW i'm using the PCA10056 V1.0.0 2018.45 and it works.. No problems while updating my PHY modes to 1M, 2M and CODED.

    Not sure why it works now, I changed nothing. Maybe I can figure out the error, which occurs in the older versions.

    Thanks for your help, haakonsh!

Related