Difference between revisions of "MTS420"

From TinyOS Wiki
Jump to: navigation, search
m
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==General Information==
+
[[Image:mts420cc_top.jpg|frame]]
  
: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 MTS400 series boards do not have the GPS module installed. The MTS420CA and MTS420CB series boards use a GPS module from Leadtek while the MTS420CC series boards use a module from uBlox. The uBlox module specifications give better accuracy at lower current consumption as compared to the Leadtek module.
  
===How To Use the Sensors===
+
Currently this documentation only references experience with the MTS420CA sensor board on the MICAz mote.
  
#Copy all the files in the File List below into your TinyOS-2.x directory structure.
+
== Available Sensors ==
#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====
+
*Humidity and Temperature
 +
*Barometric Pressure and Temperature
 +
*Light Sensor
 +
*2-Axis Accelerometer
 +
*GPS (MTS420 only)
  
: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.
+
== Related Documentation ==
  
====File List====
+
*'''[[MTS420 Progress]]''' - ''Details related to the development of the MTS420 Sensorboard drivers including current progress, implementation details, work to be done and limitations.''
  
==Sensors==
+
*'''[[MTS420 GPS Tutorial]]''' - ''Instructions on using the MTS420 GPS code in custom applications.''
  
===Humidity and Temperature===
+
== Resources ==
  
===Barometric Pressure and Temperature===
+
*'''Platforms'''
 +
**''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]
  
===Light Sensor===
+
*'''Sensorboard and Sensorboard Components'''
 +
**[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]
  
===2-Axis Accelerometer===
+
*'''Sensors'''
 
+
**[http://www.sensirion.com/en/01_humidity_sensors/02_humidity_sensor_sht11.htm Sensirion SHT11 Humidity and Temperature Sensor]
===GPS(MTS420 ONLY)===
+
**[http://www.intersema.ch/site/technical/ms5534.php Intersema MS5534 Barometric Pressure Sensor]
 
+
**[http://www.taosinc.com/product_detail.asp?cateid=4&proid=18 Taos TSL2550 Light Sensor]
====How To Use====
+
**[http://www.analog.com/en/mems-and-sensors/imems-accelerometers/adxl202/products/product.html Analog Devices ADXL202JE 2-Axis Accelerometer]
 
+
**MTS420CA and MTS420CB Sensor Boards
==To Be Done==
+
***[ftp://ftp1.leadtek.com/gps/9546/9546Manual_V1.12_20030806.pdf Leadtek GPS9546 GPS Manual]
*Documentation and Code for all sensors except the GPS on the MTS420CA
+
**MTS420CC Sensor Boards
*Documentation for the GPS 420CA
+
***[http://www.u-blox.com/products/lea_4a.html uBlox LEA-4A ANTARIS 4 GPS Module]
*Documentation for supporting code
+
[[Category:Microcontroller]]
*How To documentation
 
**How to use the code
 
**File List
 
 
 
==Resources==
 
*[http://www.analog.com/UploadedFiles/Data_Sheets/ADG714_715.pdf ADG715 Octal Switch]
 
*[ftp://ftp1.leadtek.com/gps/9546/9546Manual_V1.12_20030806.pdf Leadtek GPS9546 GPS Chip]
 
*[http://www.xbow.com/Products/Product_pdf_files/Wireless_pdf/MICAz_Datasheet.pdf MICAz Datasheet]
 
*[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]
 

Latest revision as of 03:41, 12 November 2009

Mts420cc top.jpg

The MTS400/MTS420 sensor boards generally fit the MICA family of motes. The MTS400 series boards do not have the GPS module installed. The MTS420CA and MTS420CB series boards use a GPS module from Leadtek while the MTS420CC series boards use a module from uBlox. The uBlox module specifications give better accuracy at lower current consumption as compared to the Leadtek module.

Currently this documentation only references experience with the MTS420CA sensor board on the MICAz mote.

Available Sensors

  • Humidity and Temperature
  • Barometric Pressure and Temperature
  • Light Sensor
  • 2-Axis Accelerometer
  • GPS (MTS420 only)

Related Documentation

  • MTS420 Progress - Details related to the development of the MTS420 Sensorboard drivers including current progress, implementation details, work to be done and limitations.

Resources