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.
I'm using the NUCELO-G071RB with the STEVAL-MKI215V1. I tried to use the example code for the LSM6DSO available on github: https://github.com/STMicroelectronics/STMems_Standard_C_drivers/blob/master/lsm6dso_STdC/examples/lsm6dso_fsm.c, since I did no...
Backgroud: i'm hardware engineer and work for SKF. we used your Lis2DW in our product to test speed of metro.Issue: we found some noise siganl or high Freq. aliasing add in collected data in low frequency. In LIS2DW user guide manual, i find some dec...
Hi,I need to use the execution_config to enable autonomous mode for my STWIN, and sample intermittently a couple of sensors. So I put at the root of my SDCARD the two json files (DeviceConfig and execution_config) with the following code supposed to ...
Hi guys,I am currently working on a project with lis2dw12 tap and orientation interrupt. I have come across an issue of INT1 output.I have tested the INT1 output signal with the code below:#include "lis2dh_reg.h" void lis2dh_int_test(stmdev_ctx_t d...
int main(void) { HAL_Init(); /* Configure the System clock to 80 MHz */ SystemClock_Config(); MX_GPIO_Init(); MX_DMA_Init(); MX_CRC_Init(); MX_RTC_Init(); MotionDI_Initialize(&freq); /* Optional: Get version */ //...