Imaging (sensors)

Discuss applications using ST FlightSense Time-of-Flight sensors, ST BrightSense CMOS image sensors, and ambiant light sensors (ALS) technology. Find answers to your questions on troubleshooting, data accuracy, optimizing communication and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use the VL53L5CX with indirect sunlight

HI, We have an application where the VL53L5CX is used near a door that are indirectly exposed to sunlight. I try to be able to do some measurement around 1m. Indoor, the sensor is working good. If I put the sensor near an exterior door, I see some of...

jdumaresq by Associate II
  • 1160 Views
  • 3 replies
  • 0 kudos

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
  • 856 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
  • 854 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 ...