2024-06-11 08:49 AM - last edited on 2024-06-11 09:45 AM by Peter BENSCH
Hello,
I've been working with a SATEL-VL53L8 sensor for a while. For this I've used the L4RZI board and now i moved into the nRF52 board for more tests.
I've been having trouble trying to implement this. I've tried to use the VL53L0 configuration,
(CONFIG_VL53L0X_PROXIMITY_THRESHOLD and CONFIG_VL53L0X).
This because i did not find any configuration for the VL53L8 available (besides the one available in the GitHub for the ST32duino (https://github.com/stm32duino/VL53L8CX)).
I've tried examples for the L0, and the L8, including using the one available in GitHub.