MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Long Blocking MotionFX_manger_run() Processing Time

Hi, I am currently having an issue where the MotionFX_manager_run Function is taking 4ms to process, blocking and starving other tasks. I am running at 48MHz on the STM32WB55 using the softfp compilation. How can I reduce the processing time of the f...

0690X00000AqWftQAF.jpg
Daniel L by Associate III
  • 522 Views
  • 1 replies
  • 0 kudos

LIS2DH Interrupt for 6D movement detection

Hi,I am trying to make the interrupt work on the the Y-Axis, X-Axis, or Z-Axis.Here are the outputs I am getting. Threshold set to 960 mg. So when it gets bellow that threshold I am looking for an interrupt on the Z-axis. 0.280: Acceleration [mg]:14....

Temperature sensors

Hi. Based on the temperature sensor i would also love to know ​what form of medium would be best for communicating the temperature to the microcontrollers, and their reasons. Thanks

NKenn by Associate
  • 386 Views
  • 1 replies
  • 0 kudos

Problems getting started with Sensor Tile

I am having a hard time getting started with the SensorTile and need some help. I am using CubeMx (v5.3.0) for the STM32L476JGYx selection, and observe the following result when I try to debug -Here is the error message:Here is the test setup:Thought...

0690X00000AppBWQAZ.png 0690X00000AppCKQAZ.jpg
Justin1 by Senior
  • 907 Views
  • 4 replies
  • 0 kudos

How to use UNICO with a custom MCU board?

I am trying to connect to a custom STM32L433-based development board (https://www.tindie.com/products/tleracorp/butterfly-stm32l433-development-board/) which is connected to an LSM6DSOX using UNICO, and while I can see the COM port in UNICO, when I t...

KWine by Senior
  • 309 Views
  • 1 replies
  • 0 kudos

LIS2DH12: 6d movement detection

I'm using LIS2DH12 and trying to implement 6d movement detection.Below is my present flow on startup.Set ODR to 25Hz in CTRL_REG1Enable i1_ia1 in CTRL_REG3Set full scale to 2g in CTRL_REG4Set aoi to 0 and remaining bits to 1 in INT1_CFGSet threshold ...