Hello,
I'm new to Nordic Zigbee solutions and where to find information so hoping someone can point me in right direction.
Using 2 nrf52840-DK boards. One is flashed with Nordic Zigbee Network coordinator example. The other is the Nordic Zigbee Ligh bulb example.
Using the example default configuration for libraries etc.
I use the BDB and ZCL commands to control coordinator through PuTTY terminal window. See screen shot.
- Other than the terminal "help" for API commands syntax, is there some more detailed documentation available?
I see a lot of ZCL_xx documented definitions but it's unclear how this related to what the valid ZCL and BDB commands are in terminal. Ex: "BDB start" starts a new PAN and open network for 180 sec for zigbee nodes to join. - Is there a "CLOSE" network BDB or ZCL or other command I can use? I don't want to wait 180 sec if device joins quickly. Any suggestions how to close the PAN with a command and not wait for time-out?
- I was not able to make "ZCL attr" cmd to work. Are there there any examples of the command on how to read the attributes and clusters supported on a device (the Nordic Zigbee lightbulb as example) It should show support of LIGHT and ON/OFF/DIM.
I also tried reading a Securafi smart plug that connected to pan with no luck.
Thanks in advance!