MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! Weird CubeIDE behavior when trying to use MEMS library

Hello!This is what I have done yet:I started by launching STM32CubeMX and creating a new project for my specific STM32 Nucleo board.Once the project was created, I moved to the Pinout & Configuration tab. There, I enabled the I2C1 peripheral. I then ...

_legacyfs_online_stmicro_images_0693W00000bl0QzQAI.png _legacyfs_online_stmicro_images_0693W00000bl0RJQAY.png
DLid.1 by Associate II
  • 599 Views
  • 1 replies
  • 0 kudos

How to change a network called in FP-AI-CTXAWARE1 package?

Hello, I recently bought the STEVAL-MKSBOX1V1 card (Sensortile.box). I would like to perform emotion recognition from speech through a convolutional network of my own creation. I downloaded the FP-AI-CTXAWARE1 package and opened the project on STM32 ...

FRana by Associate
  • 491 Views
  • 1 replies
  • 0 kudos

Resolved! Reading square wave signals

I am trying to read a square wave, or rather I am trying to detect when a square wave is falling using the Nucleo-F746ZG board. Using CMSIS v2, using STMCubeIDE 10.1The square wave comes from a flow sensor, and every time it goes from high to low an ...

SHelg.1 by Associate II
  • 1455 Views
  • 3 replies
  • 1 kudos

How to integrate LSM303AGR in STM32CubeIDE with STM32L4

Hey all! I'm doing a client project where I'm integrating an LSM303AGR on a custom board. I've included the XCUBE-MEMS package into STM32CubeIDE, and selected the LSM303AGR and set the I2C settings in the platform settings. This gives me LSM303AGR.C/...