How to set up LSM303AGR for accelerometer measurements?
The register CTRL_REG1_A is set with 0x57 and CTRL_REG4_A with 0x80.All output Accelerometer registers give the same value 0xC0.What is missing for correct accelerometer measurements?
The register CTRL_REG1_A is set with 0x57 and CTRL_REG4_A with 0x80.All output Accelerometer registers give the same value 0xC0.What is missing for correct accelerometer measurements?
I am using STM32Cube_FW_F4_V1.21.0.This is very excellent software.UART,SPI,I2S,RTC,,,work fine but HS-IN-FS.I have checked HS and FS works fine.My target board is STM32469I-EVAL board and I'm using EWARM compiler suite.My application is USB_Device/M...
I bought vl53l0x sensor in mouser.I designed in my sensor board for my project. I refered in datasheet circuit.I added my board schematics.İn addition to ı constructed to ı2c level shifter with mosfet for the arduino communication but i did not answe...
On my custom board LIS3DH is supplied with Vdd = Vdd_IO = 3.3 V and is driven through I2C digital interface.On power-on LIS3DH, after its boot sequence (5 ms) should be automatically configured in power-down mode with a current consumption less then ...
Hi All,I am working on a project that is using ISM330DLC sensor for measuring the acceleration along the X,Y and Z-axis. When I set range 2G,4G and 8G I'm seeing difference in the sensor raw value and when I set it to 16G, I'm getting same data as 8G...
Hello,I want to use edge-sensitive trigger mode to synchronize multiple sensors. In the code snippet you can see the relevant code for that. The FIFO buffer doesn't get filled, even though I have a PWM as trigger on the INT2 pin. The low-pass filter ...
Hello,We are developing a product that has some circuitry permanently powered inside a sealed enclosure.We need to determine if we need a load switch for the host processor to cycle power to the LIS2DH12TR MEMs chip in the event that the MEMs chip lo...
Hi togetherI'm working on a project for my study. I want to program a VL53L1X sensor. And I want to do it with I2C and setting different Register. But I can’t find a datasheet with all the registers.Can someone help me?
Hi everyone,I am using a LSM9DS1 and the official driver: https://github.com/STMicroelectronics/STMems_Linux_Input_drivers/tree/linux-3.10.y-gh/drivers/input/misc/st/imu/lsm9ds1I have detected that occasionally the driver fails during the boot time:I...
Hello,Even though I have set the LIR bit to 1, the interrupts aren't latched. In the picture you can clearly see that the interrupt is reset before reading the route register of interrupt 1. The LIR bit is definitely set to 1. I have checked this wit...