MEMS (sensors)

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
  • 408 Views
  • 0 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
  • 397 Views
  • 0 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
  • 347 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
  • 431 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
  • 385 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...