Zigbee OTA Server Example App

Introduction

This document only discusses how to commission OTA server application into a network, as details on how OTA upgrade process is done is fully described in Z-Stack OTA Upgrade User’s Guide.

Hardware Prerequisites

Software Prerequisites

Example Usage

This sample application is meant to be used along with OTAServer desktop application provided in Z-Stack SDK in tools folder. The serial interface must be configured with the following serial parameters:

    Baud-rate:     115200
    Data bits:          8
    Stop bits:          1
    Parity:          None
    Flow Control:    CTS/RST

To commission the device into the network press the button 1 (BTN-1) or use the interface provided in the desktop application. To fully run a OTA upgrade process, a Client Device is also required. Further details on how to setup the devices, generate the binaries, use the desktop application and complete a full OTA upgrade are described in Z-Stack OTA Upgrade User’s Guide.