Skip to content

Arduino library to support the VL53L1 Time-of-Flight ranging sensor with advanced multi-zone and multi-object detection

License

Notifications You must be signed in to change notification settings

stm32duino/VL53L1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

VL53L1

Arduino library to support the VL53L1 Time-of-Flight ranging sensor with advanced multi-zone and multi-object detection.

API

This sensor uses I2C to communicate. And I2C instance is required to access to the sensor. The APIs provide simple distance measure and multi-object detection in both polling and interrupt modes.

Examples

There are 2 examples with the VL53L1 library.

In order to use these examples you need to connect the VL53L1 satellite sensor directly to the Nucleo board with wires as explained below:

  • pin 1 (Interrupt) of the VL53L1 satellite connected to pin A2 of the Nucleo board
  • pin 2 (SCL_I) of the VL53L1 satellite connected to pin D15 (SCL) of the Nucleo board with a Pull-Up resistor of 4.7 KOhm
  • pin 3 (XSDN_I) of the VL53L1 satellite connected to pin A1 of the Nucleo board
  • pin 4 (SDA_I) of the VL53L1 satellite connected to pin D14 (SDA) of the Nucleo board with a Pull-Up resistor of 4.7 KOhm
  • pin 5 (VDD) of the VL53L1 satellite connected to 3V3 pin of the Nucleo board
  • pin 6 (GND) of the VL53L1 satellite connected to GND of the Nucleo board
  • pins 7, 8, 9 and 10 are not connected.
  • VL53L1_Sat_HelloWorld: This example code is to show how to get multi-object detection and proximity values of the VL53L1 satellite sensor in polling mode.

  • VL53L1_Sat_HelloWorld_Interrupt: This example code is to show how to get multi-object detection and proximity values of the VL53L1 satellite sensor in interrupt mode.

Note

The maximum detection distance is influenced by the color of the target and the indoor or outdoor situation due to absence or presence of external infrared. The detection range can be comprise between ~40cm and ~400cm. The library should work also with standard Arduino boards. In this case you just need to adjust the code in the sketch in order to use the correct Wire instance and the correct pin number for XSHUT and GPIO1 pins.

Documentation

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

The VL53L1 datasheet is available at
https://www.st.com/content/st_com/en/products/imaging-and-photonics-solutions/proximity-sensors/vl53l1.html

About

Arduino library to support the VL53L1 Time-of-Flight ranging sensor with advanced multi-zone and multi-object detection

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published