VL53L8CX I2C with ESP32
- September 28, 2025
- 1 reply
- 413 views
Hello,
I wanted to share about the VL53L8CX sensor and it's I2C.
I have been using a lot of VL53L sensors (5CX, 1X) and now the 8CX.
It always used to work super easily but with the VL53L8CX I cannot seem to make it work.
Running an I2C scan doesn't detect anything.
I am using an integration board from Aliexpress so I don't know if the problem comes from it but I have seen many posts of people having (I2C) issues with this VL53L8CX and I have not yet seen a solution.
My wiring to ESP32-S3 is :
VIN = 3.3V
GND to GND.
SDA to SDA
SCL to SCL
LPn driven high by GPIO (I tried to wired it directly to 3.3V also)
NCS to GND. (I have tried with and without a resistor)
SPI_I2C_N to GND. (I have tried with and without a resistor)
I do not know if the problem comes with this integration board which I cannot find proper documentation of but otherwise I can only see the board from POLULU which is not as good because it does not allow to use the glass cover.
Any help would be appreciated.Thanks
