MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! LIS2MDL data never ready

Hi,I am trying to read data in continuous mode from the LIS2MDL on a personal board with the help of the exemple(https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/lis2mdl_STdC/examples) and driver (https://github.com/STMicro...

spglou by Associate
  • 510 Views
  • 2 replies
  • 0 kudos

Use the SPI of Nucleo-F446RE to connect to LSM9DS1

+I'm a beginner. I used the STM32 CubeIDE to compile and used the SPI of the Nucleo-F446RE to connect to the LSM9DS1. I want to read the data of its accelerometer, gyroscope and magnetometer, and use the field expression function to observe it. I fou...

Jian003 by Associate
  • 568 Views
  • 2 replies
  • 0 kudos

data collection

How many data points are necessary to build a reliable machine learning model (with mlc)? Is there a point where adding more data no longer significantly improves the model's performance?

SamuPre by Associate
  • 322 Views
  • 1 replies
  • 0 kudos

st_lsm6dsvx: odr_calib seems wrong

Hello,I think there is two errors in the st_lsm6dsvx driver in the odr_calib calculation algo : odr_calib = (data * 37500) / 1000 :data should be casted in s8 like in other driversthe formula seems wrong according to the datasheet :Formula seems to u...

Resolved! Calculating THRESH1 for the FSM and ISM330BX accelerometer

I'm doing a 4D orientation detection FSM on the ISM330BX. There is no example for this IMU so I'm following the examples for some of the other IMUs. That is fine and the code works, but what I can't work out is how to calculate the THRESH1 value and ...

reefwing by Associate II
  • 646 Views
  • 2 replies
  • 1 kudos