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
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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.