MEMS (sensors)

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.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STEAL-STWINKT1 live data reading

Hello everyone,i have STEAL-STWINKT1 board. It has some sensor on it. I want to see these data live on screen and save these values. I dont need to plot fft. How can i do that without using coding with hal libraries. Thank you

bcryhun by Associate II
  • 672 Views
  • 2 replies
  • 1 kudos

Resolved! IMP23ABSU vs MP23ABS1

Does anybody know if there is any difference between these two MEMS Microphones. The IMP23ABSU does have some Ultrasonic characteristics, but my understanding is the MEMS mics would have ultrasonic bandwidth anyway.Thanks

JKing.3 by Associate II
  • 1064 Views
  • 2 replies
  • 0 kudos

PDN impedance recommendation? ASM330LHH

Hi, I'm optimizing the decoupling capacitors of the board using PDN analysis with ansys siwave tool.And I need to set the requirement for the IC.Do you have a recommendation for that?For example, the IC needs: 0.1ohms between 0 and 10MHz, then 0.2ohm...

fposser by Associate III
  • 1143 Views
  • 0 replies
  • 0 kudos

Impedance of the SDO - ASM330LHH

Hi,What is the output impedance of the SDO pin?I'm doing a schematic with this components and I want to match the impedance of the trace. Thank you.

fposser by Associate III
  • 797 Views
  • 0 replies
  • 0 kudos

Enable vibrometer in STWINKT1B

Hello Everyone,In STWINKT1B, I need to enable the IIS3ZDWB sensor (vibrometer) and should be able to measure vibration of the given object with my phone via Bluetooth but the ST BLE Sensor Classic app is only showing the environmental parameters.Can ...

PD by Associate
  • 708 Views
  • 1 replies
  • 1 kudos

Resolved! STWINKT1B STREAMING USB

Hi,I bought the STEVAL-STWINKT1B hoping to be able to store and plot real-time data from my accelerometer, both in the time domain and in the frequency domain (performing FFT) for the purpose of developing my project. I bought it thinking that it wou...

Vibration sensor sleep mode

Hi,We confirmed that it is due to vibration sensor (IIS3DWBTR) only because when we removed sensor IC and tested remaining board the consumption was 7.4uA with micro controller (STM32) , memory also. But after placing vibration sensor and making it i...

Resolved! How to display the float value in Cube IDE .

 I am using Sprintf, but I cant see the number in UART LPS22HH_pressure=LPS22HH_GetPressure();   sprintf(result,"%4.2f", LPS22HH_pressure); // @suppress("Float formatting support")I have also tried %g