Hello, I am developing a project with the vl6180x sensors. But I need to protect the sensors behind 8mm glass. When I read behind a 3mm glass, everything works fine, but when I use an 8mm glass the measurements do not go through the glass.
I’ve been going through the documentation, and I’ve seen an interesting parameter (SYSRANGE__RANGE_IGNORE_THRESHOLD). According to the documentation, I have understood that if the measurement is less than this threshold, it is discarded and the search continues deeper. In this way it would rule out the reflection on both sides of the crystal that can return incorrect measures.
I have tried many values of this threshold but the measurements never go through the glass. Have I misunderstood the use of this parameter?
Thanks in advance.