Difference between revisions of "MTS420"

From TinyOS Wiki
Jump to: navigation, search
m (MTS400 moved to MTS420: The documentation that has been started is more applicable to the MTS420 sensorboard)
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

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

  1. Copy all the files in the File List below into your TinyOS-2.x directory structure.
  2. Include SENSORBOARD=mts400 in your Makefile or in your call to make.
  3. 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

Resources