2

I hope this stack is the right place for this question. I have an accelerometer mounted securely on a swaying object -lets say a stick or pole- this object is swinging back and forth in small angles (+- 20) with a frequency of about 2-3 times a second. Im using the accelerometer output to calculate the tilt of the object, however since the frequency of the swings is relatively high the accelerometer readings are very high as well, and not reliable for calculating the tilt.

from my research i have seen that accelerometers work best in a stable environment. Is there any way to improve the reliability of my accelerometer output in this setup?

TanyaV
  • 586
  • 3
  • 10

1 Answers1

0

A few things to consider.

First. An accelerometer isn't that great here. Low output frequency is one issue. Noise is another. A pot or an optical encoder would be better.

Secondly. Even if output frequency isn't an issue. You will need some sophisticated math to reconstruct the instantaneous tilt, as the measurements are essentially a sine function, but with an acceleration away from the center of the rotation. Getting to the max tilt is easier mathematically.

Just for starters.

dannyf
  • 2,813
  • 11
  • 13