User Activity

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...
It displays the error message "Failed to open /dev/stvmvl53l5"If I run the test program in user mode it works fine.