Is there any documentation how to setup the various threshold parameters? These are the macros defined in the vl53l5cx_plugin_detection_thresholds.h#define VL53L5CX_DISTANCE_MM ((uint8_t)1U)#define VL53L5CX_SIGNAL_PER_SPAD_KCPS ((uin...
In the example file there is this comment. /* (Optional) Change the min and max distance used to detect motions. The * distance between min and max must never be >1500mm, otherwise the function below returns error 127 min value is 400 max v...
A couple of questions.First there seems to be some conflicting comments. In the vl53l5cx_plugin_detection_thresholds.h file there is the following statement in regard to the mathematical operators for multiple checkers. "Please note that the first c...
I'm using a X-NUCLEO-53L5A1dev board that I have wired up to a Raspberry Pi. I have also wired the interrupt line from dev board (cn-8 pin 3) to the Raspberry Pi GPIO1 (pin 28 on the 40 pin header). In the examples 9 and 11 there is a dummy functio...
John-I've been looking at those examples. I actually posted a question titled "Detection thresholds confusion" back on the 30th that had to do with Example 9 and changing the example to use an AND instead of an OR.Thanks,Barry
I've discovered that the interrupt is actually low going. Looking at the documentation for the X-NUCLEO-53L5A1 I don't see any indication that is is low going. Maybe I'm just missing it. Also when it goes low it is only low for 100 microseconds.