Co-ordinator delete node information

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

Co-ordinator delete node information

833 次查看
hongpengxie
Contributor II

In JN516X, how to delete joined nodes in the Co-ordinator . Except using ZPS_eAplZdoLeaveNetwork ().

0 项奖励
回复
2 回复数

685 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi,

Please take a look at the next API eCLD_IdentifyEZModeInvokeCommandSend(); You can send a command request (factory reset)

https://www.nxp.com/docs/en/user-guide/JN-UG-3103.pdf?fsrch=1&sr=3&pageNum=1 

Best Regards,

Mario

685 次查看
davidashraf
Contributor V

Hello hongpengxie‌ 

You can try the following , 
use this function in your coordinator code initialization
PDM_vDeleteAllDataRecords();
You can make it called according to a button pressed on the coordinator for example

You can find a sample implementation to this in AN-1229 in app_coordinator.c in APP_vInitialiseCoordinator(void)

Regards

0 项奖励
回复