Hi,We want to know is there any Air quality sensor available in STMicroelectronics ?.The host controller that we are using is STM32L462CEU6. Also, Please let us know how can we interface this Air quality sensor with STM32L462CEU6 asap.Regards,Kamesh ...
Hi,We want to use IMP34DT05 Sound sensor in our application.The host controller that we are using is STM32L462CEU6. Please let us know how can we interface this sound sensor with STM32L462CEU6 asap.Regards,Kamesh LakhwaniProject LeadSystem Level Solu...
Hi,We want to use STEVAL-MKI155V3 sound sensor in our application.The host controller that we are using is STM32L462CEU6. Please let us know how can we interface this sound sensor with STM32L462CEU6 asap.Regards,Kamesh LakhwaniProject LeadSystem Leve...
Hello,I would like to use accelerometer LIS2DH12 to detect the following events and notify via interrupts:Free fallDevice entering motionless state (inactivity) Strong impactI am planning to use INT1 pin for free fall and INT2 pin for inactivity and...
Posted on December 23, 2016 at 13:21After sending 'single shot reading mode' command (sending 0x01 to register 0x0018), I check 'RESULT_INTERRUPT_STATUS_GPIO' register at 0x04F and always read 0x00 that means it is busy.I replaced vl6180x with a new...
Hi,I try to test the MotionAW algorithm, but the MCU gets stuck at MotionAW_Initialize()I use STM32L476QE, with IAR version 8.22 (DSP is enabled in the project settings as well as FPU).I added MotionAW200_CM4F_IAR8_ot.a and motion_aw.h to the project...
Hi @STM Community ,i am using XNUCLEO 53l1A1 with 3 ToF (interrupt mode).This is my pseudo-code:1- Sensor = LeftSensor2- StartMeasurment()3- Interrupt Received?if yes: 4- GetRangingMeasurmentData() 5- ClearInterruptAndStartMeasurment() 6- StopMeasur...