Imaging (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

We are using the VL53L0X for distance measurements. A use case is to measure the distance of a black box with high reflectivity. There we have a measurement problems when the sensor is orthogonal to the object.

There I have the issue that I measure a wrong distance of 0 mm (instead of 40 mm). As soon as I tilt the device (<5°) it measures reasonable values. So then it is fine.I also tried it with the evalkit. There I see the same behaviour.Is there a way to...

PVett.2 by Associate
  • 452 Views
  • 1 replies
  • 0 kudos

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...

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
  • 678 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
  • 730 Views
  • 2 replies
  • 0 kudos