Please help me, I replaced the old MPU6050 with a new one, But still can not connect to arduino uno that I have.
For connection lines from MPU6050 to Arduino Uno like this:
VCC MPU6050 - 3V3 Arduino
GND MPU6050 - GND Arduino
SCL MPU6050 - A5 Arduino
SDA MPU6050 - A4 Arduino
Is it possible that I2C path on Arduino Uno R3 that I have is damaged?
Because I've tried updating I2C library Arduino Uno R3, but still can not connect.
This is serial explanation print when i try to calibrate and MPU6050:
I try to make Camera Gimbal with Arduino Uno.
Thanks a lot.