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

Using 802.15.4 API on nRF52833

Hello,

We would like to develop a wireless sensor network using the 802.15.4 stack in nRF SDK. 

I wanted to know if it is possible to port the existing 802.15.4 example project for nRF52840 (wireless_uart) to nRF52833. Or is there any other way we can find a 802.15.4 stack for nRF52833? The product page says it supports Thread and Zigbee. How do those stacks work without an 802.15.4 API?

Thank you.

Parents Reply
  • Hi,

    Sorry I may have misunderstood your question. The nRF 802.15.4 radio driver provides the PHY layer implementation and is independent of the 802.15.4 MAC layer, so it allows the driver to use any IEEE 802.15.4 MAC based stacks as for example Thread, Zigbee etc. If you want to implement your own 802.15.4 stack this would be the starting point.

    But association mechanism, mlme_scan and other MAC features are not implemented there and will need to be implemented by you.

    If you are looking for a fully implemented 802.15.4 stack like Zigbee or Thread we also provide a nRF5 SDK for Thread & Zigbee.

    Best regards,

    Marjeris

Children
Related