Search found 1 match

by mcca69
Wed Nov 21, 2018 6:03 am
Forum: ESP32 Arduino
Topic: ESP32 with MPU6050 via Arduino IDE
Replies: 7
Views: 34147

Re: ESP32 with MPU6050 via Arduino IDE

FrankenApps, I ran into the same problem with MPU6050 and got a bug in the last version of i2c library in arduino-esp32 SDK. In order to apply a workaround until the next official release, you should download (from github.com/arduino-esp32) and replace these four files: - libraries\Wire\Wire.cpp - ...