Skip to content
steelsmithj edited this page Aug 22, 2017 · 1 revision

Clone

Open a Command Line Interface and type in the following commands:

git clone https://github.com/PureEngineering/contiki.git
cd contiki
git submodule update --init --recursive

Build

Leave the Command Line open and type in the following commands:

cd examples/canary/mqtt_protobuf_demo
make TARGET=srf06-cc26xx BOARD=canary/cc2650

Flash

Before you flash, you must connect the Canary to your laptop or desktop.

  1. Connect your XDS110 debugger that came with the CC2650 SensorTag to the JTAG adapter.
  2. Connect one end of the Ribbon cable to the JTAG adapter and the other end to the Canary.
  3. Connect the XDS110 debugger to your computer with the Micro USB cable.
  4. Press the RST button to turn on the Canary.

Open the SmartRF Flash Programmer v2 and click Refresh. You should see the Canary as a connected device.

Browse for the hex file located in the examples/canary/mqtt_protobuf_demo folder.

Check the Erase, Program, Verify boxes and flash the Canary.

Clone this wiki locally