SL:CM motes: Unterschied zwischen den Versionen

Aus Doc-Wiki
Zur Navigation springen Zur Suche springen
imported>Arne.bochem
imported>Abochem
K
 
(2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
  +
[[Category:Sensorlab]]
 
== Hardware ==
 
== Hardware ==
 
These motes are TelosB compatible.
 
These motes are TelosB compatible.
Zeile 8: Zeile 9:
 
To install a TinyOS 2.x application, the following commands can be used:
 
To install a TinyOS 2.x application, the following commands can be used:
 
<nowiki>make telosb
 
<nowiki>make telosb
make telosb reinstall.0x0001 bsl,/dev/ttyUSB2</nowiki>
+
make telosb reinstall.0x0001 bsl,/dev/ttyUSB0</nowiki>
 
Here 0x0001 refers to the mote id in hex (1 in this case). The following way works too:
 
Here 0x0001 refers to the mote id in hex (1 in this case). The following way works too:
<nowiki>make telosb install,1 bsl,/dev/ttyUSB2</nowiki>
+
<nowiki>make telosb install,1 bsl,/dev/ttyUSB0</nowiki>
   
 
As usual, the motelist command can be used to determine the correct device name. Example output:
 
As usual, the motelist command can be used to determine the correct device name. Example output:
Zeile 16: Zeile 17:
 
Reference Device Description
 
Reference Device Description
 
---------- ---------------- ---------------------------------------------
 
---------- ---------------- ---------------------------------------------
MFVKE0IE /dev/ttyUSB2 FTDI MTM-CM5000MSP</nowiki>
+
MFVKE0IE /dev/ttyUSB0 FTDI MTM-CM5000MSP</nowiki>
   
 
An example for the command to display data received by the base station is:
 
An example for the command to display data received by the base station is:
<nowiki>java net.tinyos.tools.Listen -comm serial@/dev/ttyUSB2:telosb</nowiki>
+
<nowiki>java net.tinyos.tools.Listen -comm serial@/dev/ttyUSB0:telosb</nowiki>
   
 
== Links ==
 
== Links ==

Aktuelle Version vom 8. März 2016, 13:51 Uhr

Hardware

These motes are TelosB compatible.

Usage

MTM-CM5000MSP motes can be connected to the PC via USB directly. For MTM-CM3300MSP and MTM-CM3000MSP, the MTI-USB1000 board has to be connected to the mote, which provides an USB connector.

To install a TinyOS 2.x application, the following commands can be used:

make telosb
make telosb reinstall.0x0001 bsl,/dev/ttyUSB0

Here 0x0001 refers to the mote id in hex (1 in this case). The following way works too:

make telosb install,1 bsl,/dev/ttyUSB0

As usual, the motelist command can be used to determine the correct device name. Example output:

sensorlab@pc01:~$ motelist
Reference  Device           Description
---------- ---------------- ---------------------------------------------
MFVKE0IE   /dev/ttyUSB0     FTDI MTM-CM5000MSP

An example for the command to display data received by the base station is:

 java net.tinyos.tools.Listen -comm serial@/dev/ttyUSB0:telosb

Links

http://www.advanticsys.com/shop/stkit-p-29.html

http://www.advanticsys.com/wiki/index.php?title=CM5000

http://www.advanticsys.com/wiki/index.php?title=CM3300

http://www.advanticsys.com/wiki/index.php?title=CM3000

http://www.advanticsys.com/wiki/index.php?title=SG1000

http://www.advanticsys.com/wiki/index.php?title=DS1000

http://www.advanticsys.com/wiki/index.php?title=EX1000

http://www.advanticsys.com/wiki/index.php?title=SE1000