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

Zigbee Door Lock Example Problem

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?

Parents
  • Hi,

    Is LED3 on the door lock ON or OFF (indicating that the door lock has been commisioned to the network)? From the screenshots of the sniffer trace you published it doesn't look like the door lock has been commisioned to the coordinator's network. Try doing a --eraseall on the door lock to erase any existing network keys before flashing the example again, and try to commission the door lock again. If you are still struggling you can share the whole sniffer log .pcapng file here to have more information about what it's happening.

    Best regards,

    Marjeris

  • Any updated?

    I have found that The Zigbee Door Lock Example higher than SDK version 4.0.0 doesn't work at all.

    I tested like this.

    Coordinator Example: examples\zigbee\experimental\cli\cli_agent_router

    Board: PCA10059

    SDK: V4.0.1

    Door Lock Example: examples\multiprotocol\ble_zigbee\ble_zigbee_dynamic_door_lock_nus

    Board: PCA10056

    SDK: V3.2.0

    It works for me.

Reply Children
Related