Help needed - 9 DOF IMU Breakout

Hey everyone,

I have maybe a simple question but I'm struggling with it for nearly 2 weeks now.

I have a 9DOF breakout Board from adafruit and I can get the pitch heading and roll but I also want to display the accelerometer data and I can't get it working.
Can somebody help me please?

Also I have a serious question about i2c. I've my sensor and a BMP180 and i can't get both running!

Help needed

No shit Sherlock, you post it in the "Programming Questions"section ::slight_smile:

But okay, what have you tried? What went wrong? Where is your code (in code tags of course)?

Did you try the I2C scanner?
http://playground.arduino.cc/Main/I2cScanner

Hii..

The 9DOF IMU breakout board that you are using uses ADXL345 for accelerometer readings. So, I would suggest you to refer this code for accelerometer readings. If any changes can rectify the code you are using.

ADXL345 Arduino code.

For the I2C interfacing of BMP_180 with your board, after running the i2c scanner code and making sure all your connections are okay, you can try this code for BMP_180.

BMP 180 Arduino code

For, magnetometer and gyroscope i.e. HMC5883L and ITG-3200 readings, in case there is some problem you can try out the codes from the above links but you said its working fine.

So, I think this would solve all your problems.