Anonymous
Mar 31, 2026
Rating: 5/5
Reliable altitude hold
I integrated this into a custom drone frame for low-altitude holding. The refresh rate is fast enough for stable flight control. Much better than ultrasonic sensors for precision.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Sensors |
| Origin | - |
| Sensor Type | Time-of-Flight (ToF) Laser Ranging |
| Maximum Range | 4 Meters |
| Interface | I2C (Up to 400 kHz) |
| Operating Voltage | 2.6V to 3.5V |
| Wavelength | 940 nm (Invisible) |
| Field of View | 25 degrees typical |
| Accuracy | +/- 3 mm up to 1 meter |
| Dimensions | 24 x 14 x 4 mm |
| Cover Material | Optical Grade Polycarbonate |
| Compatibility | Arduino, Raspberry Pi, STM32 |
Anonymous
Mar 31, 2026
Rating: 5/5
Reliable altitude hold
I integrated this into a custom drone frame for low-altitude holding. The refresh rate is fast enough for stable flight control. Much better than ultrasonic sensors for precision.
Anonymous
Mar 23, 2026
Rating: 5/5
Perfect for robotics projects
This sensor is incredibly accurate for its size. I used it on a small rover for obstacle avoidance, and the 4-meter range is more than enough. The included optical cover keeps dust off the lens without affecting performance.
Anonymous
Mar 20, 2026
Rating: 4/5
Good for prototyping
We used several of these for a proof-of-concept conveyor belt system. They performed well under controlled conditions. Note that direct sunlight can interfere with readings, which is expected for this technology.
Anonymous
Mar 14, 2026
Rating: 4/5
Great value, easy I2C setup
Setup with my Arduino was straightforward using the standard library. It reads consistently well in indoor lighting. Only giving 4 stars because the pin headers were not pre-soldered, but that's minor.
Anonymous
Mar 08, 2026
Rating: 5/5
Compact and robust
The form factor is tiny, making it perfect for space-constrained designs. The optical cover feels durable and protects the sensitive components during handling. Highly recommended.
Anonymous
Mar 04, 2026
Rating: 5/5
Works exactly as described
First time using a ToF sensor and this module made it easy. The documentation links provided by the seller helped me get started quickly. Measurements are stable and repeatable.
Q: Can this sensor measure through glass?
A: Generally, no. Laser ToF sensors often struggle with transparent materials like glass because the laser passes through or reflects unpredictably. It works best on opaque surfaces.
Q: Does this module work with 5V logic levels directly?
A: No, the VL53L1X operates at 2.6V-3.5V. If you are using a 5V microcontroller like a standard Arduino Uno, you must use a logic level converter or an I2C breakout board with voltage regulation.
Q: Does it come with example code for Raspberry Pi?
A: Yes, the product page includes a link to a GitHub repository with Python examples specifically tailored for Raspberry Pi GPIO usage, as well as C++ libraries for Arduino.
Q: Is the optical cover removable if I need a wider field of view?
A: Yes, the cover can be carefully removed, but please note that doing so exposes the lens to dust and potential damage, and may void the warranty. The default FOV is 25 degrees.
Q: What is the maximum I2C clock speed supported?
A: The sensor supports standard mode (100 kHz) and fast mode (400 kHz). We recommend running at 400 kHz for the fastest possible data update rates.