MEMS (sensors)

Ask questions and find answers on ST MEMS sensors, such as the LSM6DSV and the LSM6DSL. Learn how to use the SensorTile.Box, and STEVAL kits.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! I am using IIS2DH accelerometer sensor with stm32wb55 for Vibration Sensor application. I am having tech query listed below, 1) Range of X ,Y and Z axis raw data. 2) Range of X, Y and Z axis in mg 3)How to calibrate X , Y and Z (Raw data / mg ?)

4) Which FFT algorithm is best for my application (RFFT/CFFT)5) After FFT will i get three output for x , y , z or only 1.6) Output example of after FFT.

HPate.7 by Associate II
  • 3309 Views
  • 5 replies
  • 0 kudos

Resolved! Data sampling of ISM330DLC

Hi! I am using ISM330DLC to get data from all three gyros and three accelerometers with an ODR of higher than 400Hz. When the circumstance temperature is going down from normal to about -20~-30℃, there are several disturbance in outputs of gyros (dif...

BLee.3 by Associate II
  • 2626 Views
  • 4 replies
  • 0 kudos

Option "Enable Admin Panel" in DSH-PREDMNT1 serverless.yml file. Can someone explain this option and what is the purpose of this Admin Panel in DSH-PREDMNT1.

In DSH-PREDMNT serverless.yml file there is an option as below... # uncomment to deploy admin panel # - Outputs: #   AdminIdentityPoolId: #    Value: #     Fn::ImportValue: AdminIdentityPoolId #   AdminPoolId: #    Value: #     Fn::ImportValue: Admin...

Vchak.11 by Associate II
  • 3030 Views
  • 1 replies
  • 0 kudos

lsm6dsox interrupt

Hi,I want to read sensor data periodically in interrupt mode.And sensor is configured like below code. /* Set Output Data Rate */ lsm6dsox_xl_data_rate_set(&lsm_ctx, LSM6DSOX_GY_ODR_3333Hz); lsm6dsox_gy_data_rate_set(&lsm_ctx, LSM6DSOX_GY_ODR...

0693W00000APnfXQAT.png 0693W00000APnfSQAT.png
JPARK.2 by Associate II
  • 1399 Views
  • 1 replies
  • 0 kudos

SensorTile Box- Steval Mksbox1V1

Hi, Am trying to generate the C-code for the ASC (Acoustic Scene Classification) model from the FP-AI-SENSING1 Pack through Stm32cube mx. But I can see there is changes in the code between existing code and the new code which was generated by me. I ...