2025-01-05 02:11 PM - last edited on 2025-01-05 11:18 PM by Peter BENSCH
What is the Hex code to enable extended mode for the VL53L4CX please ??
2025-01-16 11:27 AM
That's not how it works.
With the VL53L1CB and the VL53L4CX, all the tricky math is done in the host MCU. The raw data, called a histogram, is uploaded to the host after the 'range' completes. It is the Host that evaluates the histogram data and decides what the range is.
So what is going on?
Each 'range' is really two sub-ranges, the difference being the pulse repetition interval. We need this to check for something called radar aliasing where the photons from pulse N come back after the pulse N+1.
So if range A gives a distance of 1m, and range B gives a distance 4M we know something is odd.
Some clever guy figured out how to 'unwrap' this delta and use the data to extract a target beyond the 4M max that would normally exist.
So there is no hex code.
What there is, is a