Data Sheet
ZIGBEE Firmware Function Description:
1、Suitable for MCU: CC2530
2、Adopt protocol stack version: ZStack-CC2530-2.5.1a
3、Support AT commands
4、Support status indicator I/O
5、Serial port I/O:P02/P03
6、Support automatic recovery network state after power-off rest.
7、Offer programming instruction as well as support transparent data upload of non-AT command
modules and AT command modules.
AT Commands:
I. Serial port configuration by default: Baud rate (9600), no parity, data bit (8), stop bit(1) and
no flow control.
II. Command and data format:
1.AT command format: AT+command type=Parameter1, parameter 2…
The format of parameters is 16 hexadecimal number to 16 hexadecimal character. If you set IEEE
address parameter as 8 bytes (0x01,0x02,x03,0x04,0x05,x06,0x07,0x08), then AT command
parameter is a character string of sixteen characters “0102030405060708”.
2.Data format:
The format of parameters is 16 hexadecimal number to 16 hexadecimal character, as we mentioned
above.
A) When Zigbee non-coordinator device is incorporated into network, it automatically sends
report packet including its own IEEE address and short address to a coordinator without manual
intervention. The format is +ZBC=<logicalType>,<localshortddr>,<localieeeaddr><\r\n>.
B) Zigbee non-coordinator device directly receives serial port data and sends it to coordinator after
converted to data packet “+ZBD=<localieeeaddr>,<data><CR><LF>” by modules and then
outputs through serial port.
C) The coordinator receives and sends data according to the format of
+ZBD=< localshortddr >,<data><CR><LF>
D) After coordinator resets or starts normally and builds up a network successfully, the serial port
will output:
+RST 00,0000,1112131415161718,1256,13