Resolved! Linearity of the LSM9DS1 gyro
Is there a number / measure for the linearity of the LSM9DS1 gyro across the 0-360deg range ?I mean, how much 1deg measured at 0deg orientation is the same as 1deg measured at 90deg orientation ?Thanks
Is there a number / measure for the linearity of the LSM9DS1 gyro across the 0-360deg range ?I mean, how much 1deg measured at 0deg orientation is the same as 1deg measured at 90deg orientation ?Thanks
Hi,I'm using the IKS01A3 board on a P-NUCLEO-WB55 board with the example application IKS01A3 DataLogTerminal.Some questions:where is the mapping from GPIO numbers (0 through 15) to pin names on the micro (STM32WB55 in QFN68 package)? I have the boar...
Hi,Is it possible to use MotionTL2 library with a 3rd party MCU? if yes, are there examples available?My setup is STM accelerometer sensor connected to a Nordic MCU board via I2C.Thanks.
This pedometer function can count steps after the first ten steps. The first ten steps is defalt and the application note said it can be change other value. I have found I should set up ****_DEB_STEPS_CONF register. But I don't know how to do that. ...
I'm working for LIS2DW12 sensor, I want to implement Pedometer so in this sensor there is no pedometer embedded option. I am using MEMS library but we are using BMD300 board (NRF52832),is it supported for NRF52832 ?
What should I change to feed up the model? Thank you in advance!
Currently, we are using I2C from userspace to poll the LSM9DS1. However, this increases the CPU load on our device. This is why we would like to use the Industrial IO driver to reduce this impact.We have already patched our kernel v4.14.78 with https...
Single click interrupt works fine, Double click interrupt works fine. When trying to enable both at the same time only the double clicks work. I have searched, and there are 3 old topics with this exact question, all are closed with no answer. Could ...