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

LIS3DSH w/ STMF4 Discovery Board

Posted on October 08, 2015 at 15:52I've recently purchased the STMF4 Discovery Board and am looking to write an application making use of the on board LIS3DSH accelerometer. However, the examples provided (and pointed to by the documentation) all ma...

iNEMO boards not detected by PC(win-7 64 bit)

Posted on October 06, 2015 at 14:20Hi ,We have bought inemo sensors and made connection as per the datasheet. We made usb connection(without ESD protection) and provided jumper for boot mode.I have installed inemo-suite which does driver installatio...

nishal by Associate
  • 446 Views
  • 0 replies
  • 0 kudos

MEMS mics into the musical instruments pickup systems

Posted on October 05, 2015 at 20:55My name is Mikheil Tsitsishvili, I am acoustic guitar and ukulele performer living in the Republic of Georgia (East. Europe). I am very much interested in the amplification of acoustic instruments; all my instrumen...

HTS221 over SPI, unable to write registers after soft reboot

Posted on September 30, 2015 at 21:51Hi, I'm using the HTS221 with an STM32F205. The communication channel is SPI. I'm finding that when I reboot my processor without cycling power, once the processor is back up and running it is unable to write to ...

doug2399 by Associate
  • 568 Views
  • 1 replies
  • 0 kudos

Hardfault error while running osxMotionAR example project

Posted on September 28, 2015 at 13:17I am getting one hardfault error after calling the osx_MotionAR_Initialize() API. I am using STM32F401 Nucleo board with X-NUCLEO-IKS01A1 sensor expansion board. I have installed required software and i tried to ...

arun by Associate
  • 456 Views
  • 0 replies
  • 0 kudos

How to convert the value to Temperature and Humidity for HTS221?

Posted on August 29, 2014 at 11:28I have using HTS221 , and I have get the value from HTS221 via I2C.The value is like the following:Read HTS221 CTRL_REG1: 0x20 value is 0x81Read HTS221 CTRL_REG2: 0x21 value is 0x0Read HTS221 CTRL_REG3: 0x22 value i...

x22819 by Associate
  • 820 Views
  • 1 replies
  • 0 kudos

lsm 303D raw data conversion

Posted on September 08, 2015 at 20:23Hi,I am getting the accelerometer and magnetometer raw data from the device. I calculated the max and min for magnetometer and somehow got the heading correct to an extent when device is flat and stationary. I am...

anoop2 by Associate
  • 509 Views
  • 0 replies
  • 0 kudos

PDM stereo recording

Posted on September 07, 2015 at 14:59Hi,I would like to use 2 digital sensors with PDM interface for stereo ultrasonic recording (currently I am looking at Knowles SPH0641LU4H).Which ST MCU has such capabilities?Thanks,Amit

amit2 by Associate
  • 563 Views
  • 0 replies
  • 0 kudos

LSM6DS3 _ timing issue ?

Posted on August 18, 2015 at 22:24 Dear Community, I am trying to setup the LSM6DS3 Accelerometer/Gyrochip. The datasheet states the following startup procedure for this device: 1 Write CTRL9_XL = 38h // Acc X, Y, Z axes enabled 2 Write ...

jogerh by Associate II
  • 453 Views
  • 1 replies
  • 0 kudos

reading wrong magnetic data from LIS3MDL

Posted on September 01, 2015 at 12:11 Hi, i've some problem reading magnetic data from LIS3MDL. I initialize LIS3MDL: //configure device response = LIS3MDL_W_FullScale(LIS3MDL_FS_16Ga); response = LIS3MDL_W_OutputDataRate(LIS3MDL_DO_80...