MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can I built up this lib for RPi Pico RP2040?

Hi,I've connected to my Pico via SPI1 an STEVAL-MKI208V1K board with an IIS3DWB vibration sensor and I want to read data from it.I want to compile this driver for RPi Pico RP2040 using VSCode, can I do that? Can I port STM32 C lib for PICO RP2040?

redans by Associate
  • 199 Views
  • 0 replies
  • 0 kudos

Resolved! MEMS studio & STEVAL-STWIN KT1B

does MEMS studio support STEVAL-STWIN KT1B board ; cause according to the UM (https://www.st.com/resource/en/user_manual/um3233-getting-started-with-memsstudio-stmicroelectronics.pdf) only STEVAL-STWIN KT1 Hardware compatible (not with full/reduced s...

Saturated data on STwinkT1B with the iis3dwb sensor

Hello,For a predictive maintenance project on an STwinkT1B board. I am using an iis3dwb vibration sensor.When retrieving the data provided by the sensor, one of the obtained values is saturated close to 65535, which is close to 16 bits.I am using the...

RaphaelP by Associate
  • 273 Views
  • 1 replies
  • 0 kudos

Resolved! Send large chunks of data via BLE

Hello, I want to use the SensorTile.box to collect IMU data over BLE. I tried modifying the BLESensors source code to suit my requirements (by increasing the characteristic size etc.). But the ST BLE Sensor app doesn't seem to support this. I only re...

Flare by Associate II
  • 594 Views
  • 2 replies
  • 0 kudos

Resolved! (SOLVED) SPI communication problem with sensors

I'm using STEVAL-STWINKT1 (MCU STM32L4R9ZIJ6) and I'm trying to communicate with the motion sensors (ISM330DHCX, IIS3DWB, IIS2DH) by SPI3 interface (polling). I wrote a code very similar to that one present in the "Serial_DataLog" project, using HALs...

irene by Associate II
  • 1745 Views
  • 7 replies
  • 0 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/...