Hi, you can refer to the datasheet or to the C drivers on Github.In order to convert from LSB to physical units (in this case dps), you have to multiply the raw data (in LSB, obtained concatenating for example the OUT_X_H_G and the OUT_X_L_G, and cas...
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...
Hi @GThab.1 , in the absence of already-built examples, probably the easiest way to deal with this is to start from the FP-SNS-ALLMEMS1 examples for the STM32L476RG-Nucleo board, and then change the according to the difference in the pinout between ...
Hi, you might manage the condition in a firmware loop, where you detect the interrupt and then you set the ODR to 0000 (power down condition). Then, after a certain amount of However, if the wake up needs to be triggered by an external event, you sho...
Hi, in the AN5040 the following is reported:The step count is not reset to zero when the accelerometer is configured in Power-Down or the pedometer is disabled; it can be reset to zero by setting the ****_RST_STEP bit of the CTRL10_C register to 1. A...