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

Zigbee multi_sensor example

Hello! I am trying  ZigBee multi_sensor example.

(I had a question here as well. Thank you. "Zigbee multi_sensor example has not connect" https://devzone.nordicsemi.com/f/nordic-q-a/60281/zigbee-multi_sensor-example-has-not-connect )

I trace it:

infocenter.nordicsemi.com/.../zigbee_multi_sensor_example.html

I have 2 nRF52840 devices.

I wrote the multi_senror firmware for one device.

examples\zigbee\experimental\multi_sensor

I wrote the CLI firmware to the other one.

examples\zigbee\experimental\cli\cli_agent_router

CLI:

> bdb role zc
Coordinator set
Done
> bdb start
Started coordinator
Done

multi_sensor:

<info> app: Production configuration is not present or invalid (status: -1)
<info> app: Zigbee stack initialized
<info> app: Device started for the first time
<info> app: Start network steering
<info> app: Joined network successfully (Extended PAN ID: f4ce365035f26ad5, PAN ID: 0x6B2E)
CLI:
> zdo match_desc 0xffff 0xffff 0x0104 2 0x0402 0x0403 0
Sending broadcast request.
> 
> 
src_addr=17D5 ep=10

zdo ieee_addr 0x17D5

> f4ce36a90365d8fb Done

zdo eui64
f4ce365035f26ad5
Done

So, I want to bind , but I got error:

zdo bind on f4ce36a90365d8fb 10 f4ce365035f26ad5 64 0x0402 0x05b9
> 
Error: Bind/unbind request timed out

Any help?

Related