Skip to content

Arduino library for ST Microelectronics VL53L5 multizone Time-of-Flight ranging sensor

License

Notifications You must be signed in to change notification settings

pedrorovi/VL53L5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VL53L5

Arduino library for ST Microelectronics VL53L5 multizone Time-of-Flight ranging camera (get it here!)

Quickstart

  1. Connect I2C in the usual way (SCL, SDA, 3.3V, GND)

  2. Connect INT and LPN to digital pins on your board, making sure the pin numbers agree with the pin numbers specified in the get_set_params test sketch.

  3. Flash the get_set_params test sketch onto your board.

  4. After a few seconds you should see the LED turn on solid.

  5. A few seconds after that, the LED should start blinking.

  6. Open the serial monitor to observer the rangefinder readings.

Supported platforms

I have tested this library on the following platforms:

About

Arduino library for ST Microelectronics VL53L5 multizone Time-of-Flight ranging sensor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.0%
  • C++ 14.8%
  • Python 0.2%