how to set phy to 125 kbps in nrf 52840?

Hi,

I am using zephyr application. I need your guidance on how to set phy to 125 kbps?

I enabled some configurations regarding this please verify that and let me know is that enough to set phy to 125 kbps.

CONFIG_BT_AUTO_PHY_UPDATE=y
CONFIG_BT_CTLR_PHY_CODED=y
CONFIG_BT_PHY_UPDATE=y
Parents
  • Hi

    You should only need the following to set the application to use Coded PHY (125 kbps) in NCS:

    CONFIG_BT_CTLR_ADV_EXT=y
    CONFIG_BT_CTLR_PHY_CODED=y
     
    You probably should not enable the CONFIG_BT_AUTO_PHY_UPDATE since this lets the application automatically update the PHY if you want to only stay at Coded PHY. 
    What application specifically are you using for testing here, so I can test on my end if you're still having issues on your end.
     
    Best regards,
    Simon
Reply
  • Hi

    You should only need the following to set the application to use Coded PHY (125 kbps) in NCS:

    CONFIG_BT_CTLR_ADV_EXT=y
    CONFIG_BT_CTLR_PHY_CODED=y
     
    You probably should not enable the CONFIG_BT_AUTO_PHY_UPDATE since this lets the application automatically update the PHY if you want to only stay at Coded PHY. 
    What application specifically are you using for testing here, so I can test on my end if you're still having issues on your end.
     
    Best regards,
    Simon
Children
No Data
Related