MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! LSM6DS3 PEDOMETER

Hi,I'm trying to read step counts. I'm executing all pedometer related functions, but I get no any output.Sincerely,TalhaAnd While Loop 

0693W000008x0OXQAY.png 0693W000008x0OhQAI.png 0693W000008x0P6QAI.png
TKCK.1 by Associate III
  • 1296 Views
  • 7 replies
  • 0 kudos

How to use VL53L3 histogram feature?

I understand the VL53L3 can detect multiple objects, and I think it puts ToF information into different buckets. Where can I find more information about this? app notes, register set, driver software, evaluation code? So far I can only see the data s...

charles23 by Associate III
  • 932 Views
  • 7 replies
  • 2 kudos

VL53L0X 1.8 I2C and XSHUT

We are running the sensor at 3V but the I2C is 1.8V. Does this mean the XSHUT is also 1.8V referenced. Does the XSHUT pull-up go to 3V or 1.8V?ThanksLeon

LWill.2 by Associate II
  • 578 Views
  • 2 replies
  • 0 kudos

Resolved! lis2mdl driver computes the wrong hard iron offsets

lis2mdl_reg.c has an error in the function int32_t lis2mdl_mag_user_offset_set(stmdev_ctx_t *ctx, int16_t *val).The function incorrectly calculates the OFFSET_X_REG_H, OFFSET_Y_REG_H, and the OFFSET_Z_REG_H registers because it converts val[0] to an ...