You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MPU6050_DMP.ino requires that:
/* =========================================================================
NOTE: In addition to connection 3.3v, GND, SDA, and SCL, this sketch
depends on the MPU-6050's INT pin being connected to the Arduino's
external interrupt #0 pin. On the Arduino Uno and Mega 2560, this is
digital I/O pin 2.
========================================================================= */
I am trying to use this sketch on an Adafruit ESP32-S3. There is no "external interrupt #0 pin" on this tiny board. I understand that the ESP32-S3 uses a mux and interrupt allocator, but is don't know how to configure that.
Can anyone point me to a working example using the MPU6050 library on the Adafruit ESP32-S3?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The MPU6050_DMP.ino requires that:
/* =========================================================================
NOTE: In addition to connection 3.3v, GND, SDA, and SCL, this sketch
depends on the MPU-6050's INT pin being connected to the Arduino's
external interrupt #0 pin. On the Arduino Uno and Mega 2560, this is
digital I/O pin 2.
========================================================================= */
I am trying to use this sketch on an Adafruit ESP32-S3. There is no "external interrupt #0 pin" on this tiny board. I understand that the ESP32-S3 uses a mux and interrupt allocator, but is don't know how to configure that.
Can anyone point me to a working example using the MPU6050 library on the Adafruit ESP32-S3?
Beta Was this translation helpful? Give feedback.
All reactions