Imaging (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Multiplexing multiple VL53L5 /7

I'm implementing a smart shelving solution that uses an array of multiple ( 3x6 sensors across 3 i2c channels). I'm multiplexing the sensors so that no sensors emit on the same time. For that I use the drivers start measurement and stop functions and...

Resolved! vl53l5

Hi, I use ToF sensor with multisensorRanging code from stm.I wanted to check data faster (like twice per 1 second...), But when I set RANGING_FREQUENCY as 4U, I can't get all of the data. There is some loss of data when I set a bigger frequency.I won...

LKM by Associate
  • 669 Views
  • 1 replies
  • 1 kudos

Resolved! VL53L4CD Driver Questions

I am using the VL53L4CD sensor board very similar to https://www.sparkfun.com/products/18993 with my application. I am using the modified version of https://github.com/stm32duino/VL53L4CD driver on the Raspberry Pico board. I am using the both the xs...

Resolved! VL53L4CX Latency

Hi,I am conducting a rapid object detection test using the VL53L4CX sensor. I am moving an object towards the sensor at approximately 5 km/h and aiming to light an LED if the object is detected at around 60 cm to measure the sensor's response time. H...