2025-04-11 9:34 AM
Hello,
I am trying to implement a zigbee network using stm32wb55 custom board. I use STM32Cube_FW_WB_V1.21.0 zigbee examples. Everything works perfectly, but
I want to change the client/router 64 bit IEEE address, but I can't find where it is set or hard coded in the code.
I have to change it because end devices must have unique IEEE addresses.
2025-04-11 11:24 AM
Hello @UPomm
To change the extended 64bit device address, you have to us the ZbChangeExtAddr() available on the zigbee_core_wb.c file and on the chapter 4.2.13 of the AN5500 Rev1. To understand how to implement it, you have to take a look at the Zigbee_Commissioning_Server_Router example specially the app_zigbee.c file.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.