Difference between revisions of "MTS420"
m |
|||
Line 3: | Line 3: | ||
:The MTS400/MTS420 sensor boards generally fit the MICA family of motes. The current documentation only references experience with the MTS420CA sensor board on the MICAz mote. | :The MTS400/MTS420 sensor boards generally fit the MICA family of motes. The current documentation only references experience with the MTS420CA sensor board on the MICAz mote. | ||
− | ==How To== | + | ===How To Use the Sensors=== |
− | ===Code Location=== | + | #Copy all the files in the File List below into your TinyOS-2.x directory structure. |
+ | #Include <code>SENSORBOARD=mts400</code> in your Makefile or in your call to <code>make</code>. | ||
+ | #Follow the sensor specific information found below. | ||
+ | |||
+ | ====Code Location==== | ||
:All TinyOS 2.x MTS400 code can be found in the TinyOS-2.x-Contrib CVS repository in the rincon folder. A specific list of files needed will be added later. | :All TinyOS 2.x MTS400 code can be found in the TinyOS-2.x-Contrib CVS repository in the rincon folder. A specific list of files needed will be added later. | ||
− | ===File List=== | + | ====File List==== |
==Sensors== | ==Sensors== | ||
Line 22: | Line 26: | ||
===GPS(MTS420 ONLY)=== | ===GPS(MTS420 ONLY)=== | ||
+ | |||
+ | ====How To Use==== | ||
==To Be Done== | ==To Be Done== |
Revision as of 08:28, 22 May 2008
Contents
General Information
- The MTS400/MTS420 sensor boards generally fit the MICA family of motes. The current documentation only references experience with the MTS420CA sensor board on the MICAz mote.
How To Use the Sensors
- Copy all the files in the File List below into your TinyOS-2.x directory structure.
- Include
SENSORBOARD=mts400
in your Makefile or in your call tomake
. - Follow the sensor specific information found below.
Code Location
- All TinyOS 2.x MTS400 code can be found in the TinyOS-2.x-Contrib CVS repository in the rincon folder. A specific list of files needed will be added later.
File List
Sensors
Humidity and Temperature
Barometric Pressure and Temperature
Light Sensor
2-Axis Accelerometer
GPS(MTS420 ONLY)
How To Use
To Be Done
- Documentation and Code for all sensors except the GPS on the MTS420CA
- Documentation for the GPS 420CA
- Documentation for supporting code
- How To documentation
- How to use the code
- File List