What is the problem my audio recording code ?
Posted on January 28, 2014 at 21:45The original post was too long to process during our migration. Please click on the attachment to read the original post.
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 January 28, 2014 at 21:45The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 27, 2014 at 11:37What are the best tool or equipment to evaluate the MEMS microphones?
Posted on January 22, 2014 at 15:04Which are the parameters that impact on the microphone frequency response? Which is the best way to evaluate the frequency response?
Posted on January 22, 2014 at 17:14Test
Posted on January 16, 2014 at 17:17Which are the parameters that impact on SNR? Which is the best way to evaluate the SNR?
Posted on January 14, 2014 at 16:34What are the main Acoustic parameters of a MEMS microphones? How are they defined?
Posted on January 13, 2014 at 18:35All the example code I've seen reads the acceleration and magnetic field values by polling the appropriate registers.For example:x.l = i2c_read(OUT_X_L_A);x.h = i2c_read(OUT_X_H_A);y.l = i2c_read(OUT_Y_L_A);y.h = i...
Posted on November 27, 2013 at 15:26Hi,I need to read the accelerometer data from LSM303DLHC. I use the STM32F401 Discovery board and the ''stm32f401_discovery_lsm303dlhc.c'' library.I read carefully the datasheet, especially the section 7.1 in page...
Posted on January 14, 2014 at 11:04Hi,I would like to know : how did you calculate the L3GD20 sensitivity (LSB/dps) in the example?#define L3G_Sensitivity_250dps (float)114.285f /*!< gyroscope sensitivity with 250 dps full scale [LSB/dps] ...
Posted on January 13, 2014 at 10:10Hello, In the iNemo Engine Lite Version 1.2.0 (FW V.2.3.0) when analizing the EKF Prediction state I came to the conclusion that the quaternion update is not using the same mathematical function defined by the pMa...