MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Calculating THRESH1 for the FSM and ISM330BX accelerometer

I'm doing a 4D orientation detection FSM on the ISM330BX. There is no example for this IMU so I'm following the examples for some of the other IMUs. That is fine and the code works, but what I can't work out is how to calculate the THRESH1 value and ...

reefwing by Associate II
  • 368 Views
  • 2 replies
  • 1 kudos

Simple Accelerometer Configuration

Posted on May 08, 2013 at 17:40 Hi, I'm trying to configure the accelerometer on my stm32f4 discovery board. I lost with all the configuration of LIS302DL and TIM4 (example code) and do I need to configure SPI1 separately??? I si...

vault by Associate
  • 579 Views
  • 2 replies
  • 0 kudos

Resolved! I can't use MEMS-studio under KDE/Plasma (linux)

Hello,in KDE/plasma environment I can't use MEMS-studio because it doesn't show file dialogs.For example: MEMS-studio is connected to the STEVAL-MKI109V3 board, in "Advanced Features" -> "FSM" I click the "Load state machine from file“ button, but no...

zmogas by Associate II
  • 743 Views
  • 5 replies
  • 2 kudos

Could you please explain me if the STM Android Sensor IIO HAL calibration tool is an external APK? And provide information about how could I enable and run the calibration_daemon?

Hello,We have been working with the LIS3DH Accelerometer on an Android 11 based device. We have Integrated the corresponding Kernel drivers and the STM Android Sensor IIO HAL.As per our understanding our Android device should be able to read values f...

EVazq.1 by Associate
  • 866 Views
  • 3 replies
  • 0 kudos

Resolved! LIS2DH12 proper free-fall detection settings

Hi,I'm having trouble following how to properly setup free fall detection on the LIS2DH12. I'd like to generate an interrupt when the device goes from rest to free falling for a couple feet. The duration of the fall would be approximately 200ms. I'm ...