cancel
Showing results for 
Search instead for 
Did you mean: 

VL53L4CX using VL53L4CD ULD

LDMigotto
Associate II

Hi!

I've been testing the VL53L4CX sensor with its own API. I want to know if I can use the VL53L4CD ULD on my L4CX sensor and achieve the same performance as if I were using a L4CD ULD on the L4CD sensor. I've read similar questions on this forum regarding other sensors, but none specific to this one. 

Thanks in advance,
Leonardo Migotto

1 ACCEPTED SOLUTION

Accepted Solutions
John E KVAM
ST Employee

That absolutely works. The L4CX collects the raw histogram data and sends it to your MCU where the answer is calculated. But the L4CD uses an algo we call 'standard ranging' or 'Sigma Delta'. The answer is calculated on chip and one can use it and thresholds to create selective interrupts. 

But the L4CX is a superset of the L4CD. 

There is absolutely no problem using the L4CD code on the L4CX. It will work just fine.

Running the more complex L4CX code on a L4CD is however not recommended. It will work - sort of. But if you go into production like that you will have issues. It's fine for a short test, but not for the production.

-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

1 REPLY 1
John E KVAM
ST Employee

That absolutely works. The L4CX collects the raw histogram data and sends it to your MCU where the answer is calculated. But the L4CD uses an algo we call 'standard ranging' or 'Sigma Delta'. The answer is calculated on chip and one can use it and thresholds to create selective interrupts. 

But the L4CX is a superset of the L4CD. 

There is absolutely no problem using the L4CD code on the L4CX. It will work just fine.

Running the more complex L4CX code on a L4CD is however not recommended. It will work - sort of. But if you go into production like that you will have issues. It's fine for a short test, but not for the production.

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