How to wire MOD-MPU6050 with Arduino?

Started by fuser, October 02, 2014, 03:36:02 AM

Previous topic - Next topic

fuser

Hello there.

I'm trying to figure out how to wire a MOD-MPU6050 with a Arduino Uno board. Simple like that.
I have already tried to connect following to the schematics, the respective pins of the other tip of the cable that connects with this... black part, I'm sorry but I don't know the technical names. So, without success. The board got even hot and the Arduino didn't recognize it. I used the sketch IMU_scanner.ino.

Comparing the actual board and trying to read the marks, even with a magnifying glass, with the schematics didn't get me any further.

I'd appreciate any help.

Best regards,
Gil

ignat99

Good question!

I find links:

http://www.esp8266.com/viewtopic.php?f=6&t=1713
https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/MPU6050
http://playground.arduino.cc/Main/MPU-6050#short

Also Olimex example:
https://www.olimex.com/Products/Modules/Sensors/MOD-MPU6050/resources/MOD-MPU6050_arduino.zip

And I'm try use it for ESP8266-EVB, but

1. No possible connect MOD-MPU6050 and USB-Serial-Cable-F at the same time (So I'm try use https://github.com/souliss/souliss/tree/friariello-porting to look at measurement readings on Android). 
2. const int MPU=0x68;  // I2C address of the MPU6050

It is correct?

May be some one have example for MOD-MPU6050 and ESP8266-EVB?