MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LSM303D Interrupt

Posted on December 01, 2016 at 12:40I am having trouble getting the click interrupts to work for the LSM303D. using the library provided by Pololu for arduino I can get this code working for the DLHC[code]#include <Wire.h>#include <LSM303.h>long thi...

MP34DT01 sensitivity for far-field application

Posted on October 06, 2014 at 20:30Hello, I would like to prototype a conference room microphone. Is the MP34DT01 mic able to capture sound from a human speaker away from 3 or 4 meters ? (ex: classroom) If no, what would be the recommended mic ? In ...

pierre by Associate
  • 264 Views
  • 1 replies
  • 0 kudos

Resolved! How to configure LIS2DE12 to support ODR=5.3kHz ?

Posted on December 13, 2016 at 01:06Hi All, I am developing device to analyze vibration with LIS2DE12 acceclerometer.I have encountered problem that sensor did not work with ORD=5.3kHz, it worked fine for all other ODRs.How to configure sensor to wo...

q.lsm6ds3 anti-aliasing filter order

Posted on May 09, 2016 at 13:05hi, I've got a few questions. 1. what is the order anti-aliasing filter of the Acc? 2. what is the order anti-aliasing filter of the Gyro? 3. how does the DLPF1 filter help me if the cut-off freq is higher then nyquist...

amir5 by Associate
  • 354 Views
  • 3 replies
  • 0 kudos

FIFO alignment is not correct after some time

Posted on September 26, 2016 at 23:15We enabled GyroScope and acclerometer. We set FIFO Mode to continuous with BDU bit is set. We set ODR rate to 1.66kHz . We are reading FIFO continuously. we are observing FIFO data mis-alignment Can somebody help...

Unexpected current consumption from LSM303D

Posted on February 04, 2017 at 03:36Hi,   We are developing a ultra low power sensor module with the LSM303D. The LSM303D was periodically waken up to take a  magnetic and temperature measure (no acceleration measurment). The total excepted average ...

0690X00000603MmQAI.jpg
looeyc by Associate II
  • 229 Views
  • 1 replies
  • 0 kudos

LSM9DS0 Accelerometer noise

Posted on January 17, 2017 at 19:16Hi.I am using the LSM9DS0, and have observed a lot of noise on the z-Axis of the Accelerometer Data. The attached picture is a plot showing the noise while operating at 100Hz in the +-2g range. Is this a normal lev...

0690X000006064IQAQ.png

LSM303D // Compass X,Y & Z's MSB locked

Posted on March 26, 2015 at 14:53 Hey there, I recently installed a new LSM303D (accelerometer + compass) on my board and I am having some issues with it. I can read the data from the accelerometer fine, but the ones from the compass seem...

STEVAL WESU1 understanding logged data

Posted on October 26, 2016 at 16:43Hi , I have STEVAL WESU module  and logged acelerometer data using android app. (plz see attached file)My settings are: Timer: 512 Hz, 10Hz, 1HzMEMS Accelerometer output data rate: 416 Hz , 833 Hz, 100HzIn the logg...

abhi1new by Associate
  • 342 Views
  • 2 replies
  • 0 kudos

Reading status register of LSM6DS3

Posted on January 31, 2017 at 06:12hi,     I am Reading the Accelerometer and Gyroscope sensor values by checking the XLDA and GDA bits as follows             if((readReg(STATUS_REG)&0x01)==0x01)     // checking XLDA        {              Ax = (int1...