Analysis of VL53L8CX sensor features
Hi everyone,
I have been testing this sensor for my application using ESP32 based board and I found that the readings/values of ambient and nb target do not co-relate or give any context to the values of reflect, signal, spad and sigma.
Based on my data I found that
#1 Sigma - is the most reliable feature to filter noise
#2 SPAD - is the most reliable feature to see/spot highly reflective zones
#3 Reflect/Signal - gives more reliable data (context) around the reflective spots - usually complementary
But
#4 Ambient - shows the reflective spots but not all the time and not complement other features, does it signify something else? more of environment? It does change based on the object color - white is high and black is low - indoors.
#5 nb_target - what does it even show/mean/signify? this is the most ambiguous feature. There is a option to choose up to 4, does that mean 4 signal are sent per zone? and its filtered based on the best if I choose 1? Are all the data/values of other features selected as the best of these 4 or on what basis?
#6 Motion - seems to be 255 for points below the centre row in "one" of the sensor, all the time (I use 4), does it mean a faulty sensor or does that nb target interrupt it? I see non zero motion values for stationary setup and facing the wall so what does this signify? Can it give any context?
#7 Status and Sharpener seem useless and doesn’t reflect or affect any of the feature/values above - correct me if am wrong.
I set nb targets as 1 all the time, but even #2 and #3 may not be complementary all the time so does this nb target mechanism play a part here as well? I am just curious on the mechanism behind the values of each of these features so that I can build a comprehensive application.
Does the VL53L5CX give all these features as well? What is difference in terms of these features? These details would give me more insight for my research and application.
Thanks
