• Hi,

    The values reported there are actually the raw values off the chip. Honestly, they should really have been scaled already, but now the Puck.js v2 is out there it's going to hard to change it without it being really confusing.

    • accelerometer: full-scale (32768) is 4g, so you need to divide by 8192 to get correctly scaled values
    • gyro: full-scale (32768) is 245 dps, so you need to divide by 134 to get correctly scaled values
About

Avatar for Gordon @Gordon started