MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issues with 3 LSM6DSV16X on the same SPI bus

Hello, I am trying to interface a TI MCU with three LSM6DSV16X sensors using SPI communication on the same bus. My setup consists of 3 chip select lines with a 10 kΩ pull-up resistor (on all sensor boards), POCI (MISO) with a single 10 kΩ pull-up res...

Nico5 by Associate
  • 1383 Views
  • 4 replies
  • 0 kudos

ISM330DHCX GDA only set once

I have an application using the XL function, it works fine, no issues.Now I need to read the gyroscope output data.After I finish configuring the registers:CTRL9_XL 01INT1_CTRL 03INT2_CTRL 06CTRL1_XL 30CTRL2_G 32CTRL3_C 04CTRL6_C 80CTRL8_XL 00MD1_CFG...

Claude by Associate III
  • 656 Views
  • 2 replies
  • 0 kudos

LPS22HHTR - Design Guidline

Hello,we would like to use the LPS22HHTR barometer sensor in a new product. Now it is not clear from the datasheet how the sensor should be placed in the housing. I have not found a design guide for this product. Are there certain requirements regard...

pasnet by Associate
  • 502 Views
  • 1 replies
  • 0 kudos

LIS2DH12 INT1 no signal

Good morning,I am having issues with the INT1 pin on the LIS2DH12. I have been trying to make it to work for Watermark, Overrun or ZYXDA, but none of these events trigger any interrupt on the INT1 pin. When polling the Watermark Level, the FIFO Overr...

LIS3DH - Power Consumption

Dear Forum. I use a LIS3DH connected with a Pic mainboard. I cummunicate with I2C and have set it up with interupt. I use 8mg, Lowpower and 50 hz odr. I have a problems with Power Consumption. Before i insert the LIS3DH it use 3 microampere. After i ...

BToft by Associate II
  • 1088 Views
  • 4 replies
  • 0 kudos

Can I built up this lib for RPi Pico RP2040?

Hi,I've connected to my Pico via SPI1 an STEVAL-MKI208V1K board with an IIS3DWB vibration sensor and I want to read data from it.I want to compile this driver for RPi Pico RP2040 using VSCode, can I do that? Can I port STM32 C lib for PICO RP2040?

redans by Associate
  • 481 Views
  • 0 replies
  • 0 kudos

LSM6DSL SPI read as in tsw-fcu001.html

Hi I was looking at how a register read works for LSM6DSLhttps://www.st.com/en/embedded-software/stsw-fcu001.htmlI found the function below. Does the number/amount of __asm("dsb\n") correspond to SPI clk?Is there no easier way to do this? Like using ...

MK..1 by Associate III
  • 521 Views
  • 1 replies
  • 0 kudos

LIS2MDL embedded temperature sensor

Hello,I try to use LIS2MDL embedded temperature sensor value, thru TEMP_OUT_L_REG and TEMP_OUT_H_REG. Data is signed 16-bit byte in 2’s complement and 8 LSB / °C. The four mostsignificant bits contain a copy of the sign bit.At room temperature I read...