1

I am trying to visualize the values for X,Y,Z coming from mobile phone's accelerometer.

So I need to know the exact range of their values in order to draw graphs.

I have searched and seen many similar questions, but none of them give a clear answer, e.g. +/-3g. Although I know g is close to 9.8 m/s^2, but 3 times g does not look like close to the values I got from my experiments.

The values I have got so far, it seems that they are all between -40 <= value <= 40.

Yes, I have seen the other questions like this and this Also I have noticed that someone said the value could also reach more than 100 on different devices

So do we have a standard range for these values? if yes, what are they?

Ola Ström
  • 4,136
  • 5
  • 22
  • 41
Franva
  • 6,565
  • 23
  • 79
  • 144
  • 1
    What kind of phone is the data from? is it Android or Iphone? According to [this](https://developer.android.com/guide/topics/sensors/sensors_motion) (Android) and [this](https://developer.apple.com/documentation/coremotion/getting_raw_accelerometer_events)(Iphone), both process accelerometer data differently. Also, the way they do it may change depending API's version on each platform. Try to find more recent documentation for your case. – pazitos10 Apr 29 '21 at 02:37
  • hi @pazitos10 thanks for your information. I did see the Android webpage, but did not find out the range, maybe I wasn't paying attention(but I read it twice), or maybe I just did not understand its concept. – Franva Apr 30 '21 at 00:01

0 Answers0