Tilt measurement

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Tilt measurement

跳至解决方案
1,084 次查看
georgek
Contributor II

Hi,

Right now I have been working on another application with the MMA8451Q. I want to get tilt with resolution up to 0.02 degree using only one axis. This accelerometer counts up to 4096 when 1g. But the problem is the maximum speed I could get is about 800 samples per second and make an average of those samples I only could use 10 or 11 of stables bits (bits not affected by noise). It is not good.

Thanks in advance for any advice,

George

0 项奖励
1 解答
906 次查看
TomasVaverka
NXP TechSupport
NXP TechSupport

Hi George,

Did you try to set the LNOISE bit in the CTRL_REG1 register and MODS1 bit in the CTRL_REG2 register to achieve the best results? Both Low Noise and High Resolution modes can be used at the same time for the best noise performance of the data as you can see in Table 4 on page 7 of the AN4075.

There you can also notice that to get the best resolution, you need to have the largest oversampling rate and thus the lowest ODR.

I would also recommend to use at least two axes to get better resolution.


I hope it helps.


Regards,

Tomas

在原帖中查看解决方案

0 项奖励
2 回复数
907 次查看
TomasVaverka
NXP TechSupport
NXP TechSupport

Hi George,

Did you try to set the LNOISE bit in the CTRL_REG1 register and MODS1 bit in the CTRL_REG2 register to achieve the best results? Both Low Noise and High Resolution modes can be used at the same time for the best noise performance of the data as you can see in Table 4 on page 7 of the AN4075.

There you can also notice that to get the best resolution, you need to have the largest oversampling rate and thus the lowest ODR.

I would also recommend to use at least two axes to get better resolution.


I hope it helps.


Regards,

Tomas

0 项奖励
906 次查看
georgek
Contributor II

Thank you for these tips Tomas, now it works without any noise!

Best regards,

George

0 项奖励