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 am trying to run the ACCEL 10 CLICK based on the LIS2DW12TR on MicroPython on i2c protocol.A perfectly working code of the ADXL345 is https://github.com/DFRobot/micropython-dflib/blob/master/ADXL345/user_lib/ADXL345.pyTaking this as a reference I t...
Hi there!We've used Unico a lot and find it really cumbersome to create new `.ucf` files: you need to juggle between apps, you can't go back during configuration, if you've made a mistake you have to start from scratch. And it's not possible to auto...
Greetings,I have been working on the SensorTile.box and specifically the pedometer functionality (worn on wrist) for a while now and I am stuck right now.I want to optimize the algorithm to reliably count steps. To achieve this, I began optimizing it...
Hi,i'm using the LIS3DSH to read data in different sampling rates (from 25 up to 1600), but in some cases i notice the first data in Z axe is not correct (some times it's too low or too high, for example, first data is -0.7g (or -1.5) and the rest ar...
Hi,While trying to calibrate the magnetometer, upon successive failures, I noticed that the values that were read for the Y and Z axes are successively repeated until a different value is read (as can be seen below). It appears that there's some kind...
I have been working for days with the ST-link v2 and the Steval FCU001V1 in Ubuntu 18.04. I have generated the code for the most important utilities to read, for example, the sensors, set the LEDs and send data over the USB.I have compiled the code u...
Hi,I am using LSM6DSMTR on a Linux ARM V8 processor, I have complied the basic code using standard mems driver. I want to use the motionFx library to get the quaternion data . The provided library only includes the complied library and header files.