Part Number: CC2531
Other Parts Discussed in Thread: Z-STACK
Hi,
I am currently playing with CC2531 USB with custom ZNP firmware (based on Home Automation GenericApp from last version of Z-Stack) and a modified version of znp-host-framework from TI's git.
So far i have managed to do what I want. Now I am interested in setting a fixed network key each time my CC2531 starts. I did not find any relevant NV id to do so (network key distributed to a factory new device always changes). Searching in the firmware code from Z-Stack, I discovered a new ZDO command available through MT commands (MT_ZDO_EXT_UPDATE_NWK_KEY), accessible if firmware is built with flag MT_ZDO_EXTENSIONS.
Even if I can now go on with this command, I am not sure why this command is not documented in SWRA198 ("Z-Stack Monitor and Test API"). The version of the document with which I am currently working is revision 1.4 (last update from 04/09/2010). Does a more recent version exists ? If so, how to get hands on it ?
Regards,