SDK: nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
I get started with Zigbee Door Lock Example in https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_multi_dynamic_door_lock_nus_example.html.
My configuration is like this.
Door Lock Example: examples\multiprotocol\ble_zigbee\ble_zigbee_dynamic_door_lock_nus
Board: PCA10056
Coordinator Example: examples\zigbee\experimental\cli\cli_agent_router
Board: PCA10059
and I setup the coordinator following commands.
and, I execute command to get door lock address following a pic.
But, It can't find the door lock.
I checked RF channel and zigbee data in same channel via sniffer.
The coordinator obviously send request match_desc data.
But, the door lock just send beacon request not response.
The door lock can be control via bluetooth uart service.
What am I missing in this example?