-
after pressing reset button:
Example program
https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/MPU6050/examples/MPU6050_DMP6
hangs up, serial monitor freezes showing just this message:
…
-
- setExternalFrameSync(MPU6050_EXT_SYNC_TEMP_OUT_L);
- setXGyroOffsetTC(xgOffsetTC);
- setYGyroOffsetTC(ygOffsetTC);
- setZGyroOffsetTC(zgOffsetTC);
- Interrupt routine
-
Hi,
I have mounted the MPU6050 in a vertical orientation, where `x` is the pitch axis, instead of `y`:
| MPU6050 Horizontal | MPU6050 Vertical |
| --- | --- |
| x | z |
| y | x |
| z | y |
…
-
Hi, I'm trying to use ESP32 dev kit board with MPU6050 on GY-86 module.
I don't know if I'm using the right example code file or not, but I'm using MPU6050_DMP file.
-
Current IMU sensor not working properly.
-
I'm wondering if we can use the mpu6050 as a compass with a heading that can tell direction.
-
I am adding support for the driver TB6612FNG, but one drawback of this driver is that needs 3 pin per motor. 2 for direction (boolean state 01,10) and one for PWM.
So... My config is as follows.
`…
-
Hi,
Do you know the électrical consumption of your STM32F401 and MPU6050 at 5.5kHz ?
Best,
Cédric
-
如题
-
Is it possible to use the MPU6050 on a raspberry pi for you G1 tank robot?