Hello everyone,I want to use the LIS3MDL Magnetometer sensor in the picture with a NUCLEO-L053R8 board with an I2C interface.I want to set the sensor to output an Interrupt.My question is: Can I do this, using the Official X-Cube-MEMS1 library? Is th...
Hello,I'm currently trying out different configurations of the ISM330DLC sensor hub. Everything works as expected as long as I don't configure it to read more than 12 registers. If I do try to use more than 12 registers, I get some unexpected output ...
Hello....I am trying to communicate with the above subject but I am not sure what CPOL and CPHA should be set to. STM uses MODE1 - 4 but SPI talks about MODE 0 - 1. I have the following basic code to just try and read the WHO_AM_I Register (0x15) w...
I want to set a certain threshold on an accelerometer and have it generate an IRQ. Do both of these accelerometers allow me to do this?Is one better than the other for this application and if so why?Thank you
I want to use the sensor in on of out devices to measure the obtacle in a given threshold range and was wondering if it can be used outdoors, how about covering this sensor with some coated glass ? will that work? Please suggest so we can finalize ...
I have configured the LSM6SDM into continuous mode, 104Hz as is described in AN487, Example 1. I am reading first the number of words in the FIFO, and then the FIFO Pattern (from FIFO Status 3).Here are some code snippet for initialization:unsigned c...
I am attempting to use the LPF2 chain on the LSM6 accelerometers. The cut-off frequency is described as something like ODR_XL/100. I assume that means if you are running at 12.5 Hz the cutoff frequency is then .125 Hz. I am assuming that this is the ...