Actual range of the accelerometer?

Hello,

This is what the documentation states about the accelerometer:

Accelerometer
Value range: 0-1 Units: Gs

This would suggest the accelerometer data are provided as floats.

However, when looking at sensel.h, the accelerometer data within the SenselAccelData struct are encoded as ints.

So, what’s the actual range?

Thank you in advance.

So, when the support is nowhere to be found, self-answer is the only solution.

I have values between -32640 and +32640, except for the x axis, where it reaches +32704. So we have short ints.