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,

    The 802.15.4 library in the nRF SDK is different from the nRF 802.15.4 radio driver on github, I will need to check with the developers for more information about 833 support on this one.

    But as far as I know the radio frontend of the 833 is very similar to 840 so you can always try to port the example to 840. You will need to change the board definition and board config, and also change the flash an RAM sizes.

    Best regards,

    Marjeris

Children
Related