Hi all,
I'm having some trouble using the VL53l0X sensor. Specifically, I'm using the TOF200C breakout board for the VL5XI0X. I'm using a ELEGOO UNO R3. This is the guide I'm following for the sensor
My Connections:
Vin - 5V
GND - GND
SDA - A4
SCL - A5
INT - Not in use
SHUT - Connected to Vin via 10k pullup resistor
I've downloaded the run the 'vl53l0x' example sketch from this library: I'm receiving the 'Failed to boot VL53L0X' error.
After some research, I ran a I2C scanner sketch. I'm receiving a 'No I2C devices found' error. So I assume the sensor isn't connected to the arduino properly.
Some other things I've tried:
- Swapping the sensor with a new one
- Adding/removing 5.1k pullup resistors from SDA to Vin and SCL to Vin, and a 10k pullup from XSHUT to VIn.
- Quadtriple checking my connections
- Using the Pololu library instead
Things I haven't tried just yet due to access to parts/equipment:
- Soldering the pin headers to the sensor pins
- Using a different uno
I'm at my wit's end, can anyone provide some assistance? (I am quite new to arduino and have little knowledge of what I2C is)