Skip to content

Dirk007/vl53l1x-st-api-arduino

This branch is 1 commit ahead of, 3 commits behind pololu/vl53l1x-st-api-arduino:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Dirk Faust
Sep 18, 2019
ddbec44 · Sep 18, 2019

History

14 Commits
Sep 18, 2019
Jun 1, 2018

Repository files navigation

ST VL53L1X API implementation for Arduino

This is an implementation of ST's STSW-IMG007 VL53L1X API for the Arduino platform, for use with the Pololu VL53L1X time-of-flight distance sensor carrier. It includes an example sketch adapted from ST's X-CUBE-53L1A1.

To load the sketch, open the file vl53l1x-st-api.ino in the vl53l1x-st-api directory.

We have also released a more basic VL53L1X library for Arduino that is intended to provide a quicker and easier way to get started using the VL53L1X with an Arduino-compatible controller, in contrast to using this API from ST. The library has a more streamlined interface, as well as smaller storage and memory footprints. However, it does not currently implement some of the more advanced functionality available in the API (for example, calibrating the sensor to work well under a cover glass or selecting a smaller region of interest (ROI)), and it has less robust error checking.

About

ST VL53L1X API implementation for Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.1%
  • C++ 2.9%