Other Parts Discussed in Thread: Z-STACK, CC2530
hi,
i am using CC2530DK to develop a small light switch based on the z-stack for home automation purpose.
i am using a coordinator from Netvox which works with all the end devices properly.
i tried to build a end device on the CC2530 and try to associate with the coordinator. the association happens properly. after association it restarts.
i have enabled the following
-DSECURE=1
-DNV_INIT
-DNV_RESTORE
and the coordinator is using the standard network key.
after association the coordinator sends transport key and the end device doesn't respond to it.
end device keeps sending data request and restarts after some time.
restart happens at this piece of code.
if ( ZG_SECURE_ENABLED && ( ZDApp_RestoreNwkKey() == false ) )
{
// wait for auth from trust center!!
devState = DEV_END_DEVICE_UNAUTH;
// Start the reset timer for MAX UNAUTH time
ZDApp_ResetTimerStart( 10000 );//MAX_DEVICE_UNAUTH_TIMEOUT );
}
is there any reason why this happens?
ti sniffer file - 7532.device association.psd
one more thing what is observed is that i monitored through Peryton and saw that after the
why is the physical address changing.
actually if we observe the other end devices after transport key they resend the device announce. why is that not happening.
pls help us to resolve the issues as we are targeting to complete the R&D and go to mass production asap.
regards,
Pradeep.
