Resolved! LIS2DH temperature correction
How can I correct the temperature? Is there a correction table?
How can I correct the temperature? Is there a correction table?
I am working on improving the pedometer functionality on a sensortile.box device. I would like to use the regression tool provided in the Unico GUI, to use pre-recorded data patterns to configure the pedometer. The problem I ran into is, that if I lo...
I am using a LIS3DH breakout board that is exhibiting weird behavior. My I2C master is a STM32L496 board that has been tested OK with other I2C chips.StartupI2C init to 400 KHzScan all possible addresses via HAL_I2C_IsDeviceReady() loop Remember add...
Hi, in the ST BLE App, how to choose the right acquisition time in the FFT setting for ism330dhcx vibration sensor? Please advise. Thanks!
It seems to read the data normally at first.After that, it keeps getting the same data.Moving the sensor does not change the data value.Is there any other command I need to pass before getting the value?I know you are busy, but please reply.upload im...
We have been using the LIS2HH12 accelerometer and it will work on a fresh board for about a day or so and then stop working. Below is some stripped down code from this library:https://gitlab.com/rhombio/rhio-libraries/rhio-LIS2HH12/-/blob/master/exam...
My register configuration are (0x10, 0x60)( 0x16,0x70)(0x11, 0x60)(0x12,0x40)I am getting values like (0, 5, 7, 65534, 65535, 567) for the all the axis , while my sensor are in rest.
Hi everyone, i recently purchased Adafruit LSM9DS1 Accelerometer + Gyro + Magnetometer 9-DOF Breakout(https://learn.adafruit.com/adafruit-lsm ... f-breakout) ,Im able to interface the sensor with arduino, Now im planning to interface the sensor with ...
I am using the Accel 10 click housing the LIS2DW12TR accelerometer and I want ot run it using a MicroPython program.The code is as follows:https://github.com/Yadnik1/Accel-10-i2c/blob/main/Accel10i2c.py .It does not detect the sensor and I am skeptic...