[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/TestBasicsbSensors README, 1.2, 1.3
Janos Sallai
sallai at users.sourceforge.net
Mon Jul 21 16:08:40 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBasicsbSensors
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11114/apps/TestBasicsbSensors
Modified Files:
README
Log Message:
iris specific updates
Index: README
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBasicsbSensors/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README 19 Jul 2008 19:36:18 -0000 1.2
--- README 21 Jul 2008 23:08:35 -0000 1.3
***************
*** 1,3 ****
! README for TOSThreads TestBasicsbSensors
Author/Contact: tinyos-help at millennium.berkeley.edu
Author: Kevin Klues <klueska at cs.stanford.edu>
--- 1,3 ----
! README for TOSThreads TestBasicsbSensors
Author/Contact: tinyos-help at millennium.berkeley.edu
Author: Kevin Klues <klueska at cs.stanford.edu>
***************
*** 10,23 ****
You can install TestBasicsbSensors on a mote via the following command:
make <platform> threads install
-
- Valid platforms are currently: mica2, and micaz
! This application simply takes sensor readings in an infinite loop from the
Photo and Temperature sensors on the basicsb sensor board and forwards them
over the serial interface. Upon successful transmission, LED0 is toggled.
A successful test will result in the TestBasicsbSensors mote constantly
! flickering LED0. Additionally, messages containing the sensor readings should
! be forwarded over the serial interface as verified by running the following
for the platform of interest:
java net.tinyos.tools.Listen -comm serial@/dev/ttyUSBXXX:<baud_rate>
--- 10,23 ----
You can install TestBasicsbSensors on a mote via the following command:
make <platform> threads install
! Valid platforms are currently: mica2, micaz and iris
!
! This application simply takes sensor readings in an infinite loop from the
Photo and Temperature sensors on the basicsb sensor board and forwards them
over the serial interface. Upon successful transmission, LED0 is toggled.
A successful test will result in the TestBasicsbSensors mote constantly
! flickering LED0. Additionally, messages containing the sensor readings should
! be forwarded over the serial interface as verified by running the following
for the platform of interest:
java net.tinyos.tools.Listen -comm serial@/dev/ttyUSBXXX:<baud_rate>
More information about the Tinyos-2-commits
mailing list