2017-10-07 11:45 AM
Hello,
I am using a Pololu Minimu9 v5. I successfully did a self test of the LIS3MDL 3-axis magnetometer and now I am trying to self test the LSM6DS33 with the procedure mentioned in the application note. My test appears to fail each time. I don't know if it is my method or if the sensor has malfunctioned. What is the proper implementation of the self test? Is there anything you can do to readjust sensor to optimal functionality?
#self-test #lsm6ds33 #accelerometerSolved! Go to Solution.
2017-10-09 12:45 AM
Which part failed during the self-test? Accelerometer, Gyroscope, Both?
Can you share the output values with and without self-test enabled?
You can find example implementation of the self-test procedure for LSM6DS3 in
package.It is not possible to re-adjust the sensor.
2017-10-09 12:45 AM
Which part failed during the self-test? Accelerometer, Gyroscope, Both?
Can you share the output values with and without self-test enabled?
You can find example implementation of the self-test procedure for LSM6DS3 in
package.It is not possible to re-adjust the sensor.
2017-10-09 09:59 AM
Hello.
I figured out why my testing method was failing. First I used the LSM6DS3 datasheet to determine the self test output change for linear acceleration and angular rate because the LSM6DS33 datasheet does not specify. Secondly I had to correct some of my coding. The self test now passes for each component.