Hi Sir/Mam,For our design which operates at both 1.8VDC and 3.3VDC and we use the sensor with part number LIS2DW12TR. We require the current consumption details for 3.3VDC,in datasheet we found the current consumption values only for 1.8VDC. So pleas...
I have one axis on the LSM6DSO that gives a lot of false positives due to some vibrations on the board. I know there is a way to set the step count and duration thresholds, but is there a way to adjust the sensitivity or motion threshold of just one ...
Hello everyone. I am nearly beginner of using mems sensors. The license agreement of x-cube-mems1 is SLA077 . I read this license agreement a little bit and i confused that could i use this library for my commercial product. And additionally could i ...
Is there an example for how to implement an FSM using the mbed library? I found an example FSM on GitHub that I would like to try, but I'm not sure how to implement with the mbed library. Links below.https://os.mbed.com/teams/ST/code/HelloWorld_IKS01...
Hello,I want to install X-CUBE-MEMS1 Driver in STM32 Cube IDE(V 1.5). The pc that I use, has not internet connection. I downloaded X-CUBE-MEMS1 Expansion for STM32Cube offline. There is only version 8.2 on ST website. So I chose that one.I opened E...
I am designing a movement detector with the chip IIS328DQ (using INT1).For the IIS328DQ registers configuration, I use the driver https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/iis328dq_STdCNOTE: User register configurati...
fp=fopen("Issamos.csv","w+"); /* Infinite loop */ /* USER CODE BEGIN WHILE */ while (1) { /* USER CODE END WHILE */ /* USER CODE BEGIN 3 */ temp_value = BSP_TSENSOR_ReadTemp(); int tmpInt1 = temp_value; float tmpFrac = temp_val...
Hello Friend i have a problem about vl53l0x measurement sensor. i send a error message while open the GUI.i shared a erros screen shot .What is the problem. Thank you
I'm using LSM9DS1 and MotionFX to get the heading of my device,(also I am using MotionAC, MotionGC, MotionMC to perfome a calibration ), I can get a good result sometimes (usually after a QUICK movement or rotation). But, when it is static or moving ...