I have a requirement for BLE and 802.15.4 stacks in a multiprotocol environment. I have looked at the sample at NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver on github.
I do however prefer to use one of the existing examples and found that the BLE and Zigbee Template Example looks like a good starting point.
Am I correct in assuming that if I removed the references and dependencies to Zigbee from that project that i can use the template for my implementation.
Is the 802.15.4 library referenced by the project equivalent to the sample code within the github radio driver examples.
I have looked at the wireless uart example, but the state machine appears quite complex and I would prefer not to try and understand it.
Thank you