2023-11-30 10:34 AM
Hi,
Just receive the SATEL-VL53L8 kit. It contains 2 boards but which one is the VL53L8CX or VL53L8CH.
Regards
JP
Solved! Go to Solution.
2023-11-30 03:19 PM - last edited on 2023-12-01 01:45 AM by Anne BIGOT
Those satellites contain the VL53L8CA.
But it does both depending on the software you download into it.
(the CX is NOT guaranteed to run the CH software however.)
But no worries, you can evaluate both sets of software using those chips.
2023-11-30 03:19 PM - last edited on 2023-12-01 01:45 AM by Anne BIGOT
Those satellites contain the VL53L8CA.
But it does both depending on the software you download into it.
(the CX is NOT guaranteed to run the CH software however.)
But no worries, you can evaluate both sets of software using those chips.
2023-11-30 10:36 PM
Ok fine thank you.
JP
2024-01-12 02:26 AM
Hi John
I do not understand...
In the product page of the SATEL-VL53L8 https://www.st.com/en/ecosystems/satel-vl53l8.html it's written 'The breakout boards support two products: VL53L8CX and VL53L8CH'.
Above you write, that a sensor called VL53L8CA is mounted, but this type do not exist in the selection matrix https://www.st.com/en/imaging-and-photonics-solutions/time-of-flight-sensors/products.html.
I buyed the SATEL-VL53L8 to try the historgram reading which is enabled in the VL53L8CH. I expect that the mounted VL53L8CA do not support histogram, isn't it?
Best regards, Michael
2024-01-12 05:19 AM
Hello,
The VL53L8CA does support histograms as a super product covering the VL53L8CX and VL53L8CH but it is not orderable as a product that's why you can not find it in the products.html page.
Anne
2024-01-16 04:28 AM
Ok, thanks.
Best regards, Michael
2024-03-26 02:06 AM
Hello,
Does it mean that I can get cnh data from SATEL-VL53L8?
2024-03-26 06:57 AM
Exactly! The chips on the evaluation boards can run both the CNH code and the CX code. Those parts are specially chosen to run both sets of code.
- john
2024-04-01 12:20 AM
Thank you so muck! Btw can I get all raw histrograms of the 16 or 64 sensors, like each sensors with a 128 bins histogram, cause in the paper Pixel2Pose published on Science Advance they extract raw histogram data with 144 bins from VL53L5
2024-04-01 07:10 AM
IN that paper, it was stated that the max range was 3M and 144 bins. But each bin is 3.75cm.
Those 128 bins advertised in the VL53L8CH, represent 4.80M. Due to the 2uSec the VCSEL is on we need more than bins than the 4M might suggest. The paper is technically correct about there being 144 bins, but in effect there really are only 128 useable ones. The rest are used up in timing issues.
Dealing with the Compressed, Normalized bins the L8CH puts out is much easier than dealing with the raw data.
For one, the CNH starts with the logic bin 0. Something that is really tricky to find.
We developed that CNH code specifically for extracting the bin data in a useable format. It's so you can do interesting things with the data, and not kill yourself trying to make sense of the underlying hardware issues.
- john