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

HardFault once calling MotionFX_propagate()

my mcu is STM32F730R8Txsensor: LSM9DS1use CubeMx gen code, with Makefile(under linux env)I use lsm9ds1_reg.c as sensor driver fetch raw data, and it worked fine.then, do the following as MotionFX lib documents:MotionFX_initialize()MotionFX_getKnobs(&...

MMa.1893 by Associate III
  • 10493 Views
  • 23 replies
  • 0 kudos

Resolved! Is the LSM9DS1 accelerometer sensitivity right for the 16G?

I am using the IMU LSM9DS1. However, when developing the library for communicating with the IMU and reading the accelerometer values, I noticed something odd.According to the datasheet, the sensitivity of the accelerometer is given by: which normally...

0693W000005Bc3ZQAS.jpg
MSanc.1 by Associate II
  • 2541 Views
  • 7 replies
  • 0 kudos

how to differentiate between different detections(freefall, motion and tampering detection)when they are configured on the same interrupt?

i am currently working using LIS2DH12TR sensor, on which i had configured the below detections on interrupt 1, how to differentiate between different detections(freefall, motion and tampering detection)when they are configured on the same interrupt?w...

Mnago.1 by Associate II
  • 1287 Views
  • 1 replies
  • 0 kudos

Hi , I like to use NUCLEO-L476RG's DAC output to output audio from analog and digital microphones. Can I stack both AMICAM1 and CCA02M2 modules on Nucleo-L476RG at the same time?

Which board should supply the power to the system?I am using AMICAM1 to power the NUCLEO-L476RG following the instruction. AVDD is provided by AMICAM1 because the SB57 on NUCLEO-L476RG has been removed. Will a powered AMICAM1 module also supply power...

WDai by Associate II
  • 3192 Views
  • 7 replies
  • 0 kudos

Resolved! Need advice to redesign and reprogram a STEVAL-STWINKT1 board

I wish to make changes to a STEVAL-STWINKT1 which I bought, in other words I have to redesign to suit my application. The example projects works fine. I want to know from experts, is there a tool which will help me to write program or copy the exampl...

Shaun.t by Associate III
  • 3294 Views
  • 9 replies
  • 0 kudos

motion fx library running at 100hz giving wrong orientations when the device attached to it rotates at faster speeds

I'm using motion fx library to get orientation of the device. I'm putting the device running sensor-fusion on a cricket bat. If I play a very fast swing, the orientations are becoming inaccurate. if I wait for some time holding bat in standstill p...