Hi,
I have tried to connect MPU 9150 sensor with Arduino Learnado using following configuration.
Arduino MPU
GND <-> GND
3.3V <-> VCC (tries 5V as well.)
SDA <-> SDA
SCL <-> SCL
I have used MPU9150_raw sketch in GitHub - sparkfun/MPU-9150_Breakout: Example code and PCB design files for the MPU-9105, 9DOF. together with I2cScanne. How ever it always end up with the error
Initializing I2C devices...
Testing device connections...
MPU9150 connection failed
Scanning...
No I2C devices found
Scanning...
No I2C devices found
My code is attached here together with screenshots of error and circuit image.
I can't understand what I am doing wrong here. Please help ?