Hi, all!
I'm using Nordic's sample program.
"Zigbee Light Control example"
https://infocenter.nordicsemi.com/topic/sdk_tz_v4.0.0/zigbee_example_light_control.html
has worked well.
"Testing" - "Zigbee CLI Agent example"
infocenter.nordicsemi.com/.../zigbee_example_cli_agent.html
It also worked well.
Next.
"Using CLI to control lighting devices"
infocenter.nordicsemi.com/.../zigbee_example_cli_agent.html
want to do.
I started nRF52840 where I wrote this. -> examples\zigbee\light_control\light_bulb
Next I wrote this in nF52840. -> examples\zigbee\experimental\cli\cli_agent_router
and typed the following
> bdb role zc
Coordinator set
Done.
> bdb start
Started coordinator
Done.
> bdb legacy enable
Done.
> zdo match_desc 0xfffd 0xfffd 0xxc05e 1 0 0
Sending broadcast request.
Done.
The nRF52840 for which light_bulb was written cannot be detected.
Any help?