I am currently reviewing Zigbee for an upcoming project using the nRF5340DK board.
The build environment is nRF Connect for VS Code Extension Pack, and I’m using SDK version 2.8.0.
Based on the coordinator and bulb sample codes, I conducted the following tests:
Added a Door Lock Cluster,
Sent lock/unlock commands from the coordinator,
And confirmed reception on the bulb.
To extract the server address, I modified and added code related to binding,
And confirmed that binding was successful on the coordinator side.
I attempted to send reports from the bulb and
Confirm reception on the coordinator,
But I’ve been unsuccessful so far.
I gathered and applied various information from online sources and managed to build successfully,
But while it seems like the bulb is sending the reports,
I cannot see any log indicating reception on the coordinator.
To be honest, I’m not even sure if the bulb is actually sending the reports correctly.
I’ve attached the source code and would appreciate any help in resolving this issue.