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
  • The Zigbee implements features up to the application layer of the OSI model. We just need the PHY and MAC layers implemented. Also note that the IEEE 802.15.4 standard defines only these layers. What we need is basically the implementation of this standard. 

    There is a 802.15.4 library named nRF_802_15_4_lib.a (or something like that) in the example project (wireless_uart) provided in the nRF SDK. The file is located inside the components folder as far as I remember. That library is exactly what we need but the SDK does not include the source files of it.

Children
Related