MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How do I program my own FSM in LSM6DSV16X?

I am working with the X-NUCLEO-IKS4A1 expansion board and NUCLEO-F401RE.I’ve successfully programmed and run the examples provided by MEMS Studio and those in the STMems_Finite_State_Machine/application_examples/lsm6dsv16x repository. Additionally, I...

Request “thermal resistance” test report of LIS2DW12TR

Hi ST technical support,Our product need to pass Certification, this certification requires thermal resistance of LIS2DW12TR, LGA-12 package, Certification body required write “thermal resistance” into datasheet or provide formal test report of therm...

Susan by Associate II
  • 200 Views
  • 2 replies
  • 0 kudos

LSM303 register interface compatibility ...

I recently began working on an driver software for a magnetometer application, which is intended to support both the LSM303 (the LSM303DLHC, to be exact), and the HMC5883L from Honeywell.And I didn't fail to notice that both devices have identical I2...

Ozone by Lead II
  • 244 Views
  • 5 replies
  • 1 kudos

Resolved! Working on ISM330dlc

I am working on ism330dlc to find gyroscope x, y, and z values. I am getting x, y, and z values. I am also getting variable x, y, and z values when the board is maintained constant. I wrote registers are 0x1204,0x1160,0x1060,0X22,0X23,0X24,0X25,0X26,...

LSM6DSO32 device id 0x00 after few hours

Hi all,We got odd issue with LSM6DSO32 IMU on our device. After like 6-10 hours of working it begins to not response correctly and it stays until completely power replug. Our code tries do reinitiate IMU when it happens, but within that "frezze" stat...

mpopko by Associate II
  • 117 Views
  • 1 replies
  • 0 kudos

Some problems about ism330dhcx

Hi, stNow I've found some new problems.​Sometimes the value read from who AMI register will be 0x48. After finding this problem, I suspect that the connecting wire is unstable. After replacing the DuPont wire, the value read back to normal (0x6b). I ...

6June.1 by Associate II
  • 2591 Views
  • 9 replies
  • 1 kudos

LSM6dSOX_MLC

Hi All,I am currently working on a health tracker/monitor project that utilizes the LSM6DSOX sensor, interfaced with the nRF5340 platform and running Zephyr. So far, I have successfully implemented tilt and tap detection features.As the next step in ...

Resolved! Using 'libiio' to read Accelerometer data from the IMU

 We want to use iio buffers to read accelerometer data. I tried the following, but it did not work. root@FAFUSION:/sys/bus/iio/devices/iio:device2# ls buffer current_timestamp_clock events in_accel_scale_available in_accel_y_raw mount_matrix of_...