Resolved! STATUS_REG of the ASM330LHH
How long does the TDA bit in the STATUS_REG of the ASM330LHH remain “1”?Is the TDA bit itself a latch type and remains “1” until the temperature output register (OUT_TEMP_H/L, 21h/20h) is read?
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.
How long does the TDA bit in the STATUS_REG of the ASM330LHH remain “1”?Is the TDA bit itself a latch type and remains “1” until the temperature output register (OUT_TEMP_H/L, 21h/20h) is read?
It is recommended that CTRL9_XL DEVICE_CONF in ASM330LHH always set this bit to 1 when configuring the device, but when should it be set back to 0? Should it not be set back?
Hello, I am working on interfacing with a LIS2DW12TR sensor over I2C. I currently am able to read/write registers, and am working on processing the data coming out of the fifo. I currently have the following: int read_LIS2DW12TR_buffer(int x[32], i...
Hello, I use an AT32F403A MCU to connect LSM6DS3 IMU via SPI 4-wire, then I read the WHO_AM_I register at 0x0F. According to the datasheet, the return value should be 0x69, but the chip returned 0x44. Then I repowered the board, and the value seemed ...
Hi,I'm trying to use the least possible threshold for IIS2DLPC tap detection.Is it achieved by setting TAP_THSX[4:0] as 00000b or 00001b?I see that 1 LSB corresponds to FS/32. Does 00000b means the threshold is 0g or some fixed value?If the threshold...
I use the KIT STM32F411 DiscoveryWhen I choose:SPI CPOL: LowSPI CPHA: 1 EdgeIt works But when I choose:SPI CPOL: HighSPI CPHA: 2 EdgeIt does not work Could you explain why? Thank you!
In HTS221 sensor I have issue that H0_T0_OUT and H1_T0_OUT, H0_RH and H1_RH value is same like belowT0_degC float 20.5T1_degC float 52.5T0_OUT int16_t 1028T1_OUT int16_t 0H0_RH float 29.5H1_RH float 29.5H0_T0_OUT int16_t 0xf7f7 (hex)H1_T0_OUT int16_t...
I'm now using LSM6DSOX with I3C protocol. And I'm trying to use ibi to notify a tap event. Here are the following information to configure the sensor register: LSM6DSOX_INT1 0x0D 0x00LSM6DSOX_INT2 0x0E 0x00LSM6DSOX_CTRL1_XL 0x10 0x3CLSM6DSOX_CTRL2_G ...
I want to do some testing and experimenting with the FSM features of the LSM6DSO. I have MEMS Studio downloaded, and I also downloaded the X-CUBE-MEMS1 expansion software package. I see on the documentation for X-CUBE-MEMS1 that the NUCLEO-L476RG was...
I am using a ST Sensor tile.box pro with FP-SNS-DATALOG2 function pack, I have already used the Python GUI software with USB connection and ST BLE Sensor app for data logging to save into the microSD card, which works fine. Now , I would like to use ...