cancel
Showing results for 
Search instead for 
Did you mean: 

mutiple vl53l1cx or single vl53l3cx for depth map ?

samfishy
Associate

hi i want to confirm can i use single vl53l3cx for depth mapping, i know that i should use l5,l7 or l8 but these not available in my country? and also since vl53l0cx the cheapest can i multiple of those too for the same?

1 ACCEPTED SOLUTION

Accepted Solutions
John E KVAM
ST Employee

That's going to be difficult. The VL53L3 (and the VL53L0) will return one distance representing the average distance to a target in a 27-degree field of view. 

It's not going to give a very accurate map. There would be little detail. 

I suppose you could rotate the sensor and plot the results. You would know about where something was, but with little resolution. 

Can you get your hands on a vl53L4CD. It as an 18-degree FoV, making it a touch better. And it's supposed to be our least expensive, but we have no control over what distributors charge. Range is limited to 1.3M though. 

Or, for a bit more, the VL53L1X has a Region of Interest. Because of the lens on the part, one can change the RoI to get more accuracy.  The lens does add more cost. But you could do 13 ranges over 16x16 array to get about a 2 degree resolution. But limiting the RoI also limits the max range. 

Good luck,

- john

 


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.

View solution in original post

3 REPLIES 3
John E KVAM
ST Employee

That's going to be difficult. The VL53L3 (and the VL53L0) will return one distance representing the average distance to a target in a 27-degree field of view. 

It's not going to give a very accurate map. There would be little detail. 

I suppose you could rotate the sensor and plot the results. You would know about where something was, but with little resolution. 

Can you get your hands on a vl53L4CD. It as an 18-degree FoV, making it a touch better. And it's supposed to be our least expensive, but we have no control over what distributors charge. Range is limited to 1.3M though. 

Or, for a bit more, the VL53L1X has a Region of Interest. Because of the lens on the part, one can change the RoI to get more accuracy.  The lens does add more cost. But you could do 13 ranges over 16x16 array to get about a 2 degree resolution. But limiting the RoI also limits the max range. 

Good luck,

- john

 


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.

Would I be able to use 4 vl53l1cx in matrix simultaneously for depth map , will these interfere each other when taking measurements ?

I've run 9 of them to cover a 90 degree FoV. And I had no issues. 

I've also published how I did it - along with some video. 

VL53L1X - Time-of-Flight (ToF) ranging sensor based on ST's FlightSense technology - STMicroelectronics

if this looks like what you want to do, the code is:


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.