Zigbee End Device Sample App

Introduction

This document discusses briefly the template code provide for developers to create its own application with the minimum required overhead.

Hardware Prerequisites

Software Prerequisites

Functional Description

Software Overview

This section describes the software components and the corresponding source files.

Application Files

Configuration With SysConfig

SysConfig is a GUI configuration tool that allows for TI driver and stack configurations. With this Z-Stack Sample App project, the Zigbee Application Builder is supported in Sysconfig so the user can also configure the Zigbee application device type, clusters, attribute, commands, and command callback APIs required.

To configure using SysConfig, import the SysConfig-enabled project into CCS. Double click the *.syscfg file from the CCS project explorer, where * is the name of the example project. The SysConfig GUI window will appear, where Zigbee stack and TI driver configurations can be adjusted. These settings will be reflected in the generated files.

The example project comes with working default settings for SysConfig. For the purposes of this README, it is not recommended to change the default driver settings, as any changes may impact the functionality of the example. The Zigbee stack settings may be changed as required for your use case. For more information on how to use the Application Builder, please refer to the Z-Stack SDK Documentation and the SimpleLink Academy modules for Z-Stack.

Note that some Z-Stack settings are stored in non-volatile storage, and Z-Stack prioritizes stored settings over SysConfig settings. To guarantee SysConfig settings are applied, perform a factory reset of the device to clear non-volatile storage.

Example Usage

This application only provides two buttons as the most basic interface to create/join a network and reset the application to factory default state.

Buttons