04-07-2021 08:13 PM
04-08-2021 03:32 AM
Hello Calvin111,
It seems to have something to do with the data conversion on your MCU platform.
04-11-2021 07:31 PM
To how many decimal places can then sensor be accurate to then?
04-12-2021 09:40 AM
Hello Calvin111,
For accelerometer of BMX160, output data format is LSB/g. It is not floating point number, so without decimal places.
For example of 8G range, it could be convert to (x/4096.0)g、(y/4096.0)g、(z/4096.0)g.
04-12-2021 02:27 PM
Hi
So just to confirm then, the bmx160 sensor is only capeable of returning whole numbers (integers)?
Or is it capable of returning floats aswell?