-
Notifications
You must be signed in to change notification settings - Fork 89
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
This Library is compatible with ESP32? #25
Comments
Hi, MPU6050 mpu6050(Wire); void setup() { |
This dont work for me, because i have esp32 oled |
Is this the same of your ESP32 OLED? If so, you can use
|
i was try, because the result is ever:
|
If you're using the Wemos ESP32 Lolin, I2C uses pins 5 and 4 for SDA and SCL respectively. So in your setup function, you need to have |
That's great! It's working fine for me.Thx! |
Have similar problem. Wire.begin(5,4) didn't improve things. |
Of course, the text should be smaller! |
This library for the MPU6050 is the third tried, with some or no succes at all. |
I have same problem with this code it works before on Arduino pro micro but on esp8266 the output is
I changed to Wire.begin(5,4) but isn't work. |
I changed some part and finally it work with esp8266 and Arduino IDE
|
This Library is compatible with ESP32?.
Can you sendme a example with ESP32 and conections?
The text was updated successfully, but these errors were encountered: