Procedure to Change Coordinator Zigbee Channel

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Procedure to Change Coordinator Zigbee Channel

跳至解决方案
1,388 次查看
zigbee1
Contributor III

I'm currently trying to understand how to get the coordinator able to change from one zigbee chanel to an other one.

JN-AN-1247-Zigbee-3-0-ControlBridge and Jn5189

My investigations are on the usage of ZPS_eAplZdpMgmtNwkUpdateRequest() which if I well understood is an implementation of the ZDP Mgmt_NWK_Update_req  (cluster 0x0038)  specifications.

While I see the controler moving to the channel specified in the call, I do not see any announcement prior to this change to inform ALL devices (and especially ZR) of such change.

The end result, is the Controler is alone, and none of the Router have move to the new channel.

 

Am I missing one step ?

 

here after is the the way ZPS_eAplZdpMgmtNwkUpdateRequest() is called:

u32ChannelMask = 0x00008000 // Channel 15

u8ScanDuration = 0xfE // Radio channel change

u8ScanCount = 0x00

u16NwkManagerAddr = 0x0000 // Controler network address

标签 (2)
标记 (1)
0 项奖励
1 解答
1,367 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

HI @zigbee1,

 

I am hope you are doing great.

I checked the variables that your are using. What is the Destination that you are using?

Please look at the values that I am using with the ZWGUI Tool.

mario_castaneda_0-1621954978983.png

Also, please look at the next image using a sniffer. I am seeing the NWK Update Request and also the router is sending the broadcast

mario_castaneda_1-1621955051014.png

At the end, the router changes jump to the channel that was set by the coordinator.

mario_castaneda_2-1621955174402.png

 

Regards,

Mario

 

 

 

 

 

在原帖中查看解决方案

0 项奖励
2 回复数
1,362 次查看
zigbee1
Contributor III

Mario, thanks it works. My issue was that I was not using broadcast FFFF for the destination address but 0000 .

0 项奖励
1,368 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

HI @zigbee1,

 

I am hope you are doing great.

I checked the variables that your are using. What is the Destination that you are using?

Please look at the values that I am using with the ZWGUI Tool.

mario_castaneda_0-1621954978983.png

Also, please look at the next image using a sniffer. I am seeing the NWK Update Request and also the router is sending the broadcast

mario_castaneda_1-1621955051014.png

At the end, the router changes jump to the channel that was set by the coordinator.

mario_castaneda_2-1621955174402.png

 

Regards,

Mario

 

 

 

 

 

0 项奖励