Changes between Version 85 and Version 86 of node-contiki


Ignore:
Timestamp:
Oct 13, 2010, 10:13:35 AM (14 years ago)
Author:
petsku
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v85 v86  
    17172. Download the sensei_contiki.tar.gz package.
    1818
    19 3. Extract the sensei_contiki.tar.gz package.
     193. Extract the sensei_contiki.tar.gz package. Package contains msp430-tmote-tools-contiki and sensei-example folders.
    2020
    2121* $ tar -xzf sensei_contiki.tar.gz
    22 
    23       sensei_contiki package contains msp430-tmote-tools-contiki and sensei-example folders.
    2422
    25234. Install msp430-tmote-tools-contiki.
     
    2826* $ sudo dpkg -i msp430tools-*.deb
    2927
    30 5. Open .profile file with superuser privileges
     285. Open .profile file with superuser privileges.
    3129
    3230* $ sudo nano /home/sensei/.profile
     
    182180In this case, output should give sensei-oulu.broker.freenet6.net -address.
    183181
     182== Program Tmote Sky node with contiki-2.4 and SENSEI components ==
     183
     184Move sensei-example/ folder to contiki-2.4/examples/
     185
     186=== Program Tmote Sky node with a binary file ===
     187
     188Program a node:
     189
     190* contiki-2.4/examples/sensei-example$ make sensei.upload
     191
     192**Note: In case you want to put debug prints into the code, you can see them in serial dump
     193* contiki-2.4/examples/sensei-example$ ../../tools/sky/serialdump-linux -b115200 /dev/ttyUSB0
    184194
    185195== Download files from SVN ==
     
    198208* $ cp –r /Sensei-WP5/gateway/  ../
    199209
    200 
    201 == Program Tmote Sky node with contiki-2.4 and SENSEI components ==
    202 
    203 Copy sensei-example/ folder to the to contiki-2.4/examples/
    204 
    205 === Program Tmote Sky node with a binary file ===
    206 
    207 Program a node:
    208 
    209 * contiki-2.4/examples/sensei-example$ make sensei.upload
    210 
    211 **Note: In case you want to put debug prints into the code, you can see them in serial dump
    212 * contiki-2.4/examples/sensei-example$ ../../tools/sky/serialdump-linux -b115200 /dev/ttyUSB0
    213 
    214 
    215210== Run the SENSEI Gateway ==
    216211
    217 It is assumed that the bridge is working as background process on the system. Do the following steps to run the gateway.
     212It is assumed that the bridge is working as a background process on the system. Do the following steps to run the gateway.
    218213
    2192141. If you do not have any one these packages, install them first.