This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

No logs on the CLI coordinator that a new device has been added to the Zigbee network

Hello,

I'm still just starting to deal with Zigbee and I have a question. I use 2 nRF52840 chips. One as a Zigbee Coordinator (CLI in SDK\examples\zigbee\experimental\cli\cli_agent_router), the second as a Zigbee Router (any example which is not a coordinator). SDK version 4.0.0.

I figured out some of the coordinator's commands and already learned how to manage the Zigbee Router through the console. Everything works. But I just can’t get any logs (in UART) from the coordinator about the fact that a new device has been added to the zigbee network! I see this only in the logs of the device itself (Zigbee Router - [<info> app: Joined network successfully (Extended PAN ID: f4ce369d28a86677, PAN ID: 0xEADF)]). I included all available logs and still there is nothing:

  • log enable info zboss
  • log enable info zigbee.cli
  • log enable info zigbee.eprxzcl
  • log enable info zigbee.ping
  • log enable info zigbee.report

Example:

It was added to the network and wrote about this in log. Well done:

ZR, added and wrote a log. Well done!

ZC. A device was added to him, but it is silent! Not well done:

ZC. A device was added to him, but it is silent! Not well done.

Please, help!

Thanks in advance.

Related