MPU9250-6500 connection problem

I have a mpu 9250-6500 and when I tried to use it with several example libraries I had the same error where it didn’t even detect the sensor, I wonder if it’s the compatibility of the sensor with arruino but I don’t know what to do, hope you guys can help me solve this.

Thanks, have a great day.



have a read of how-to-get-the-best-out-of-this-forum

e.g.
what microcontroller are you using (photo looks like a UNO)?
give a link to your mpu 9250-6500 module
try running I2C scanner see if it finds anything
don't give images of screen shots - they are very difficult to read and impossible to copy from
upload your code using code tags ( select < CODE/ > and paste the code or text where it says “type or paste code here”)

Hey, thanks for the help, turns out its an mpu6500 found a simple library example that can display all the data, now if you guy know of any other complete mpu6500 libraries you could share with me it would help a lot.

Thanks and have a great day everyone.

on an ESP32 with MPU6500 connected via I2C I used bolderflight/invensense-imu library and examples

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.