Imaging (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! VL53L5 + Nucleo-401RE: I2C communication buggy

Hi,I'm using CubeIDE 1.9.0 with X-Cube-TOF1 package 3.0 on a Nucleo-F401RE with VL53L5A1 expansion.I want to create the simple ranging example application with additional crosstalk calibration. I followed the steps from software package user manual U...

RAltm by Senior
  • 537 Views
  • 1 replies
  • 0 kudos

How to reduce vl53l5cx_init() timing footprint?

uint8_t vl53l5cx_init( VL53L5CX_Configuration *p_dev) { uint8_t tmp, status = VL53L5CX_STATUS_OK; uint8_t pipe_ctrl[] = {VL53L5CX_NB_TARGET_PER_ZONE, 0x00, 0x01, 0x00}; uint32_t single_range = 0x01;   ...    status |= WrByte(&(p_dev->platform...

MFabb.1 by Associate II
  • 505 Views
  • 2 replies
  • 0 kudos

Resolved! Reduce noise when targeting reflective curved surface

Hi, We are trying to measure distance from our sensor through an IR Translucent plastic to a curved metal surface, using a VL53L1X. We are getting reasonable results by they are rather noisy (~10% deviation at times)What sort of changes should we be ...