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

Question about speed of VL6180x...

Posted on January 11, 2016 at 17:07Hello, if am using VL6180x sensor with Arduino Uno board. There are few libraries available on the internet to control this sensor using Arduino boards. The program in the library is written to give sampling rate o...

shardz by Associate
  • 508 Views
  • 1 replies
  • 0 kudos

VL6180x ODR

Posted on December 11, 2015 at 11:38Hi, i don't find the output data rate in the datasheet of the VL6180x proximity sensor. I read only 10Hz in relationship with the current consumption.What are the ODR settable ? ThanksS.Bertuletti #vl6180x #odr

stereo recording with 2 MEMS mics using libPDMFilter

Posted on January 18, 2016 at 18:37Hello everyone, I have a STM32F4-Discovery board with an integrated MP45DT02 MEMS mic, and I've bought also anothere mic (an MP34DT01), I would like to record at the same time from the 2 mics. I'm able to record in...

mad88 by Associate II
  • 534 Views
  • 1 replies
  • 0 kudos

LSM303D is noisier than LSM303DLHC

Posted on December 05, 2014 at 00:07We are testing out the LSM303D in our new product and we are finding that it is a lo noisier than the LSM303DLHC.    Should this be the case? We assumed that the LSM303D would have less noise.Our init sequence;   ...

spi functions

Posted on January 13, 2016 at 19:51helloi use in stm32f4 with Keil uVision5 and STM32CubeMX(i cunfig spi with cubemx ).i want to send and receive data from accelerometerI can not find the SPI function that send/receive data because i search fanction...

spi functions

Posted on January 05, 2016 at 19:50halloi use in stm32f4 with Keil uVision5 and STM32CubeMX(i cunfig spi with cubemx ).i want to send and receive data from accelerometerI can not find the SPI function that send/receive data because i search fanction...

Write issues with CTRL_REG6_XL of LSM6DS0

Posted on January 11, 2016 at 11:04 Hi everybody, I have a custom board hosting anLSM6DS0 sensor and an STM32F427 micro which communicate via SPI. The SPI interface is configured as follow: SPI5h.Instance = SPI_MEMS; SPI5h.Init....

valerio2 by Associate II
  • 379 Views
  • 0 replies
  • 0 kudos

AdaPilot - Open Source Autopilot with ST Sensors

Posted on January 10, 2016 at 15:18Hello ST Community,I would like to share with you the exiting announcement of the imminent start of the open source project AdaPilot, a safety critical autopilot for unmanned systems (drones) based on the Ada-SPARK...

jarno23 by Associate
  • 447 Views
  • 0 replies
  • 0 kudos

LIS3DH reading axes values problem

Posted on January 06, 2016 at 07:42I'm using LIS3DH_driver project from ST to read axes values from LIS3DH accelerometer. I'm not using STM32 but I have implemented my own LIS3DH_ReadReg() and LIS3DH_WriteReg() functions somehow and they are working...