Hi, I am using the DMP library of Jeff Rowberg for MPU6050. In the Serial monitor I always get these explanations
Initializing I2C devices...
Testing device connections...
MPU6050 connection successful
Initializing DMP...
Enabling DMP...
Enabling interrupt detection (Arduino external interrupt 0)...
DMP ready! Waiting for first interrupt...
Even though I have waited for too long It doesn't give any outputs from the sensor. It just worked for once and never again. What causes this problem ? How do we have to use Interruptions in Arduino?
You can find the original code on the website i2cdevlib/MPU6050_6Axis_MotionApps20.h at master · jrowberg/i2cdevlib · GitHub