SL:CM motes: Unterschied zwischen den Versionen
imported>Arne.bochem |
imported>Abochem K |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
+ | [[Category:Sensorlab]] |
||
== Hardware == |
== Hardware == |
||
These motes are TelosB compatible. |
These motes are TelosB compatible. |
Aktuelle Version vom 8. März 2016, 12: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