Other Parts Discussed in Thread: CC2530, TEST2
Hi Ti
i configure the cc2530 module as coordinator in the following way.
PC means Personal Computer
ZNM-Zigbee Network Module
ZNM-->PC means Response from ZNM to PC
PC-->ZNM means command sending from PC to ZNM
ZNM-->PC:
FE 06 41 80 01 02 00 02 06 01 C1
PC-->ZNM:(SYSTEM_RESET)
FE 01 41 00 00 40
ZNM-->PC:
FE 06 41 80 02 02 00 02 06 01 C2
PC-->ZNM:(ZB_WRITE_CONFIGURATION->START_UP OPTIONS->Clear only network state)
FE 03 26 05 03 01 02 20
ZNM-->PC:
FE 01 66 05 00 62
PC-->ZNM:(SYSTEM_RESET)
FE 01 41 00 00 40
ZNM-->PC:
FE 06 41 80 02 02 00 02 06 01 C2
PC-->ZNM:(ZB_WRITE_CONFIGURATION->START_UP OPTIONS->Clear only Configuration parameters)
FE 03 26 05 03 01 01 23
ZNM-->PC:
FE 01 66 05 00 62
PC-->ZNM:(SYSTEM_RESET)
FE 01 41 00 00 40
ZNM-->PC:
FE 06 41 80 02 02 00 02 06 01 C2
PC-->ZNM:(ZB_WRITE_CONFIGURATION->START_UP OPTIONS->Keep both network and config)
FE 03 26 05 03 01 00 22
ZNM-->PC:
FE 01 66 05 00 62
PC-->ZNM:(ZB_WRITE_CONFIGURATION->LOGICAL TYPE->Coordinator)
FE 03 26 05 87 01 00 A6
ZNM-->PC:
FE 01 66 05 00 62
PC-->ZNM:
FE 04 26 05 83 02 00 20 86
ZNM-->PC:
FE 01 66 05 00 62
PC-->ZNM:(ZB_WRITE_CONFIGURATION->ZCD_NV_CHANLIST)
FE 06 26 05 84 04 00 00 80 00 25
ZNM-->PC:
FE 01 66 05 00 62
PC-->ZNM:(ZCD_NV_ZDO_DIRECT_CB)
FE 03 26 05 8F 01 01 AF
ZNM-->PC:
FE 01 66 05 00 62
PC-->ZNM:(AF_Interface->AF_REGISTER)
FE 07 24 00 01 00 10 01 00 00 00 00 3c
ZNM-->PC:
FE 01 64 00 00 65
PC-->ZNM:(ZDO->ZDO_STARTUP_FROM_APP)
FE 02 25 40 00 00 67
ZNM-->PC:
FE 01 65 40 01 25 FE 01 45 C0 08 8C
ZNM-->PC:
FE 01 45 C0 09 8D
i joined the router to the above configured coordinator module.now i am sending continuously sending data from coordinator to router.the data at router received continuously from coordinator with out fail.if i reset the router module while data receiving from coordinator at that time the data is not received at router.if i send the AF_Register and AF_start request commands to the module after reset then the module is data receiving the data.i enable the NV_RESTORE in the both module but i face the above problem.what is the reason for above problem?how can i solve it?
