mpu6050 icon indicating copy to clipboard operation
mpu6050 copied to clipboard

MPU6050 full function driver library for general MCU and Linux.

Results 7 mpu6050 issues
Sort by recently updated
recently updated
newest added

### Description of the issues 代码移植到ros2 c++发现在mpu6050_dmp_init() 函数里面报了 gyro self test failed.,这个问题怎么排查 ### Additional context _No response_

### Please ask your question 按照本仓库所给出的例程,在使用本库时需要`#include "driver_mpu6050_basic.h"`,这个头文件在example文件夹中。. 请问example文件夹里的文件是否是只是“样例”,还是库的一部分? 如果是库的一部分,我认为命名为example是一种很怪的行为,可以给出解释吗? ### Additional context _No response_

### Version latest? ### Describe the bug ok, odd one, because I reporting this based on a javascript port that I am doing. So please test to see if you...

### Version ? ### Describe the bug Simple one this time :). typo in code.. 8092 rather than 8192!!!! ### Reproduce Search the code for 8092. ### Expected behavior should...

I'm trying to use your DMP function with a raspberry pi 3 B model. When I run your function the reading values are very slow. It takes about 15 seconds...

MPU6050的DMP example中的gpio_interrupt_deinit,在文件中找不到,是指INT引脚的外部中断呢?

### Issue: The current codebase utilizes a hardcoded buffer size of 1024, which is suboptimal for memory-constrained microcontroller units (MCUs). Additionally, debug strings present in the binary further inflate memory...