Resolved! DB4236 for X-NUCLEO-GFX01M1: UM2750 missing
DB4236 mentions user manual UM2750. Apparently, this is not available on ST's website? The link inside the document to this UM doesn't work either.
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.
DB4236 mentions user manual UM2750. Apparently, this is not available on ST's website? The link inside the document to this UM doesn't work either.
on my board, the voltage on Pin21/ 24 are ~ 0.002v after power-up, it that correct ?here is my schema: Thank you very much!
I'm trying to get maximum data rate (ODR=6.66KHZ) of the LSM6DSR with using STEVALMKI109v3 and my own code running on windows 10 laptop. Unfortunately, I couldn't get reached to the speed. it was about 6.56KHZ. The RX buffer on laptop side is good i...
My application is very low power, and I need to save power wherever possible. To this end, I do the following:LIS2DE12_WriteReg(LIS2DE12_MEMS_I2C_ADDRESS, 0x20, 0x08);Which basically puts the accelerometer in power down mode. The LIS2DE12_WriteReg ba...
Hello, support team.In my test board, lis3mdl is connected to lsm6dsox I2C.From above board, I want to read acceleration and gyro at 1667Hz, magnetic at 1kHz.I refer to lsm6dsox_sensor_hub_fifo_lis2mdl.c to implement SW.But It looks like magnetic da...
HI,In LSM3DH accelerometer sensor datasheet given output of accelerometer is 16 bitthey are divided into two 8bit registers. MSB, LSB registers. LSB register is always giving ZERO as output. only MSB register is giving output.Why LSB register is alwa...
Dear, I am trying to find speed of a moving vehicle using accelerometer. Is there any acclerometer with you(ST) ? Please Suggest me one. If any body done with this Project, please Share your Experience.Thank You.
Hello, support team.In my project, I want to read acceleration and angular rate from lsm6dsox as fast as possible.In polling mode example, lsm6dsox_xl_flag_data_ready_get function is called before lsm6dsox_acceleration_raw_get.To faster the proced...