Memsic 2125 Trig Formula
Hi we are doing a college group project for measuring the amount of force impact for the memsic 2125 Accelerometer and we were wondering if anyone could help with the trig formula for determining the Gforce impact an explanation of any type would be greatly appreciated. We can measure the pulsin from the sensor we just need to be able to have the conversion to Gforce for alarming. If any additional information needed then please respond through the post or PM.
Comments
I'm no expert with the 2125, but I did find this over on the Parallax site, which may (?) help:
http://www.parallax.com/Portals/0/Downloads/docs/cols/nv/vol3/col/nv92.pdf
Regards...
http://www.parallax.com/Store/Sensors/AccelerationTilt/tabid/172/CategoryID/47/List/0/SortField/0/Level/a/ProductID/93/Default.aspx
There is more information available.
Please let us know how the project progresses?
FWIW, I used a piezo disk to sense taps/knocks here: http://www.youtube.com/watch?v=FFLfb1kFPow
The Memsic only measures up to 3g. I'm pretty sure shock forces can be much higher than that.
When you ask for a trig formula, I assume you want to measure some angle. You can figure the angle of the force within the two dimension used by the sensor with the arctangent function. Many trig libraries have an "ATan2" fuction that takes two parameters and returns the angle made by the two parameters. A normal arctangent (ATan) only takes one number which needs to be adjusted based on the values of X and Y to get the corrected angle.
Depending on the force you want to detect, a three axis accelerometer might be a better sensor to use than the Memsic 2125.
So you seam pretty sure that the Memsic only measures 3g so i am thinking that we are going to have to find a new approach due to a 3 week deadline a new parts order may not be an option
Thanks for the replies and info from everyone thus far