Multiprotocol with thread and BLE in nrf Connect

Hello, we are currently working on a project trying to merge BLE and thread on a same SoC. We´ve found a cli example of openthread which can be used as dynamic multiprotocol. We have enabled the Bluetooth option on the nrf kconfig GUI but we´ve  been encountered with several problems in the building process. Specifically when it is linking to the device. Do we need to enable other options? Is there another way to implement BLE with openthread?

Thank you in advance! 

 

  • Hello,

    You can try the coap_client sample. When you build with the overlay-multiprotocol_ble.conf, it should add the Nordic UART Service (NUS) as a bluetooth service. It is up to you whether you include the overlay or if you copy the content of it into the prj.conf.

    If that doesn't work, and you still get build errors, please upload the build log, so that I can have a look.

    Best regards,

    Edvin

Related