2025-11-25 7:46 PM
Hello,
I have multiple VL53L0X sensors that I am communicating with over an STM32 board. Two of the sensors started throwing errors (only reading 8191), and so I moved them to an Arduino for the flexibility of using the downloadable API. They worked perfectly fine on the Arduino, so I am wondering what the issue with the STM code might be. I am using the following repo: https://github.com/MarcelMG?tab=repositories
along with i2c code that I wrote because I have a different stm model, but don't see that being the problem.
Any help would be appreciated!