We have a board with a LSM6DSL chip that can be mounted horizontally or vertically.Are the X Y and Z axes symmetrical for when reading basic Accelerometer features?
Hi!I am using the IIR function block in Algobuilder. In the UI I can enter the coefficients manually or use a file. The implementation uses the CMSIS functions Biquad Cascade IIR Filters Using Direct Form I Structure (void arm_biquad_cascade_df1_init...
Hi!I have a Nucleo board and use the FFT example that comes with Algobuilder. It shows all the data and the results from FFT in the separate window. I would like to export all the data (accelerometer values, FFT results, peaks, etc). It works with ac...
I am using a LIS331DLH accelerometer chip and I have seen that when I change its configured sometimes I get double value for x, y and z but only for the first sample. Do I need to discard the first sample after configuration change like some other ch...
I was testing the LSM6DSL, at first 10 versions of my firmware, the sensor is working fine, I was able to read and write to its register. Now it does not work, reading the WHO_I_AM register gives different value than 0x6A. I hope you can help me.
Good afternoon,My name is Jorge. I am an firmware engineer from Sayme Corp in Spain.I am using an LSM303AGRTR acceleration and magnetic sensor to get temperature values.I am following the instructions from the datasheet:"4.5 Temperature sensor The LS...
Hi,I got a doubt while i was studying IIS3DWB data sheet, "Meta information about accelerometer and sensor configuration changes can be managed by enabling the ODR_CHG_EN bit in FIFO_CTRL2 (08h)". But , i have not found that bit in FIFO_CTRL2 registe...
in bno055's datasheet adress shown as 0x28 or 0x29 (in decimal 40 and 41) but when ı use i2c adress finding function it returns 80. To be sure about adress I writed following code but there is strange issue. When code is like that firstly d becames 2...