Skip to content
VincentCream edited this page Mar 20, 2017 · 3 revisions
  1. First in Terminal, build your RIOT application for any Cooja supported board/platform (e.g. make BOARD=z1)

  2. In your RIOT project folder, go to bin/boardname (e.g. z1) folder and rename projectname.elf file to projectname.z1(boardname)

  3. Now in (Contiki tool) Cooja simulation, you can add any number of this mote type (having your application) by navigating in RIOT directory to projectname/bin/boardname folder and selecting this file (projectname.z1) for creating mote in Cooja.

Clone this wiki locally