2021-12-23 06:37 AM
2022-01-12 01:14 AM
Hi, of course, the ISM330DLC is programmable through SPI & I²C serial interface.
You can use the C drivers on Github, that can be used with all the C-based platforms.
https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/ism330dlc_STdC
It is a standard sensor, you can program it as all the other ones, for example the classic LIS3DH
https://learn.sparkfun.com/tutorials/lis3dh-hookup-guide/all
For the band, you can consider in first approximation a low pass filter with cutoff frequency at ODR/2, but you can choose many other combination, as shown in the datasheet
/Dk