I hope someone can help me out. I’m using the MPU6050 along with an Arduino UNO and Jeff Rowberg’s library and codes. The connections are made properly and the IMU works fine for some time. However, after a period of time, that usually goes from around 30 seconds to some minutes. It stops sending values to Arduino. I’ve already checked the code and there’s no loop where it could possibly be stuck (such as not resetting the FIFO). Thus my only guess is that the IMU just shuts down (it’s the same effect as pulling the Vdd cable out from Arduino) and won’t work again unless I reset Arduino.
Have anyone had a similar problem or have any guess of what can be happening.
Thanks a lot!