Hello everyone.
I'm trying out the "Zigbee Multi Sensor Example".
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
When both are powered on, the nRF52840 of the multi_sensor firmware outputs the following.
<info> app: Production configuration is not present or invalid (status: -1)
<info> app: Zigbee stack initialized
<info> app: Production configuration is not present or invalid (status: -1)
<info> app: Zigbee stack initialized
<error> app: Failed to join network (status: -1)
<error> app: Failed to join network (status: -1)
<error> app: Failed to join network (status: -1)
<error> app: Failed to join network (status: -1)
<error> app: Failed to join network (status: -1)
<error> app: Failed to join network (status: -1)
<error> app: Failed to join network (status: -1)
The CLI firmware, nRF52840, inputs and outputs the following
> bdb role zc
Coordinator set
Done.
> bdb start
Started coordinator
Done.
> zdo match_desc 0xff 0xff 0xff 0x0104 2 0x0402 0x0403 0
Sending broadcast request.
>
Done.
infocenter.nordicsemi.com/.../zigbee_multi_sensor_example.html
said as
> zdo match_desc 0xff 0xff 0xff 0x0104 2 0x0402 0x0403 0
src_addr=05B9 ep=10
Done.
but I don't get that kind of response.
Any help?
Translated with www.DeepL.com/Translator (free version)