An open API service providing repository metadata for many open source software ecosystems.

GitHub / sparkfun / SparkFun_VL53L1X_Arduino_Library

A library for the laser based VL53L1X Time Of Flight distance sensor capable of detecting a target 4m away!

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkfun%2FSparkFun_VL53L1X_Arduino_Library
PURL: pkg:github/sparkfun/SparkFun_VL53L1X_Arduino_Library

Stars: 93
Forks: 54
Open issues: 15

License: mit
Language: C++
Size: 130 KB
Dependencies parsed at: Pending

Created at: over 7 years ago
Updated at: 3 months ago
Pushed at: almost 2 years ago
Last synced at: 22 days ago

Topics: arduino-library, sparkfun

Releases
Version 1.2.12

v1.2.12

This release:

  • Adds overloads for the SFEVL53L1X class and begin - to allow the i2cPort to be defined using begin instead of when the class is instantiated
    • This makes it easier to instantiate the class using a factory method
  • Adds a destructor to prevent memory leaks
  • Adds the method startOneshotRanging - thank you @josephduchesne
  • Adds the methods setThresholdConfig and getThresholdConfig
  • Adds new example to demonstrate one-shot ranging and detection thresholds
  • Corrects the distance mode definitions and setThresholdConfig - thank you @jimtng
  • Moves the ST driver files into their own subfolder
about 3 years ago
Download
Improve startup time for units that are already measuring.

v1.2.9

Rather than delaying 103ms at every begin(), we poll dataready for at least 150ms. For units that were just powered on, this will take 103ms. For units that were already running, data ready is set much faster. This greatly improves the reset startup time when users are actively uploading new sketches.

over 5 years ago
Download
Fix begin() behavior

v1.2.7

Begin() now correctly fails when sensor is disconnected. Begin also now checks for proper device ID. Examples upgraded as well.

over 5 years ago
Download
Added example for Plotting and Calibration

v1.2.6

Thanks to @ArminJo for the Pull Request

over 5 years ago
Download
Updating Examples to check if a new reading is ready

v1.2.5

Pulling in example changes courtesy of @ArminJo

almost 6 years ago
Download
Fixing ROI Function

v1.2.4

ROI Setting accidentally overwrote user setting of optical center

almost 6 years ago
Download
Adding timeout to SensorInit

v1.2.3

SensorInit now has timeout so it doesn’t get stuck if the sensor fails to initialize

almost 6 years ago
Download