This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

802.15.4 and BLE multiprotocol requirement

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

Parents
  • Hi,

    It looks like this example includes a precompiled library of the 802.15.4 radio driver with softdevice support, so I do not see why that should not work. However, note that I have not tested this myself. Please let me know if you face any issues with this approach and I will try to help you out!

    The 802.15.4 Wireless UART example in the SDK is using a 3rd party 802.15.4 MAC and PHY library and is not compatible with our multiprotocol solution.

    Best regards,
    Jørgen

Reply
  • Hi,

    It looks like this example includes a precompiled library of the 802.15.4 radio driver with softdevice support, so I do not see why that should not work. However, note that I have not tested this myself. Please let me know if you face any issues with this approach and I will try to help you out!

    The 802.15.4 Wireless UART example in the SDK is using a 3rd party 802.15.4 MAC and PHY library and is not compatible with our multiprotocol solution.

    Best regards,
    Jørgen

Children
No Data
Related