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 try to add mutex in the X-CUBE-53L1A1 SimpleRangingExamples I have defined #define VL53L1_GetI2cBus(...) CO_Mutex_get() in vl53l1_platform.c #define XNUCLEO53L1A1_GetI2cBus(...) CO_Mutex_get() inX-NUCLEO-53L1A1.cand also for PutI2cBusBut the driver...
The goal is to create the precise (and as cheap as possible) inclinometer, basing on the IMUs sensors. It should measure the angle change of the rotating wheel (speed up to 250 deg/s), with accuracy of 0.01 degree. I am not rejecting the fushion of f...
Hi Everyone, I am having issues configuring INT1. I have attached my current configuration.The init code looks like this: /* * Restore default configuration. */ lsm6dsm_reset_set(&accel_ctx, PROPERTY_ENABLE); do { lsm6d...
Hi,I am trying to enable free-fall interrupt on INT1 and wake-up on INT2. However only free-fall on INT1 works. Here are the register settings:CTRL_REG1 = 0x6F // 200Hz ODR, enable XYZCTRL_REG2 = 0x00 // disbale HP filterCTRL_REG3 = 0x40 ...
I am using STEVAL-MKI174V1 adapter board for LIS2DS12 evaluation. I checked the schematic of STEVAL-MKI174V1 and I have two questions:Can Vdd for STEVAL-MKI174V1 be 3.3V without damaging LIS2DS12 because it can handle only 2.2V (It seems answer to th...
Hi,I am reading data out from two LIS3DHs. All works as expected until the full scale is set to +-16g.According to the data sheet, when FS is 11 and low power mode is enabled, each LSb in the data output registers represent 192mg. Low-power mode give...
Hi, I need to get the FIFO contents prior to impact, to do this, I enable high pass, and go to stream to FIFO mode. But I get an interrupt as soon as I finish configuringI am configuring LIS2DH12 according to your application note:CTRL_REG1 = 0x37 //...
I am wondering if you could provide any sample code for testing the LIS2DW12 on Arduino if you have any? Thanks!