way to increase Sensitivity

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

way to increase Sensitivity

ソリューションへジャンプ
1,220件の閲覧回数
timronaldo
Contributor II

Hi, Thanks to a kind reply, 9-axi sensor board is working well. Roll, pitch, Yaw values is relatively accurate.

 

but our sensor board is moving very slowly. and i dont need to run more than 100deg/s

 

 

so if i can, i want to add more accuracy than fast response.

I edited acc, gyro sensor register to increase sensitivty ( acc : 2g -> g, gyro : 2000dps/LSB -> 250dps/LSB )

 

is there another way to increase sensitivity by using software or by using register ?

ラベル(1)
1 解決策
975件の閲覧回数
markpedley
NXP Employee
NXP Employee

Your questions covers both sensitivity (ability to detect a change in orientation) and accuracy (error in the orientation estimate). You should also be aware of sensor noise which makes it difficult to separate a real change from random noise.

The changes you've made will increase sensitivity.

The overall accuracy of the system is determined by the accuracy of the factory accelerometer calibration and the real-time dynamic magnetic calibration. Of these two, the magnetic calibration will be the largest source of error.

To answer your question, there are no easy changes to improve your performance further.

元の投稿で解決策を見る

3 返答(返信)
975件の閲覧回数
michaelestanley
NXP Employee
NXP Employee

Hopefully you changed the register settings AND the iCountsPerDegPerSec and fDegPerSecperCount in the pThisGyro structure in the gyro initialization code in drivers.c.  That should be all that is required.

975件の閲覧回数
timronaldo
Contributor II

Thank you very much

0 件の賞賛
返信
976件の閲覧回数
markpedley
NXP Employee
NXP Employee

Your questions covers both sensitivity (ability to detect a change in orientation) and accuracy (error in the orientation estimate). You should also be aware of sensor noise which makes it difficult to separate a real change from random noise.

The changes you've made will increase sensitivity.

The overall accuracy of the system is determined by the accuracy of the factory accelerometer calibration and the real-time dynamic magnetic calibration. Of these two, the magnetic calibration will be the largest source of error.

To answer your question, there are no easy changes to improve your performance further.