Anonymous
Mar 31, 2026
Rating: 5/5
Great documentation support
Even though it's a generic module, the community support for VL53L0X is huge. Found plenty of example code to get started immediately. Very satisfied.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Sensors |
| Origin | - |
| Sensor Type | Time-of-Flight (ToF) |
| Measurement Range | Up to 200mm (VL6180X), Up to 4m (VL53L1X) |
| Interface | I2C |
| Operating Voltage | 2.6V to 3.5V |
| Wavelength | 940nm VCSEL |
| Field of View | Approx. 25 degrees |
| Accuracy | +/- 3mm typical |
| Package Type | Module with Breakout Board |
| Dimensions | 12mm x 8mm x 3mm |
| Compatibility | Arduino, Raspberry Pi, STM32 |
Anonymous
Mar 31, 2026
Rating: 5/5
Great documentation support
Even though it's a generic module, the community support for VL53L0X is huge. Found plenty of example code to get started immediately. Very satisfied.
Anonymous
Mar 27, 2026
Rating: 4/5
Good value but needs calibration
Works as advertised. Had to spend some time calibrating it for my specific lighting conditions, but once set up, it provides consistent distance readings.
Anonymous
Mar 24, 2026
Rating: 3/5
Works well but sensitive to surface color
It works great on white surfaces but struggles a bit with black matte objects. Make sure to test it with your specific target material before finalizing your design.
Anonymous
Mar 20, 2026
Rating: 5/5
Exceeded expectations
Fast shipping and the module arrived well-packaged. The ranging speed is impressive, updating multiple times per second without lag. A must-have for automation.
Anonymous
Mar 17, 2026
Rating: 5/5
Perfect for robotics projects
This sensor is incredibly accurate for short-range detection. I used it on my line-following robot and the response time is excellent. The I2C library was easy to integrate.
Anonymous
Mar 06, 2026
Rating: 5/5
Reliable and compact
The small form factor makes it ideal for tight spaces in drone builds. No issues with ambient light interference indoors. Highly recommended for DIY enthusiasts.
Q: What is the maximum refresh rate for distance measurements?
A: The refresh rate depends on the timing budget settings. Typically, you can achieve between 20Hz to 60Hz. Higher precision settings will reduce the maximum refresh rate.
Q: Is there a library available for Python on Raspberry Pi?
A: Yes, there are several open-source Python libraries available for Raspberry Pi, such as the Adafruit CircuitPython library or standard SMBus implementations.
Q: Does this module work directly with 5V Arduino boards?
A: The sensor operates at 2.6V-3.5V. While many breakout boards include a voltage regulator allowing 5V input, please check the specific board schematic. Logic level shifting may be required for the I2C lines.
Q: Can this sensor measure through glass?
A: No, Time-of-Flight sensors generally cannot measure through transparent materials like glass because the laser passes through or reflects internally. It works best on opaque surfaces.
Q: How does sunlight affect the performance?
A: Strong direct sunlight can interfere with the 940nm IR signal and reduce the effective range or accuracy. It is best suited for indoor use or shaded outdoor applications.