iNEMO in custom product
Posted on April 09, 2012 at 15:47iNEMO in custom product #inemo-engine
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.
Posted on April 09, 2012 at 15:47iNEMO in custom product #inemo-engine
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...
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?
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');...
Posted on February 16, 2012 at 19:31Is it possible to access 3-axis acceleration data by another board(32L-Discovery) without using the uc of the iNemo?
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 ...
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...
Posted on October 03, 2011 at 10:32Hi! I want to write sensors output to the SD card. can someone plz help me how to do this? regards hunzai #sd-card
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
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...