802.15.4 and Bluetooth client Multiprotocol with nRF5340

Hi,

 4 years ago we implemented a 802.15.4 and Bluetooth Multi protocol project on the nrf52840. Our application continuously ran 802.15.4 and bluetooth was just used for DFU. This has served us very well.

  nrf52840 Bluetooth and 802.15.4 multiprotocol example project 

We are looking to do the same on the nrf5340. I've had an initial look at it and it looks a lot more complicated.

1. Can we do the same thing? Application will runs 802.15.4 all the time and uses BT for DFU?

2. For the nrf5340 we have to use nRFConnect. I think that means I no longer use the nRF SDK for thread and zigbee, the radio-driver and my own 802.15.4 stack which I had to use for the nrf52840.

3. Is there an example I could use for this please? I would prefer to carry on using Segger Studio.

kind regards

Liam

Related