nRF5 SDK for Thread and Zigbee v1.0.0
Getting Started with Zigbee

nRF5 SDK for Zigbee is intended for use with the nRF52840 Development Kit.

The SDK provides precompiled ZBOSS libraries for GCC and IAR. The GCC library was built on Linux with arm-none-eabi-gcc version 6.3.1. The IAR libraries were built with IAR Workbench 7.80.2.

Every Zigbee example can be built with various toolchains and IDEs. Currently, the following build methods are provided:

Environment setup

You must install a set of tools to complete the environment setup process.

Linux

Make

First, make sure that you have the make tool installed on your system. To do this, run the following command:

$ which make

If the command does not provide output, you must install the make tool. Refer to the documentation of your Linux distribution for information on how to download and install it.

GNU ARM Embedded Toolchain

To be able to compile projects for the nRF52840 Development Kit, you must install the GNU ARM Embedded Toolchain in version 6.3.1. You can download this version from GNU ARM Embedded Toolchain. Make sure to install it in the /usr/local/gcc-arm-none-eabi-6-2017-q2-update folder.

If you already have another version of arm-none-eabi installed, you can modify the default path in the following file: <InstallFolder>/components/toolchain/gcc/Makefile.posix.

SEGGER J-Link

To enable communication between devices, you need the SEGGER J-Link utility. You can download the latest version from the J-Link Download page.

Note
Due to a known issue in Segger’s J-Link firmware, depending on your operating system and version, you might experience data corruption or drops if you use the serial port. You can avoid this issue by disabling the Mass Storage Device:
  1. On Linux open JLinkExe from the terminal. On Microsoft Windows, open the J-Link Commander application.
  2. Run the following command:
    MSDDisable

nrfjprog

You need the nrfjprog tool to program the nRF52840 chips. The latest version of this tool can be found on the nRF52840 product website.

Windows

Make

The make tool, required to build GCC projects, is not natively available on Windows. However, the MinGW package can be used to install it:

  1. Download the MinGW installer. The 32-bit version is recommended.
  2. Run the downloaded binary and select the folder where the MinGW toolchain will be installed. The recommended path is C:\MinGW
  3. When the first part of the installation is finished, the MinGW Installation Manager opens.
    qsg_mingw_intall_manager.png
    MinGW Installation Manager

  4. From the package list, select mingw32-base and msys-base. Then, click Installation -> Apply changes to install the selected items.
  5. Add the following paths to the PATH variable in your system:
    • C:\MinGW\bin
    • C:\MinGW\msys\1.0\bin
      To do so, right-click My computer, select Properties -> Advanced system settings -> Environment Variables and double-click the PATH variable. Then, append the existing string with the two paths, each preceded by a semicolon, for example:
      …; C:\MinGW\bin;C:\MinGW\msys\1.0\bin
      System reboot might be required for the new paths to work properly.
  6. After the installation process finishes, open the command prompt and verify that it succeeded. To do this, check that the Msys environment was set up correctly by running the following command:
    uname -–operating-system
    You should receive the following result:
    qsg_sysinfo.png
    System information
  7. Additionally, check that the make tool was installed correctly by typing make --version and pressing Enter. If there are no errors during installation, the following message is displayed:
    qsg_version_info.png
    Version information
    GNU ARM Embedded Toolchain

To be able to compile projects for the nRF52840 Development Kit, you must install GNU ARM Embedded Toolchain version 6.3.1. You can download this version from GNU ARM Embedded Toolchain. It is recommended to install it in the default directory: C:\Program Files (x86)\GNU Tools ARM Embedded\6 2017-q2-update.

If you already have another version of arm-none-eabi installed, or have installed it in a different directory, you can modify the default path in the following file: <InstallFolder>\components\toolchain\gcc\Makefile.windows.

nRF5x Command Line Tools

To communicate with and program the nRF52840 Development Kit, you need the SEGGER J-Link and nrfjprog tools. Download and install the latest version of nRF5x Command Line Tools from the nRF52840 product website. This package includes the latest version of SEGGER J-Link and nrfjprog utilities.

For Windows environment, add nrfjprog installation directory (for example C:\Program Files (x86)\Nordic Semiconductor\nrf5x\bin\) to your system PATH variable after the installation is complete.

Note
Due to a known issue in SEGGER’s J-Link firmware, depending on your operating system and version, you might experience data corruption or drops if you use the serial port. You can avoid this issue by disabling the Mass Storage Device:
  1. On Linux open JLinkExe from the terminal. On Microsoft Windows, open the J-Link Commander application.
  2. Run the following command:
    MSDDisable
If you experience communication issues with the nRF52840 Development Kit, it is recommended to use the latest version of SEGGER J-Link. The installer can be found on the J-Link Download page.

Building examples

Building an example with GCC

To build an example with GCC, perform the following steps:

  1. Open Windows command line or Linux terminal.
  2. Navigate to the selected example folder, and then to the armgcc project directory, for example: <InstallFolder>/examples/zigbee/experimental/light_control/light_bulb/pca10056/blank/armgcc.
  3. Run the make command in this folder. If the environment was set up correctly, the build process will start.
  4. The build process produces the HEX file inside the _build folder: <InstallFolder>/examples/zigbee/experimental/light_control/light_bulb/pca10056/blank/armgcc/_build/nrf52840_xxaa.hex.
    Note
    If you experience difficulties when running the make command on Windows, make sure that you do not have any other make instances from other toolsets like Cygwin or GnuWin32 in your PATH variable.

Building an example with IAR

To build and example with IAR, perform the following steps:

  1. Open IAR Embedded Workbench.
  2. Select File->Open->Workspace... and navigate to the selected example folder. Open the selected workspace, for example <InstallFolder>/examples/zigbee/experimental/light_control/light_bulb/zigbee_light_bulb.eww
  3. Build the example with Project->Make.
  4. You can program the nRF52840 Development Kit directly from IAR Embedded Workspace (Project->Download And Debug), or use nrfjprog as described below.

Running examples

To program the nRF52840 Development Kit, first connect it to your computer with a USB cable. When your board is detected, you can download the example as described below.

Running an example without the SoftDevice

To program the device, run:

nrfjprog -f NRF52 --chiperase --program _build/nrf52840_xxaa.hex

To reset the device, run:

nrfjprog -f NRF52 -r

For a list of available nrfjprog commands, run:

nrfjprog --help

Optionally, when using GCC, you can type the following commands:

nrfjprog -f NRF52 -e
make flash

Running an example with the SoftDevice

The SoftDevice is used by the multiprotocol examples.

To write SoftDevice to the device, run:

nrfjprog -f NRF52 --chiperase --program <InstallFolder>\components\softdevice\s140\hex\s140_nrf52_6.0.0_softdevice.hex

To write an application to the device, run:

nrfjprog -f NRF52 --sectorerase --program _build/nrf52840_xxaa.hex

To reset the device, run:

nrfjprog -f NRF52 -r

Optionally, when using GCC, you can type the following commands:

nrfjprog -f NRF52 -e
make flash_softdevice
make flash

More information

See the following topics for further introduction into Nordic Semiconductor's ZigBee implementation.

Multiprotocol support

Zigbee hardware requirements


Documentation feedback | Developer Zone | Subscribe | Updated