Hi,
We using nRF Connect SDK,
We founded that there is some command missing if compare to nRF5 SDK (Zigbee & Thread), example, cmd, bind & subscribe
Any other document for us to refer, or how can we enable this part?
BR,
KL
Hi,
We using nRF Connect SDK,
We founded that there is some command missing if compare to nRF5 SDK (Zigbee & Thread), example, cmd, bind & subscribe
Any other document for us to refer, or how can we enable this part?
BR,
KL
Hi KL,
Command for binding is available in Zigbee Shell:
zdo bind on: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/zigbee/lib_zigbee_shell.html#zdo-bind-on
But most of the ZCL commands are missing as they are to be ported yet. What you can do in the meantime is to use the CLI example for nRF5 SDK.
Best regards,
Marjeris
Hi KL,
Command for binding is available in Zigbee Shell:
zdo bind on: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/zigbee/lib_zigbee_shell.html#zdo-bind-on
But most of the ZCL commands are missing as they are to be ported yet. What you can do in the meantime is to use the CLI example for nRF5 SDK.
Best regards,
Marjeris