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.
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 */ //...
I`m usung STEVAL-MKI193V1 board + STM32f103c8.After init, It shows me sometimes 0x48 0x4C 0x54, 0x56 but it should be 0x6B.But sometimes after debugging multiple reboots, step by step executions, I manage to see the number 0x6b and everything works c...
Hi! I have sensortile.box. I want to capture (lsm6dsox)mlc data for unico gui. I followed the steps which are in https://github.com/STMicroelectronics/STMems_Machine_Learning_Core/tree/master/configuration_examples/example_1_sensortilebox_stble_unico...
Hello, may I ask whether the INTERNAL_FREQ_FINE register was written before delivery?Can it be understood that the actual data frequency of each ASM330LHH IC is different?My project will use many same sensors to collect acceleration and gyroscope at ...