Changes between Version 41 and Version 42 of node-contiki


Ignore:
Timestamp:
Oct 6, 2010, 1:22:57 PM (14 years ago)
Author:
petsku
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v41 v42  
    194194
    195195
    196 == Program Tmote Sky node with contiki-2.4 and sensei components ==
     196== Program Tmote Sky node with contiki-2.4 and Sensei components ==
    197197
    1981981. Download and install Contiki-2.4 as instructed in Section 3.1
     199
     200**Note: If you want to program a node with source code, please continue to step 2. If you don't need source code or you don't have access to the Sensei SVN, you can program a node with binary file with less steps. If you choose to program a node with binary file, please move to Section "Program Tmote Sky node with binary file".
    199201
    2002022. Copy coap/ and sensei/ folders from svn (node-contiki/apps/) to contiki-2.4/apps/
     
    226228* /Sensei-WP5$ cp -r node-contiki/examples/sensei-example ../contiki2.4/examples/
    227229
    228 5. Compile and program a node
     2306. Compile and program a node
    229231* contiki-2.4/examples/sensei$ make sensei.upload
    230232
    231 6. In case you want to put debug prints into the code, you can see them in serial dump
     233=== Program Tmote Sky node with binary file ===
     234
     2352. Make a new folder to examples/[[BR]]
     236contiki-2.4/examples$ mkdir sensei
     237
     2383. Download binary file and Makefile from a website and put them to the sensei folder, which was created in the previous step
     239* www.ee.oulu.fi/~ikram/sensei.sky
     240* www.ee.oulu.fi/~ikram/Makefile
     241
     2424. Program a node
     243* contiki-2.4/examples/sensei$ make sensei.upload
     244[[BR]]
     245
     246**Note: In case you want to put debug prints into the code, you can see them in serial dump
    232247* contiki-2.4/examples/sensei$ ../../tools/sky/serialdump-linux -b115200 /dev/ttyUSB0
     248[[BR]]
    233249
    234250