How do I use the nRF5 Connect SDK for dynamic multi-protocol development

Dear all and Nordic Staff:

I am learning about dynamic multiprotocols and found examples of dynamic multiprotocols for Thread and BLE in the "nRF5 SDK for Thread and Zigbee". But I want to finish this case in nRF5 Connect SDK.

My question is whether I can implement such a port, or whether there are already dynamic multi-protocol implementations in the nRF5 Connect SDK.

Thank you for your help.

Best regards.

Parents Reply
  • Hi Lipeng,

    One main reason is that the nRF Connect SDK integrates the Zephyr RTOS, compared to the bare-metal nRF5 SDK.

    The SoftDevice controller in the nRF Connect SDK still provides the multi-protocol support used in the SoftDevices in the nRF5 SDK, but the overlaying API is different. The MPSL also provides multiple additional features other than multiprotocol support and timeslots, such as TX power control, clock control, as well as IEEE 802.15.4 and Bluetooth external radio coexistence.

    Best regards,
    Marte

Children
Related