ESP32-C3 and VL53L4CX no I2C Signal
- July 5, 2024
- 1 reply
- 1595 views
Hi! I am trying to built this ToF rangefinder using this tutorial
But instead of using the VL53L0X I am using the VL53L4CX
I have attempted with 2 different ESP32-C3 Controllers and 2 separate VL53L4CX sensors and no matter what I do I can't get any I2C signal.
My current setup is as follows:
A brand new out of the box VL53L4CX TOF sensor wired up as follows
D0 = SCL
D1 = SDA
GND = GND
3V3 = VIN
I am using the built in connector on the sensor, so I don't have to do any soldering. But on the first sensor I had I also tried the pins directly. Neither has worked.
I have tried all the ESP32 pins D0-D10.
I have tried other I2C products on the same ESP32-C3 and they are working fine.
I have tried a whole a bunch of variations on the I2C detector scripts and none of them see the VL53L4CX. The scripts registers other I2C devices just fine.
Any Ideas what I could do next?
Should I just give up using the VL53L4CX?
