Hello,
I'm trying to interface MPU 650 sen-11028 from sparkfun with an arduino uno R3 and the connections are as follows but I'm unable to successfully interface with the board!
Wiring-
VDD --> 3.3V
GND --> GND
SDA --> A4
SCL --> A5
Copied "I2Cdev" and "MPU6050" folder form GitHub - jrowberg/i2cdevlib: I2C device library collection for AVR/Arduino or other C++-based MCUs into libraries
then copy pasted the Arduino Playground - I2cScanner i2c scanner script but it says no connection found..
Is there special trick or connection for this particular breakout board?