nrf52840 Radio Co-Processor with STM32L486 host processor

I have the next system perfectly working:

  • nRF52840 working as NCP to get OpenThread protocol.
  • STM32L486 as a host with a FreeRTOS
  • The communication between both is via UART working with SPINEL

I want to implement multiprotocol support (OpenThread + BLE). I have discovered your nRF Connect SDK v2.1.2 but I have the next problems/questions:

1º) The only sample to implement NCP is with Zephyr

2º) Is this sample what i have to implement to support multiprotocol?

3º) Which BLE sample can I use to support multiprotocol?

4º) Is spinel implemented in any sample of the previously listed?

Thanks

Related