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

LSM9DS0 SPI trouble STM32F405

Posted on November 07, 2014 at 08:45Hi everyone,this is my SPI configuration used for interfacing with the LSM9DS0 in 4 wire RCC_APB1PeriphClockCmd(RCC_APB1Periph_SPI2 , ENABLE);    SPI_InitStruct.SPI_Direction = SPI_Direction_2Lines_FullDuplex;    ...

tylere by Associate II
  • 619 Views
  • 1 replies
  • 0 kudos

How to get the STEVAL-MKI121V1 board to work under Linux?

Posted on January 19, 2015 at 16:24I can get the STEVAL-MKI121V1 to work under Windows via the Inemo SDK. I would like to have a similar setup under linux. Is there a driver (module) and SDK available to do the same?What would be the fastest and eas...

amanders by Associate
  • 547 Views
  • 0 replies
  • 0 kudos

l3gd20, FIFO level

Posted on January 16, 2015 at 13:28Hello.What i am trying to do - is to synchronize all inertial sensors (accel, gyro, mag). Each of these sensors has its own FIFO buffer.I did not encounter any problems with magnetometer and accelerometer, in contr...

sir by Associate
  • 460 Views
  • 0 replies
  • 0 kudos

STEVAL-MKI117V1 audio output

Posted on January 12, 2015 at 16:48Hi, I'm runnig a small research project with the STEVAL-MKI117V1 evaluation board. At the moment I'm facing some problems with accessing the audio data stream. Hopefully someone can answer my questions: 1. Is it p...

iNemo M1 firmware?

Posted on October 09, 2013 at 10:07Hi guys,I just received a couple of iNemo M1 boards (http://www.st.com/web/en/catalog/sense_power/FM89/SC1448/PF253162). It's a nice little gem, and I look forward to design great stuff with it. However I have not ...

LPS25H SPI driver for steval-mki062v2

Posted on January 08, 2015 at 16:43 Hi all, I have to connect the LPS25H sensor with the steval-mki062v2 board through the onboard 10-pin connector J8 and use the SPI1 for communication; I want to use the same iNEMO firmware provided with...

andyeh88 by Associate
  • 495 Views
  • 0 replies
  • 0 kudos

Current consumption LSM330D

Posted on January 07, 2015 at 18:05I have read and re-read the data sheet on this device. In sleep mode for the gyro and active mode (50 Hz) for the accelerometer I expect a current consumption of 5 + 11 = 16uA. In reality I measure 120uA - 140 uA. ...

LSM9DS0 Chip Select

Posted on January 01, 2016 at 18:23Dear Community, I'm implementing a design with LSM9DS0 in SPI communication mode I have a question about the following CS pins 19 CS_G 20 CS_XM Did they work as normal CS SPI Pins or I just to pull them to 0? BR ...