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.
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(...
HelloI’m work on a project where it is necessary to detect if unit has moved and/or rotated. The unit (battery powered and wireless) is eg. placed on the floor and needs to be placed with same heading if it is picked up and put back up on floor withi...
HiI am trying to make work the internal temperature sensor from a STM32G474RE and it seems to return a low value... 11.14 celsius degrees.This is the code I am using:#define TS_CAL1_ADDR ((uint16_t*) ((uint32_t)0x1FFF75A8)) #define TS_CAL2_ADDR ((uin...