Part Number: CC2530
Other Parts Discussed in Thread: CC2531
hi
till now i have a coordinator that it is znp
and a router that i use inner 8051 and run samplelight project on it
i wrote these lines
bdb_setChannelAttribute(true,0x2000); bdb_setChannelAttribute(false,0x0000); bdb_initialize (); afRegister(&DoorSensorEndPoint); bdb_StartCommissioning(BDB_COMMISSIONING_MODE_NWK_STEERING);
when this event is occured
DEV_ROUTER Device joined, authenticated and is a router
i rcieved this line in coordinator in znp
FEh 0Ch 45h CAh 62h 0Fh 94h 60h 6Bh 0Fh 00h 4Bh 12h 00h 00h 00h 27h
im just recieving ZDO_TC_DEV_IND but never recieved ZDO_END_DEVICE_ANNCE_IND
why is that?
what should i do?