adafruit / Adafruit_CircuitPython_MPU6050

CircuitPython helper library for the MPU6050 6-DoF Accelerometer and Gyroscope
MIT License
40 stars 16 forks source link

Orientation? Compass Heading? #25

Open KingFuGitHub opened 2 years ago

KingFuGitHub commented 2 years ago

I'm wondering if we can use the mpu6050 as a compass with a heading that can tell direction.

mlg556 commented 2 years ago

I think that requires a separate magnetometer/compass. The datasheet states that you can connect a third party magnetometer module to the "Auxiliary I2C", and the 6050 can act as a I2C master to read from that module.