Hi,I am wondering if someone can help me. I am working with the X-Nucleo-53L1A1 board and I am using the STSW-IMG010 people counting example. In this example the 2 8*16 zones get defined using a center value of 167 and 231 repectively (using the SetR...
lsm6dso sensor generates significant motion interrupt when a change in user location is detected. It generates an interrupt when the difference between the number of steps counted from its initialization/reset is higher than 10 steps. So it uses step...
I'm using the H3LIS331DL high-g accelerometer. Below is my setup code including register configuration: void init(void) { // Write to CTRL_REG3: interrupt active high, push-pull, no latching, data ready signal on INT1 write_data = 0x02; ...
I'm trying to get the st-ble-sensor app and microphone bluetooth communication code from the example software of blueNRG tile and put it in st-ble-mesh, and I wonder if this is the right idea. Or any other advice, please
Sir i'm trying to communicate LPS25HB sensor with STM32F072RB board but the sensor is not acknowledging and to make sure i have connected RTC DS3231 it is working properly. I have checked clock speed with 100khz and 400khz also, pull-up i have connec...
Hi,I'am working on a LSM6DSO32, I've read the datasheet and source code example here. But I don't understand the utility of FIFO. In wich case to use FIFO rather than raw register like OUTX_L_G (22h) and OUTX_H_G (23h) for raw X axis angular rate for...
Hi,I am trying to upload a new example binary on to the device. The binary is from here:https://my.st.com/content/my_st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32-ode-function-pack-sw/fp-sns-datalog1.lic...