Resolved! STEVAL NKI128V1
Hey there. I just got this 3-axis accelerometer. Can I use it with Nucleo board?Thanks!
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.
Hey there. I just got this 3-axis accelerometer. Can I use it with Nucleo board?Thanks!
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
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
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...
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.
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 ...
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...
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...
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...
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