You are reading a single comment by @AccMagno and its replies. Click here to read the full conversation.
  • I'm getting now some weird values. Image of values In some point, the x value reverses to positive value from negative. Any ideas why? Something to do with int16Array format?

    And any idea why there is a scale of 5000 and that multiplied with two like in line 27:

    accelx[i] = a.x*SCALE*2;
    
About

Avatar for AccMagno @AccMagno started