[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/TestBasicsbSensors README, NONE, 1.1
Kevin Klues
klueska at users.sourceforge.net
Wed Jun 18 13:58:48 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBasicsbSensors
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23867/apps/TestBasicsbSensors
Added Files:
README
Log Message:
Add README files to all tosthreads based apps
--- NEW FILE: README ---
README for TOSThreads TestBasicsbSensors
Author/Contact: tinyos-help at millennium.berkeley.edu
Author: Kevin Klues <klueska at cs.stanford.edu>
Description:
This application is used to test the threaded version of the API for accessing
sensors on the basicsb sensor board.
You can install TestBasicsbSensors on a mote via the following comand:
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 succssfull 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>
Once this java application is running, you should see output containing the
sensor readings being streamed to your terminal.
Tools:
None.
Known bugs/limitations:
None.
More information about the Tinyos-2-commits
mailing list