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

Resolved! STEVAL NKI128V1

Hey there. I just got this 3-axis accelerometer. Can I use it with Nucleo board?Thanks!

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
  • 1269 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
  • 2103 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
  • 1685 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
  • 1283 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
  • 1256 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...

nandhinis by Associate II
  • 1258 Views
  • 1 replies
  • 0 kudos

LIS2DH12 accelerometer values suddenly close to zero (-4, 0, 4)

Posted on November 14, 2017 at 21:08Dear allWe are using LIS2DH12 accelerometer in our product. We are juat about to launch the production and sales when we faces a weird problem.Suddenly the accelerometer starts reporting values like 0, 4 and -4, 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