adafruit / Adafruit_CircuitPython_VL53L4CD

CircuitPython helper library for the VL53L4CD time of flight distance sensor.
MIT License
3 stars 6 forks source link

ValueError: No I2C device at address: 0x29 #11

Closed Tylersuard closed 1 year ago

Tylersuard commented 1 year ago

Hello, I am running the example code when I get this error. I have 2 TOF sensors plugged in. One is plugged into the board (QTPY ESP32-S3) and the other is plugged into the first TOF sensor.

File "code.py", line 47, in File "adafruit_vl53l4cd.py", line 75, in init ValueError: No I2C device at address: 0x29

Tylersuard commented 1 year ago

I just plugged it in on the other side of the board.