This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2650STK: Zigbee Network with CC2650 SensorTag (end device) and DIGI CPX4 Gateway (coordinator)

Part Number: CC2650STK
Other Parts Discussed in Thread: Z-STACK, CC-DEVPACK-DEBUG, CC2650, Z-STACK-ARCHIVE, CC2630

Tool/software: Code Composer Studio

Hello everyone,

I tried to read on this forum and on the DIGI International forum but it is not clear how to solve the problem.

I bought some CC2650STK cards and the CC-DEVPACK-DEBUG; the idea is to use CC2650STK as END-DEVICE (ZED) in a Zigbee network.

The network topology that I intend to use is simple:
  • The DIGI CPX4 gateway is configured as a coordinator of the Zigbee network.
  • CC2650STK modules as END-DEVICE Zigbee.


The CPX4 Gateway must be able to see the sensor nodes (CC2650STK) and receive the following information from them:

  • Battery level
  • Temperature value
  • Humidity value
  • Acceleration value *


* The idea is to read the acceleration values ​​for tot seconds (for example 5 seconds) and send: average, min and max.



I saw that from the Android application (or OS) there is the possibility to download the Zigbee firmware to be uploaded to CC2650STK; this is not enough (at least in the initial phase) to be able to read from the gateway (coordinator) CPX4?

After implementing this (when the previous steps have been implemented) I need to:

  • Change the configuration of the CC2650STK on the fly (OTA) via the CPX4 (for example, simply change the "reading range" from the modules).

Thanks to everyone!