-
Notifications
You must be signed in to change notification settings - Fork 7.6k
MPU6050_DMP works in 1.0.6, 2.0.0 , but fail to initialize I2C interface with v2.0.1 , 2.0.2 #6373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
MPU6050 works in Project Tasmota. We use our own driver for the MPU6050. |
I use MPU6050 library for MPU6050 DMP output, because it can provide the stable pitch-roll-yaw, and quaternions. |
I would open a issue there. |
that library's code is all broken. Calling |
BTW, my robot design use MPU6050 DMP for AHRS and ESP32 v2.02 for microROS, I really like to see them work together, |
I think we are not able to help here, the problem is in mentioned Library. |
Board
NodeMCU-32S
Device Description
ESP32 (NodeMCU-32S)
Hardware Configuration
GPIO 18 & 19 I2C connected to MPU6050
Version
v2.0.2
IDE Name
ArduinoIDE
Operating System
Ubuntu20.04 & Win11
Flash frequency
80MHz
PSRAM enabled
no
Upload speed
921600
Description
MPU6050 library support MPU6050 DMP
which provides pitch-yaw-roll, and quaternions.
It failed at Initialing I2C Interace,
both examples from the library MPU6050_DMP.ino & MPU6050_raw.ino failed,
but they works fine in v2.0.0
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: