Difference between revisions of "BMP085 9-axis IMU Module"

From LinkSprite Playgound
Jump to: navigation, search
(Created page with " File:BMP085 1.jpg")
 
(Resources)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
 +
==Description==
  
[[File:BMP085 1.jpg]]
+
This is an IMU module that has sensors of 3-axis gyro, 3-axis accelerator, 3-axis magnetic field and air pressure.
 +
The chipset used are L3G4200D+ADXL345+HMC5883L+BMP085. Supply voltage ranges from 3 to 5V, and the interface is I2C (3-5V). Module size: 25.8 mm X 16.8 mm.
 +
 
 +
 
 +
 
 +
[[File:BMP085 1.jpg | 400px]]
 +
 
 +
==Schematics==
 +
*[https://s3.amazonaws.com/linksprite/sensor/IMU/IMU_schematics.jpg Schematics]
 +
 
 +
 
 +
==Resources==
 +
*[https://s3.amazonaws.com/linksprite/sensor/IMU/GY-80-ARDUINO.rar Arduino Sample Codes]
 +
*[https://s3.amazonaws.com/linksprite/sensor/IMU/BMP085.pdf BMP085 data sheet]
 +
*[https://s3.amazonaws.com/linksprite/sensor/IMU/L3G4200D.pdf  L3G4200D data sheet]
 +
*[https://s3.amazonaws.com/linksprite/sensor/IMU/L3G4200_AN3393.pdf L3G4200D Application Note]
 +
*[https://s3.amazonaws.com/linksprite/sensor/IMU/ADXL345.pdf ADXL345 data sheet]
 +
*[https://s3.amazonaws.com/linksprite/sensor/IMU/HMC5883L.pdf HMC5883 data sheet]

Latest revision as of 04:59, 10 October 2013

Description

This is an IMU module that has sensors of 3-axis gyro, 3-axis accelerator, 3-axis magnetic field and air pressure. The chipset used are L3G4200D+ADXL345+HMC5883L+BMP085. Supply voltage ranges from 3 to 5V, and the interface is I2C (3-5V). Module size: 25.8 mm X 16.8 mm.


BMP085 1.jpg

Schematics


Resources