stm32duino / VL53L8CX

Arduino library to support the VL53L8CX low-power high-performance 8x8 multizone Time-of-Flight sensor (ToF)
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

VL53L8CX

Arduino library to support the VL53L8CX Time-of-Flight 8x8 multizone ranging sensor with wide field view.

API

This sensor uses I2C/SPI to communicate. And I2C/SPI instance is required to access to the sensor. The APIs provide simple distance measure and multizone detection in both polling and interrupt modes. The APIs derive from VL53L8CX ULD SDK v1.3.0.

Examples

The examples contained in this library are based on VL53L8CX-SATEL sensor board.

You need to connect the VL53L8CX-SATEL sensor board directly to the Nucleo board with wires as explained below in the case of I2C communication:

You need to connect the VL53L8CX-SATEL sensor board directly to the Nucleo board with wires as explained below in the case of SPI communication:

There are 3 examples with the VL53L8CX library:

Documentation

You can find the source files at https://github.com/stm32duino/VL53L8CX

The VL53L8CX datasheet is available at https://www.st.com/en/imaging-and-photonics-solutions/VL53L8CX.html