MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Failure reading from LIS3DSH SPI interface

I am interfacing a LIS3DSH using SPI. My MCU is a Texas Instruments MSP432.When writing and checking configuration registers, even-addressed ones do not return the expected value.After sending a byte, MSP432 MOSI retains the value of its MSB. This is...

0690X000006C44SQAS.png 0690X000006C3yoQAC.png 0690X000006C3z8QAC.png 0690X000006C3zSQAS.png
GioP by Associate II
  • 384 Views
  • 0 replies
  • 0 kudos

MEMS measurement ranges hardware details

Hello everyone,How does MEMS measurement ranges realized in hardware in details? Does it use: 1. Amplifiers with different gain ratios? 2. ADC with as many bits as need to serve maximal range with minimal resolution? 3. Does different MEMS cells used...

LIS3MDL Magnetometer data reading Error

Hi All,I am working on the LIS3MDL register on my board. But When I try to measure the Magnetic field Produced by motors, I am getting very high deviation.My settings for the LIS3MDL are as below.0x22 -- 0x00 (also tried with 0x22 -- 0x03)0x21 -- 0x0...

HGohe by Associate II
  • 1416 Views
  • 8 replies
  • 0 kudos

STMPE610 - cant read data

im using the feather nrf52832 with the featherwing.i can read the ID by sending 0x00 as [0x80,0x81,0x00] = getting 0x0811i tried to do the same with TSC_DATA_X 0x4D , but i can read any data from the sensor.my init is :  writeRegister8(SYS_CTRL2, 0x...

ykein by Associate
  • 417 Views
  • 0 replies
  • 0 kudos

VL53L1x factory default ?

Since there's no information on the registers in the datasheet, and half of the API is in the documentation. I'd like to know if there's a reset/factory default settings for the chip ?I was building the platform file and sent a lot of crap to the dev...

SBeno by Associate
  • 364 Views
  • 0 replies
  • 0 kudos

IIS2DH axis Z not working

Hello everyone,I have an issue with the IIS2DH accelerometer when I try to pool data from it.My setup is: STM32L442 connected to the IIS2DH using SPI interface and sending data through USART to Tera Term (using a FTDI cable).First I have a small init...