|
Zigbee protocol stack is based on 2006 specifications and runs on ARM processor. Architecture allows it to be ported on any CPU and it can work with any radio. A development platform is provided with ARM 7 LPC2xxx and Ubec RF.
The software consists of upper network protocol layer (Zigbee stack) to communicate with ZDO. The software also consists of AT command set for configuring and managing the services & as well as application frame work. The software component is primarily composed of following sub-modules - Main routine
- AT command handler
- RF layer module
- MAC layer module
- Zigbee layer module
- Zigbee application module
- EEPROM module

Zigbee protocol stack
|