Hi
Is there any ready-to-use SDK example that demonstrates how the 2MPHY functionality is exercised on the nrf52810? We have gone through SDK15.0.0 but it appears that all the 2MPHY examples are for the nrf52832 and nrf52840.
Thanks
Youssif
Hi
Is there any ready-to-use SDK example that demonstrates how the 2MPHY functionality is exercised on the nrf52810? We have gone through SDK15.0.0 but it appears that all the 2MPHY examples are for the nrf52832 and nrf52840.
Thanks
Youssif
Hey Youssif,
The API is the same for S112 and S132 with regards to 2mbps PHY update. This means that you should be able to copy the code relevant for any phy update and use in a S112 application.
See the Message Sequence Charts for PHY Update Procedure for an overview of the procedure, sd_ble_gap_phy_update API reference, and the SDK examples for S132s implementation of the PHY update.
Cheers,
Håkon.