Index of /support/TinyOS_2
Name Last modified Size Description
Parent Directory 17-Feb-2009 20:25 -
Makefile 03-Feb-2009 20:55 1k
SBT80ADCmap.h 03-Feb-2009 20:55 4k
SBT80_ADCconfigC.nc 03-Feb-2009 20:55 3k
SBT80_ADCconfigP.nc 03-Feb-2009 20:55 5k
SenseToRadio.h 03-Feb-2009 20:55 2k
SenseToRadioAppC.nc 03-Feb-2009 20:55 3k
SenseToRadioC.nc 03-Feb-2009 20:55 7k
SenseToRadioMsg.class 03-Feb-2009 20:55 4k
SenseToRadioMsg.java 03-Feb-2009 20:55 9k
SenseToRadioMsg.zip 03-Feb-2009 20:55 248k
docs/ 03-Feb-2009 20:55 -
FOR DETAILED INSTRUCTIONS, PLEASE REFER TO THE DOCUMENTS INSIDE THE "docs" FOLDER.
/*****************************************************************************************/
/* Application : SenseToRadio */
/*****************************************************************************************/
/* */
/* This code is intended for the EasySen SBT80 Sensor board along with TelosB */
/* family of wireless motes. It samples the 8 sensor channels in the following order: */
/* Visual Light (VL), Microphone (MIC), Infrared (IR), Temperature (TEMP), */
/* Acceleration over x axis (ACCx), Acceleration over y axis (ACCy), */
/* Magnetic field over x axis (MGx), Magnetic field over y axis (MGy). */
/* Sampling is performed over each ADC channel individually. */
/* */
/* For further details, please refer to README.txt and */
/* Guide_to_TinyOS20_code_for_EasySen_SensorBoards.doc */
/* */
/* Disclaimer: Easysen does not take on any liability for the use of this code. */
/* This code is not designed for use in critical or life support systems */
/* where failure to perform affects safety or effectiveness or results in */
/* any personal injury to the user. This code is available for free downloading */
/* at www.easysen.com, and not for sale. */
/* */
/*****************************************************************************************/
Instructions for TinyOS 2.1 code for SBT80 ad WiEye Sensor Boards
=================================================================
* Sample TinyOS 2.1 and Java code for reading sensor channels of SBT80 and WiEye
sensor boards using the TelosB motes are available at
http://www.easysen.com/support/TinyOS_2
* This document refers to the sensor board SBT80 in the following description.
However, the same code can be used for reading the sensor channels on WiEye Sensor board.
In this case, users must ignore the last 4 data bytes of each packet displayed on the PC.
* To obtain further details on the mote to PC communication and displaying data on PC
as described below, please refer to TinyOS 2.1 Tutorial Lesson #4 at
http://docs.tinyos.net/index.php/Mote-PC_serial_communication_and_SerialForwarder
* The description in this document assumes windows XP operating system with
cygwin and a TinyOS 2.1 installation as described in http://docs.tinyos.net/index.php/Installing_TinyOS_2.1#Manual_installation_on_your_host_OS_with_RPMs.
However, users with other operating systems should be able to use the same code with minor changes.