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

Zigbee CLI equivalent in NCS

Hi, is there anything in NCS that replaces Zigbee CLI from your last SDK?

Parents Reply Children
  • Hi,

    I believe it should work with the Zigbee shell library as well. The way the Python CLI wrapper works is that it wraps the CLI commands to Python functions, but from the device's perspective it is the same as if you send CLI commands manually in a terminal emulator. Although the Zigbee shell library in NCS works differently on the device than the CLI libraries in nRF5 SDK does, the interaction with the board from the terminal will be the same. So as long as you are using commands that are supported in the Zigbee shell library, I think it should work.

    However, we have not tested using the Python CLI wrapper with NCS, so I cannot guarantee that it will work.

    Best regards,

    Marte

Related