2022-03-22 10:28 AM
I'm not sure what is wrong and I have not edited the example project code. I have flashed the appropriate firmware to the MCUs as well.
2022-04-12 02:15 AM
Hello,
Are you running your application in a very noisy environment ?
Eventually, you may try using another channel for instance number 15,20 or 25. By default, the OnOff Application is using channel 13, but you can try to change this value. To do so, you need to open app_zigbee.c file and change the value of the define named CHANNEL : (#define CHANNEL xx)
Of course, you need to do the update on both projects : On the Zigbee_OnOff_Server_Coord project and Zigbee_OnOff_Client_Router project.
Best Regards