Anonymous
Mar 29, 2026
Rating: 4/5
Good value but range is limited
Works exactly as described. Keep in mind the 2-meter limit is for ideal indoor conditions; outdoors in sunlight, the range drops significantly. Still a great module for the price.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Sensors |
| Origin | - |
| Model Number | VL53L0X V2 |
| Measurement Range | Up to 2 meters (indoor) |
| Interface Protocol | I2C |
| Operating Voltage | 2.6V to 3.5V |
| Wavelength | 940 nm (Invisible) |
| Accuracy | +/- 3% typical |
| Field of View | 25 degrees typical |
| Dimensions | 12mm x 8mm x 2.5mm |
| Included Resources | Source Code and Library Files |
| Application Area | Robotics, Drones, and Automation |
Anonymous
Mar 29, 2026
Rating: 4/5
Good value but range is limited
Works exactly as described. Keep in mind the 2-meter limit is for ideal indoor conditions; outdoors in sunlight, the range drops significantly. Still a great module for the price.
Anonymous
Mar 28, 2026
Rating: 4/5
Fast response time
The refresh rate is impressive for obstacle avoidance algorithms. Just ensure your logic level shifter is correct if running on 5V systems, as this is a 3.3V device.
Anonymous
Mar 16, 2026
Rating: 5/5
Reliable for classroom use
We bought ten of these for our engineering class. They are robust enough to handle student handling and provide consistent data for distance measurement experiments.
Anonymous
Mar 16, 2026
Rating: 5/5
Compact and powerful
Tiny form factor fits perfectly into tight spaces on my custom PCB. The invisible laser is a nice touch so it doesn't distract during operation.
Anonymous
Mar 12, 2026
Rating: 5/5
Excellent documentation and code
The fact that source code is provided saved me hours of debugging. The I2C communication is stable, and the readings are consistent. A must-have for embedded systems.
Anonymous
Mar 09, 2026
Rating: 5/5
Perfect for my robotics project
This sensor is incredibly accurate for short-range detection. The provided source code made integration with my Arduino setup seamless. Highly recommended for hobbyists.
Q: Can this measure through glass?
A: No, laser time-of-flight sensors generally cannot measure distance through transparent materials like glass, as the laser beam passes through rather than reflecting back to the sensor.
Q: What is the maximum update rate?
A: The sensor can operate at update rates up to roughly 50Hz depending on the configuration and the distance being measured. Faster rates may reduce accuracy or maximum range.
Q: Does the included source code work with Python?
A: The primary source code is written in C/C++ for Arduino IDE. However, the repository includes a Python library example suitable for Raspberry Pi and other Linux-based single-board computers.
Q: Is this sensor compatible with Raspberry Pi?
A: Yes, the VL53L0X V2 uses the I2C protocol, which is fully supported by Raspberry Pi. You may need to enable the I2C interface in the raspi-config settings.
Q: Do I need any external components to run this?
A: The module comes with necessary pull-up resistors on board. You only need to connect VCC, GND, SDA, and SCL pins to your microcontroller. No additional external components are required for basic operation.