找回密码
 立即注册

微信扫码登录

查看: 201|回复: 1

Can I exchange a network to another network ?

[复制链接]

31

主题

24

回帖

423

积分

璀璨钻石

积分
423
发表于 2025-7-31 15:24:14 | 显示全部楼层 |阅读模式 来自 韩国
information
说明:   建议参照本版块置顶帖内容输入必要信息
芯片型号: tlsr8258
SDK及版本: telink_zigbee_ble_concurrent_sdk v2.4.1.0
I want to change a network to another network.

1. I commission a sampleLight(A) to a zigbee network(F).
2. I want to change zigbee channel and network id and security id of a another zigbee nerwork(G) on the sampleLight(A).
3. Thus I want to join the sampleLight(A) to another zigbee network(G).
How to work it ?
Can I get flash address of a zigbee network information (channel number, network id(pan id, ext pan id), security id, and so on) ?

27

主题

313

回帖

994

积分

版主

积分
994
发表于 5 天前 | 显示全部楼层 来自 上海
Hi,
My suggestion is to let it leave the previous network and then join the new network.

You can get the g_zbInfo (PIB/NIB...) and ss_ib through this method
  1. nv_flashReadNew(1, NV_MODULE_ZB_INFO, NV_ITEM_ZB_INFO, sizeof(zb_info_t), (u8 *)&g_zbInfo);
复制代码
  1. nv_flashReadNew(1, NV_MODULE_APS, NV_ITEM_APS_SSIB, sizeof(ss_ib), (u8 *)&ss_ib)
复制代码
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Telink forum ( 沪ICP备17008231号-1 )

GMT+8, 2025-8-31 07:40 , Processed in 0.086141 second(s), 20 queries .

Powered by Telink 隐私政策

泰凌微电子版权所有 © 。保留所有权利。 2024

快速回复 返回顶部 返回列表