LSM9DS0TR (PR9-18) Accelerometer Values

Hello - I’m attempting to use the LSM9DS0TR Mini Module (PR9-18) for vibration monitoring (via Raspberry Pi) and have been receiving static values for each of the axis when using the following script:

Output:
image

I’m not particularly concerned about gyro and magnetometer data (other than that the sensor is not returning values). Is there a calibration procedure required for this chip? Anything else I’m missing?

Thanks!
Tim

Tim,
I never used this python script.
here are few things you will need to set

  1. data rate
  2. range
  3. mode

This should give you raw acc value. in order to calculate vibration you will need add filter and remove noise and will also require 6 point calibration.