Hello,
For my project, I want to develop a Zigbee coordinator for the Thingy:91 that receives reports from end devices and it publishes the values to the cloud. I've developed a coordinator using the nRF5340DK, which has a compatible coordinator sample, and now I want to implement that on the nRF52840 of the Thingy:91.
Only enabling CONFIG_ZIGBEE=y gives errors (building for thingy91_nrf52840), I suppose because the hardware files are not configured to have support for Zigbee.
Can anyone tell me which changes should I have to do to be able to use the Zigbee for this board?
Thank you very much.