Skip to main content
RXu.1
Visitor II
February 24, 2022
Question

Can we implement a multi-line lidar by changing the ROI of the SPAD array?

  • February 24, 2022
  • 1 reply
  • 601 views

We use vl53l1x, a single-line lidar, would like to convert it to a multi-line one in order to get multiple ranging information at the same point in the 3D-space for the UAV.

This topic has been closed for replies.

1 reply

John E KVAM
ST Employee
February 24, 2022

Sure you can. using a 4x4 ROI, there are 13 regions across and 13 down. So you could do 169 different regions. But if you did 20ms ranging on each, that would take more than 3 seconds! So unless you are guaranteed a static target, it won't work well.

using the 2D lidar example

STSW-IMG017

2D LIDAR using multiple VL53L1X Time-of-Flight long distance ranging sensors

as a base can get you started.

Using the UltraLite driver, remember you have to set the 'next' ROI while the current one is running.

If you use the VL53L1CB the changing of the ROIs is done for you.

STSW-IMG019

API for VL53L1CB

The VL53L1X (and the UL driver) is easier. The L1CD can range farther due to it's more complex software.

Your choice.