HI i want to use nRF52840 as Zigbee HA1.2 Coordinator, how to coding ?
nRF52840 support this stack or not ?
Thank
HI i want to use nRF52840 as Zigbee HA1.2 Coordinator, how to coding ?
nRF52840 support this stack or not ?
Thank
Hi UL Dara,
There should be no need to register a key. It should just work You code looks fine.
I would put the "zb_bdb_set_legacy_device_support(0);" a couple of lines further, after checking status to be RET_OK. That way, this code will be executed only if the coordinator is able to create a new Zigbee network.
What is the current status of your interoperability test? Were you able to add new devices using my advices?
Dear tomchy
i can add zigbee devices to Coordinator, but i didn't see and traffic from device.
i'm sure device connected with coordinator how to enable traffic log ?
Thanks