How to debug STM32WB55 Zigbee application ?
Hello,
I'm working on a project using Zigbee as main communication network.
In this project we develop two devices :
- One as server and coordinator
- One as client and router
We based our hardware on STM32WB5MMG.
I used the examples of Zigbee_OnOff_Client_Router and Zigbee_OnOff_Server_Coord to understand how to develop our application.
I'm actually stuck at a point where mu client router cannot connect to the coordinator and the join status is ZB_APS_STATUS_SECURITY_FAIL.
I don't know how to solve this error, the preconfiguredLinkKey are the same, exactly as in the examples.
I think the problem come from the coordinator because if I use the coord example in a nucleo board, my router device is able to connect to it... but I haven't been able to find th differences between my coord and the example and I can't find a lot of documentation on how to debug this kind off errors.
Can anybody help me ?
Thanks in advance and have a nice day.