Co-ordinator delete node information

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Co-ordinator delete node information

612 Views
hongpengxie
Contributor II

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

0 Kudos
2 Replies

464 Views
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

464 Views
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 Kudos