Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mpu6050_self_test自检失败 #19

Open
MagicPrince666 opened this issue Nov 19, 2023 · 1 comment
Open

mpu6050_self_test自检失败 #19

MagicPrince666 opened this issue Nov 19, 2023 · 1 comment

Comments

@MagicPrince666
Copy link

Description of the issues

代码移植到ros2 c++发现在mpu6050_dmp_init() 函数里面报了 gyro self test failed.,这个问题怎么排查

Additional context

No response

@libdriver
Copy link
Owner

Thank you very much for using the LibDriver MPU6050. The error 'gyro self test failed' indicates that the MPU6050 gyroscope self test has failed. Generally, there are several reasons for this error:

1.During self inspection, move MPU6050. Due to the self inspection requirements of MPU6050 itself, it is not allowed to move significantly during the self inspection period, otherwise the self inspection calculation will fail. Please do not move MPU6050 during the self inspection.
2. The delay function error is too large. The MPU6050 self check requires the use of a delay to wait for the self check to generate data. The drive delay has great conservatism. Generally speaking, there is a certain error that is not a problem, but a large delay error can seriously interfere with the verification process. Please ensure the accuracy of the delay.
3. IIC communication is unstable and requires at least running the /test/register_test to test the stability of IIC communication.
4. If there are issues with the chip itself, including refurbishment, false chips, or chip defects, a replacement MPU6050 can be used for retesting.

非常感谢您使用LibDriver驱动,出现“gyro self test failed”的错误表示MPU6050陀螺仪自检失败,出现这种错误一般而言有以下几个原因:
1.自检的时候移动MPU6050。因为MPU6050本身自检的要求,MPU6050在自检期间不允许较大移动,否则自检计算会校验失败,自检时请不要移动MPU6050。
2.延时函数误差太大,MPU6050自检需要使用延时等待自检产生数据,驱动延时有很大的保守性一般而言存在一定误差没有问题,但是延时误差太大也会严重干扰校验过程,请确保延时的准确性。
3.IIC通信不稳定,需要至少运行/test中的register_test检测IIC通信的稳定性。
4.芯片本身问题,包括翻新、虚假芯片或者芯片自身缺陷等问题,可以更换一个MPU6050再次测试。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants