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

LSM303DLM Data Calculations

Posted on March 26, 2012 at 19:50Not sure where to post questions on the LSM303DLM, so I posted here. I am currently using a LSM303DLM in my product and I have wrote libraries to read and calculation the x,y,z axis acceleration and the x,y,z magneto...

iNemo suite 2.3.0

Posted on March 26, 2012 at 17:58Hi, I found some information about new version of iNemo suite but can't find it.Where is a download request for this file?

miego by Associate
  • 536 Views
  • 0 replies
  • 0 kudos

Connection to iNEMO using MATLAB

Posted on March 22, 2012 at 17:45Hello, I am trying to get Data from several iNEMO2 MEMS using MatLab. My Code is the following:     if not(libisloaded('lib'))     [notfound, warnings] = loadlibrary('iNEMO2_SDK.dll', 'iNEMO2_SDK.h', 'alias', 'lib');...

ckuech by Associate
  • 438 Views
  • 0 replies
  • 0 kudos

How are people compiling iNemo code???

Posted on January 27, 2012 at 00:59Has anyone successfully compiled any of the iNemo/DFU code?  If so, how did you do it?I've tried Atollic/eclipse, which wouldn't work because there's no project file and I couldn't seem to resolve the dependencies ...

jake by Associate II
  • 563 Views
  • 1 replies
  • 0 kudos

Compiling on Atollic, or anything other than IAR ?!?

Posted on January 26, 2012 at 23:23I can't get DFU or iNemo firmware code to compile with Atollic.The code seems to be a mess with changes to the standard libraries, etc..  Please create a project file for Atollic, or tune up the code so it will com...

jake by Associate II
  • 833 Views
  • 1 replies
  • 0 kudos

L3G4200D Teperature Data

Posted on December 01, 2011 at 19:46How I can interpret the temperature data from the Gyroscope L3G4200D? I can't find anything about the OUT_TEMP Data reference �C. I know, the range is -40 to 85�C. #l3g4200d #mems #l3g4200d #support

FIFO timing Error

Posted on December 20, 2011 at 20:27I am facing timing issue with lis3dh accelerometer in FIFO mode.Currently my ODR=25 Hz and I am reading FIFO on watermark threshold=30.As soon as I get watermark interrupt I read 196 (32*3*2)samples at 5 Mhz.Hence...