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

esb and ble multiprotocol switch manually

Rather than using previous timeslot examples for esb and ble multiprotcol, can we manaully switch between both protocol, what kind of process need to switch from ble to esb and switch from esb back to ble

  • Hi Dave

    I think the best example for this is the ble_app_gzll example, which is included with SDKv14.2 (and earlier):
    \nRF5_SDK_14.2.0\examples\multiprotocol\ble_app_gzll

    You would have to replace Gazell with ESB, but the enable and disable procedure for both of these protocols are very similar.

    As you can see from the example you essentially have to disable the currently running protocol and enable the other one each time you make the switch.

    Best regards
    Torbjørn

Related