Difference between revisions of "MTS420"

From TinyOS Wiki
Jump to: navigation, search
m
(Restructured the page)
Line 1: Line 1:
==General Information==
+
The MTS420 sensor board generally fits 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 Use the Sensors===
 
 
 
#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.
 
 
 
====File List====
 
  
 
==Sensors==
 
==Sensors==
  
===Humidity and Temperature===
+
*Humidity and Temperature
 
+
*Barometric Pressure and Temperature
===Barometric Pressure and Temperature===
+
*Light Sensor
 
+
*2-Axis Accelerometer
===Light Sensor===
+
*GPS
 
 
===2-Axis Accelerometer===
 
  
===GPS(MTS420 ONLY)===
+
==Related Documentation==
  
====How To Use====
+
[[MTS420 Progress]]
  
==To Be Done==
+
[[MTS420 GPS Tutorial]]
*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==
 
==Resources==
*[http://www.analog.com/UploadedFiles/Data_Sheets/ADG714_715.pdf ADG715 Octal Switch]
+
*Platforms
*[ftp://ftp1.leadtek.com/gps/9546/9546Manual_V1.12_20030806.pdf Leadtek GPS9546 GPS Chip]
+
**MICAz: [http://www.xbow.com/Products/Product_pdf_files/Wireless_pdf/MICAz_Datasheet.pdf Datasheet] | [http://www.xbow.com/Support/Support_pdf_files/MPR-MIB_Series_Users_Manual.pdf Users Manual]
*[http://www.xbow.com/Products/Product_pdf_files/Wireless_pdf/MICAz_Datasheet.pdf MICAz Datasheet]
+
*Sensorboard and Sensorboard Components
*[http://www.xbow.com/Support/Support_pdf_files/MPR-MIB_Series_Users_Manual.pdf MICAz Users Manual]
+
**[http://www.xbow.com/Support/Support_pdf_files/MTS-MDA_Series_Users_Manual.pdf MTS420 Users Manual]
*[http://www.xbow.com/Support/Support_pdf_files/MTS-MDA_Series_Users_Manual.pdf MTS420 Users Manual]
+
**[http://www.analog.com/UploadedFiles/Data_Sheets/ADG714_715.pdf ADG715 Octal Switch]
 +
*Sensors
 +
**[ftp://ftp1.leadtek.com/gps/9546/9546Manual_V1.12_20030806.pdf Leadtek GPS9546 GPS Manual]

Revision as of 09:04, 22 May 2008

The MTS420 sensor board generally fits the MICA family of motes. The current documentation only references experience with the MTS420CA sensor board on the MICAz mote.

Sensors

  • Humidity and Temperature
  • Barometric Pressure and Temperature
  • Light Sensor
  • 2-Axis Accelerometer
  • GPS

Related Documentation

MTS420 Progress

MTS420 GPS Tutorial

Resources