Skip to main content
Visitor II
June 27, 2020
Question

How do we increase the resolution of the accelerometer on Sensortile. The accelerometer in question is LSM6DSM.

  • June 27, 2020
  • 1 reply
  • 553 views

I am using a sensortile board. Using the starter firmware I get the accelerometer (LSM6DSM) values with a resolution of 1mg least significant bit resolution in the csv file on the sdcard. According to the data sheet of LSM6DSM we can get upto 0.061 mg resolution.

The ACC values are stored as integers, unlike pressure, temp and humidity. How do we get float values for other LSM6DSM accelerometer as well?

Thanks in advance.

    This topic has been closed for replies.

    1 reply

    EElec.1Author
    Visitor II
    June 28, 2020

    Ah Never mind. I was making a silly mistake by displaying it as an integer. Such a noob I am.