revk / ESP32-VL53L0X

VL53L0X (laser ranger) for ESP-IDF (e.g. ESp32)
GNU General Public License v3.0
18 stars 3 forks source link

I2C fail #4

Open na3eddin opened 8 months ago

na3eddin commented 8 months ago

hello @revk , it works but the function vl53l0x_init gives me I2C fail is that ok or is there something to fix?

revk commented 8 months ago

Sounds like the I2C failed, I would check the GPIOs and address carefully. You can enable debug to log what it is doing and that should show where the failure happens.