How to find 'g' from a MEM's Device (Shimmer IMU)?

  • Level: Undergrad 
  • Thread starter Thread starter bsa09
  • Start date Start date
  • Tags Tags
    Device
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
bsa09
Messages
1
Reaction score
0
Hello all,
I'm working with an accelerometer to detect movement and I'm using Shimmer IMU. I got values ranging somewhere between 1000 and 2000. My question is, are these values the output of the ADC? And how do i calculate 'g' from the values?
I have attached an xls file with the experiment readings.
Thank you
 

Attachments

Physics news on Phys.org
The device must have some documentation with it. Which should explain what those values are.
 
Probably the easiest way would be to just calibrate it using Earth's gravity - most accelerometers output voltage is linearly proportional to the acceleration, so all you need is two points to calibrate it. If you hold it vertically, such that the measurement axis is aligned with the gravitational force, you can get one such calibration point (9.8 m/s^2), and then you can get the second calibration point by holding it horizontally (0 m/s^2) or upside down (-9.8 m/s^2). You could even do all three, and then do a best fit line to determine a slightly more accurate reading.

Alternatively, there's probably a spec sheet somewhere, but how useful it is will depend on your setup.