nRF52840 Zigbee Support

Hi all!

I’m looking for a way to utilize the Zigbee communication protocol on the nRF52840. I’ve done some research and I’m not able to find any examples of this being done with PlatformIO. Is Zigbee on this platform supported through PlatformIO or would I have to use Nordic Semiconductor’s SDK for Zigbee?

Thank you in advance.

you need to use Nordic SDK…
Nordic Zigbee use ZBOSS precompiled libraries

1 Like

BTW: HINT for the hackers :grinning:
This libraries can be used from other Cortex M4 SoC-s
example: Texas Instruments CC26x2

Arduino / Zigbee - there is not free solutions … stack is “hard”, but: Nothing is impossible…