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
  • I don't think the driver you provided is in accordance with the IEEE 802.15.4 standard.

    For instance; I couldn't find any function that implements MLME-SCAN.request primitive in section 7.1.11.1. How do I find available PANs in the local area?

    I also could not find an association mechanism like the one described in the standard.

    Do I have to implement all these mechanisms myself or am I missing something?

    Thank you.

Children
Related