Hello, I am trying to connect a VL53L3CX (a module I purchased on AliExpress) with the ESP32. I have found the Arduino library but it does not fit the ESP32. I will highly appreciate your help in helping me get this working. Thanks a lot, Motti
Hi Julien, you can also look at: https://github.com/mottibz/ESP32-VL53L3CX-Test-appThis is some test code that I wrote for testing the VL53L3CX.It requires the following library: https://github.com/stm32duino/VL53L3CXI will very highly appreciate you...
Hi Julien, Thanks for your reply. I have seen a solution for the VL53L1X. The issue is that I am using the VL53L3CX which is different. ST docs claims that it supports multi region, etc. but I could not find technical details on how to do that or any...