Skip to main content
Associate II
May 8, 2024
Question

vibration monitoring with ASM330LHH

  • May 8, 2024
  • 1 reply
  • 913 views

hello,

  i'm working on asm330lhh imu sensor and s32k324 nxp microcontroller.

Microcontroller : s32k324

imu sensor : ASM330LHH

interface : SPI 

    Question  

1. i want to monitor vibration with this imu sensor. how can i implement code give me vibration monitor example code for asm330lhh. example code i checked but it is for ism330is sensor so i want for asm330lhh.

2. can i manullay implement code. if yes then what will be need i mean which parameters needs and  what formulas to be need ?

 

This topic has been closed for replies.

1 reply

Associate III
May 8, 2024

You can look at the application note from ST for the IMU. On page 30, its outlined that the wake-up interrupt can be used. This is what you would need for a basic form of vibration detection.