2025-04-10 6:19 AM
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
Solved! Go to Solution.
2025-04-14 1:11 PM
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
2025-04-14 1:11 PM
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