How does temperature changes affect sensitivity?
Posted on September 12, 2016 at 15:57How does temperature changes affect sensitivity?
Posted on September 12, 2016 at 15:57How does temperature changes affect sensitivity?
Posted on November 19, 2016 at 03:52Need yours help!I want sample audio sound at frequency 44.1 kHz. I configured I2S clock by program ''STM32F4xx_Clock_Configuration_V1.1.0''; but board STM32F4 Discovery doesn't work properly.Can you explain and gi...
Posted on October 03, 2016 at 18:31Good morning, I'm having a heck of a time trying to get my configuration settings correct on my LIS2DH12 Accelerometer.I would like it to fire the interrupt when an abrupt movement occurs on any or all axes.I have ...
Posted on November 23, 2016 at 11:58Hi,The typical supply voltage for the LSM6DS33 is 1.8V and the maximum limit is 3.6V. Is it fine if a supply voltage of 3.3V is continously provided to the device?Regards,Prachi #lsm6ds33
Posted on November 25, 2016 at 04:59Hi,As per the datasheet, the pin &sharp3 of the LSM6DS33 device is used as 1. I2C serial data (SDA)2. SPI serial data input (SDI)3. 3-wire interface serial data output (SDO)In what SPI mode is it used as an input ...
Posted on November 14, 2016 at 11:42Hello everybody, I am trying to apply the built in high pass filter of an LIS3DH to all 3 axis. For the x and y axis this works beautifully: When I rotate the board by 90� I see the peak in the data and flattening...
Posted on November 14, 2016 at 07:37Hi,I want the most basic function -- data ready interrupt, but it seems not so easy to come out. Here are my configurations:void lis3dh_init(void){ //Inizialize MEMS Sensor lis3dh_reset(); //set ODR (turn ON dev...
Posted on November 25, 2016 at 23:43I wish to filter incoming FIFO data by a threshold value as set in INT1_THS, however the WTM flag is set regardless of the magnitude. Are these two functions not compatible? If not, I need to know how to link the ...
Posted on November 25, 2016 at 15:51A month ago this series of sensor was available on official site and marked Active, not even NRND. For all related information has disappeared. Is the only way to obtain the documentation is to google it everywher...
Posted on November 24, 2016 at 08:04 There is HTS221_Set_InitConfigfunction in HTS221 driver: HTS221_Error_et HTS221_Set_InitConfig(HTS221_Init_st* pxInit) In this function there is string: buffer[1] &= ~HTS221_HEATHER_BIT; It sh...