

The VL53L0X from ST Microelectronics is a time-of-flight ranging system integrated into a compact module. This board is a carrier for the VL53L0X, so we recommend careful reading of the VL53L0X datasheet (1MB pdf) before using this product.
The VL53L0 uses ST’s FlightSense technology to precisely measure how long it takes for emitted pulses of infrared laser light to reach the nearest object and be reflected back to a detector, so it can be considered a tiny, self-contained lidar system. This time-of-flight (TOF) measurement enables it to accurately determine the absolute distance to a target without the object’s reflectance greatly influencing the measurement. The sensor can report distances of up to 2 m (6.6 ft) with 1 mm resolution, but its effective range and accuracy (noise) depend heavily on ambient conditions and target characteristics like reflectance and size, as well as the sensor configuration. (The sensor’s accuracy is specified to range from ±3% at best to over ±10% in less optimal conditions.)
Ranging measurements are available through the sensor’s I²C (TWI) interface, which is also used to configure sensor settings, and the sensor provides two additional pins: a shutdown input and an interrupt output.
The VL53L0X is a great IC, but its small, leadless, LGA package makes it difficult for the typical student or hobbyist to use. It also operates at a recommended voltage of 2.8 V, which can make interfacing difficult for microcontrollers operating at 3.3 V or 5 V. Our breakout board addresses these issues, making it easier to get started using the sensor, while keeping the overall size as small as possible.
The carrier board includes a low-dropout linear voltage regulator that provides the 2.8 V required by the VL53L0X, which allows the sensor to be powered from a 2.6 V to 5.5 V supply. The regulator output is available on the VDD pin and can supply almost 150 mA to external devices. The breakout board also includes a circuit that shifts the I²C clock and data lines to the same logic voltage level as the supplied VIN, making it simple to interface the board with 3.3 V or 5 V systems, and the board’s 0.1″ pin spacing makes it easy to use with standard solderless breadboards and 0.1″ perfboards. The board ships fully populated with its SMD components, including the VL53L0X, as shown in the product picture.
For a similar but shorter-range sensor (up to 20 cm, or 60 cm with reduced resolution) that includes ambient light sensing functionality, see our VL6180X carrier.
A 1×7 strip of 0.1″ header pins and a 1×7 strip of 0.1″ right-angle header pins are included, as shown in the picture below. You can solder the header strip of your choice to the board for use with custom cables or solderless breadboards, or you can solder wires directly to the board itself for more compact installations.
Using the VL53L0XThe board has two mounting holes spaced 0.5″ apart that work with #2 and M2 screws (not included).
Important note: This product might ship with a protective liner covering the sensor IC. The liner must be removed for proper sensing performance.
A minimum of four connections is necessary to use the VL53L0X board: VIN, GND, SCL, and SDA. The VIN pin should be connected to a 2.6 V to 5.5 V source, and GND should be connected to 0 volts. An on-board linear voltage regulator converts VIN to a 2.8 V supply for the VL53L0X IC.
The I²C pins, SCL and SDA, are connected to built-in level-shifters that make them safe to use at voltages over 2.8 V; they should be connected to an I²C bus operating at the same logic level as VIN.
The XSHUT pin is an input and the GPIO1 pin is an open-drain output; both pins are pulled up to 2.8 V by the board. They are not connected to level-shifters on the board and are not 5V-tolerant, but they are usable as-is with many 3.3 V and 5 V microcontrollers: the microcontroller can read the GPIO1 output as long as its logic high threshold is below 2.8 V, and the microcontroller can alternate its own output between low and high-impedance states to drive the XSHUT pin. Alternatively, our 4-channel bidirectional logic level shifter can be used externally with those pins.
PIN | Description |
---|---|
VDD | Regulated 2.8 V output. Almost 150 mA is available to power external components. (If you want to bypass the internal regulator, you can instead use this pin as a 2.8 V input with VIN disconnected.) |
VIN | This is the main 2.6 V to 5.5 V power supply connection. The SCL and SDA level shifters pull the I²C lines high to this level. |
GND | The ground (0 V) connection for your power supply. Your I²C control source must also share a common ground with this board. |
SDA | Level-shifted I²C data line: HIGH is VIN, LOW is 0 V |
SCL | Level-shifted I²C clock line: HIGH is VIN, LOW is 0 V |
XSHUT | This pin is an active-low shutdown input; the board pulls it up to VDD to enable the sensor by default. Driving this pin low puts the sensor into hardware standby. This input is not level-shifted. |
GPIO1 | Programmable interrupt output (VDD logic level). This output is not level-shifted. |
The schematic shows the additional components the carrier board incorporates to make the VL53L0 easier to use, including the voltage regulator that allows the board to be powered from a 2.6 V to 5.5 V supply and the level-shifter circuit that allows for I²C communication at the same logic voltage level as VIN. This schematic is also available as a downloadable PDF (100k pdf).
The VL53L0X can be configured and its distance readings can be queried through the I²C bus. Level shifters on the I²C clock (SCL) and data (SDA) lines enable I²C communication with microcontrollers operating at the same voltage as VIN (2.6 V to 5.5 V). A detailed explanation of the I²C interface on the VL53L0X can be found in its datasheet (1MB pdf), and more detailed information about I²C in general can be found in NXP’s I²C-bus specification (1MB pdf).
The sensor’s 7-bit slave address defaults to 0101001b on power-up. It can be changed to any other value by writing one of the device configuration registers, but the new address only applies until the sensor is reset or powered off. ST provides an application note (196k pdf) that describes how to use multiple VL53L0X sensors on the same I²C bus by individually bringing each sensor out of reset and assigning it a unique address.
The I²C interface on the VL53L0X is compliant with the I²C fast mode (400 kHz) standard. In our tests of the board, we were able to communicate with the chip at clock frequencies up to 400 kHz; higher frequencies might work but were not tested.
In contrast with the information available for many other devices, ST has not publicly released a register map and descriptions or other documentation about configuring and controlling the VL53L0X. Instead, communication with the sensor is intended to be done through ST’s VL53L0X API (STSW-IMG005), a set of C functions that take care of the low-level interfacing. To use the VL53L0X, you can customize the API to run on a host platform of your choice using the information in the API documentation. Alternatively, it is possible to use the API source code as a guide for your own implementation.
We have written a basic Arduino library for the VL53L0X, which can be used as an alternative to ST’s official API for interfacing this sensor with an Arduino or Arduino-compatible controller. The library makes it simple to configure the VL53L0X and read the distance data through I²C. It also includes example sketches that show you how to use the library.
Size: | 0.5″ × 0.7″ × 0.085″1 |
---|---|
Weight: | 0.5 g1 |
Resolution: | 1 mm |
---|---|
Maximum range: | 2 m2 |
Interface: | I²C |
Minimum operating voltage: | 2.6 V |
Maximum operating voltage: | 5.5 V |
Supply current: | 10 mA3 |
PCB dev codes: | irs11a |
---|---|
Other markings: | 0J9776 |
Manufacturer BTC Korporacja sp. z o. o. Lwowska 5 05-120 Legionowo Poland sprzedaz@kamami.pl 22 767 36 20
Responsible person BTC Korporacja sp. z o. o. Lwowska 5 05-120 Legionowo Poland sprzedaz@kamami.pl 22 767 36 20
The X-NUCLEO-53L0A1 expansion board features the VL53L0X ranging and gesture detection sensor, based on ST’s FlightSense™, Time-of-Flight technology. It is an evaluation board that provides an introduction to the ranging and gesture detection capabilities of the VL53L0X module
No product available!
Integrated circuit - a distance sensor based on the technique of measuring the time between transmitting a light wave and returning its reflection (so-called Time of Flight - ToF). The system transmits data via the I2C bus and can measure distances up to 2 meters. The system has a small size and fits in the Optical LGA12 housing
No product available!
Range finder with a measuring range up to 12m. The current consumption is up to 120mA and the supply voltage 4.5 ... 6V. Communication via the UART interface. DFRobot SEN0259
Ultrasonic ToF sensor dedicated to the identification of materials at a distance of 2 to 10 cm. It can distinguish between hard and soft materials and transmits information via digital IO (high/low) or UART interface. DFRobot SEN0560
No product available!
The 3D TOF camera is a module that consists of the BL702 system and the Juyou 100x100 TOF sensor. It is a 3D sensor that allows you to measure distances up to 1.5 meters. It is equipped with a 1.14-inch LCD screen that allows real-time viewing of depth maps along with color maps. DFRobot SEN0581
Ultrasonic distance sensor (sonar) with a measuring range from 30 cm to 500 cm. It allows to read data through one of three interfaces: variable width pulse, analog output or RS232/TTL interface. DFRobot SEN0269
No product available!
Ultrasonic distance sensor (sonar) with a measuring range from 50 cm to 5 m. It allows you to read data via an industrial analog interface with a current output of 4-20 mA. DFRobot SEN0266
No product available!
Laser distance sensor with a measurement range of 0.1 m to 12 m dedicated to indoor use. It communicates via UART or I2C interface. Benewake TFmini Plus Indoor
Module with a digital distance sensor with a range of up to 10 cm. It has a digital output that goes low when an object is detected. Pololu 4052
TF Mini LiDAR is a one-way rangefinder that is based on ToF (Time of Flight) technology. It consists of high quality optical and electrical devices that provide stability, high sensitivity and precision. Sparkfun SEN-14786
No product available!
Module with an obstacle sensor operating in the infrared band. Equipped with an XH2.54 connector, it has a digital output informing about the detection of an obstacle
Portable set of ToF laser scanner with a range of 40m, characterized by high resolution (9,200 samples per second) and high stability and accuracy of measurements. Seeed Studio 114090021
No product available!
ToF distance sensor module based on the VL6180X system. It offers a range of 2 to 50 cm and communicates via the I2C interface
Ultrasonic distance sensor module with a range of up to 4.5m enclosed in a waterproof and dustproof housing. It is compatible with 3.3V or 5V devices such as Arduino, Raspberry Pi DFRobot SEN0311
ToF distance sensor module based on the VL53L1X system. It offers a range from 4 to 400 cm and communicates via the I2C, UART or Modbus interface. TOF400F
ToF laser rangefinder. It enables detection of many objects, has a field of view of about 25° and is able to detect objects at a distance of up to 3 m. Communicating via the I2C interface. SparkFun SPX-17072
LIDAR distance sensor with a measuring range from 5 cm to 10 m and a resolution of 1 cm. It communicates via the I2C or ANT interface. The set includes a module with Qwiic SparkFun SEN-18009 connectors
No product available!
This sensor is a carrier/breakout board for ST’s VL53L0X laser-ranging sensor, which measures the range to a target object up to 2 m away.