Motherboard: STEVAL-MKI109V3 (STM32F401VETX)IMU board: STEVAL-MKI197V (LSM6DSOX)Hello, I have ran into trouble setting the LSM6DSOX data rates of the XL and GY to 6667Hz in a custom STM32 project. The data is still fetched at a lower rate of around ...
We have a flutter application that is connecting to the ST BLE sensor chip via native bluetooth. We listen to the mems, pressure, accelerometer, and sensor fusion sensors to save to 4 files on the app. The ST SDK was giving us the observed blocking...
Hi, i'm trying to do GET and POST request with a Steval stwinkt1. The board is connected to the wifi using wifi.h librarie. Currently I connect the board to wifi. Then I send my Get request with the "WIFI_SendData" functionI store the response in a "...
by some mistake, we have a large batch of boards with LIS2DS12 sensor and STM32G030F6P6 mcu powered with 3.3 volts. but the maximum voltage for LIS2DS12 is 2.0 volts, and absolute minimum voltage for STM32G030F6P6 is 2.0 volts. so we tried to adjust ...
when I'm NOT enabling routing the Sleep state/change (setting CTRL5_INT2_PAD_CTRL to 0x00) I'm getting I regular good behavior of the SLEEP_STATE_IA bit (1 and 0 according to the wu cfg) HOWEVER, when I set CTRL5_INT2_PAD_CTRL to 0xC0 or 0x40, the b...
Recently, I have an Audio_playback_and_record project to understand the use of ST MEMS microphone. My purpose is to understand the running order of the functions defined in waverecorder.c, but I find that int main() can not find the function defined ...
Hi, I would like to know if there are a library and a function to acquire QVAR data from the ST sensor LSM6DSV16X as for example it is present for the ILPS22QS sensor for Arduino using a Nucleo-64 stm32 board.
HelloI would like to configure for z axis acceleration in LIS2DTW12 IC and read the data in FIFO mode. Kindly take a look at the below code for which i have configured as FIFO mode and 5 samples of data in that. let me know any correction!int main(...