sparkfun / SparkFun_VL53L1X_Arduino_Library

A library for the laser based VL53L1X Time Of Flight distance sensor capable of detecting a target 4m away!
MIT License
88 stars 50 forks source link

Implement distance modes #2

Closed nseidle closed 5 years ago

nseidle commented 6 years ago

Section 2.5.1 in datasheet

kinesphere commented 6 years ago

It would also be great to implement a way of programming the ROI, according to the datasheet: "ROI size and position are programmable: the user may chose a custom FoV from 4x4 SPADs (minimum size) up to 16x16 SPADs (full FoV). " This means the sensor could have a FOV angle as narrow as 15 deg.

nseidle commented 6 years ago

Thanks @artlyra - to keep things straight please consider starting a new issue for a new feature request

AndyEngland521 commented 5 years ago

ROI functions have been added in new version.