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

Cablibration #5

Closed Autobot86 closed 5 years ago

Autobot86 commented 6 years ago

How to write the calibrations on this code,

PerformOffsetCalibration() PerformXtalkCalibration() GetCalibration data()

Grahldg commented 6 years ago

Hi @Autobot86 ,

These are methods from the ST API that we have not yet implemented in our library. Others have had success with the Pololu VL53L1X port for Arduino which does include those methods for calibration. Because their library was designed for a different product I cannot guarantee that it will work for you, but if you're feeling adventurous it could be a good reference for implementing them yourself. If you do decide to go that route we would love it if you could send us a pull request with your changes.

You might also check out our forums to see if anyone else had success in implementing these methods.

Please let me know if you have any other questions.

AndyEngland521 commented 5 years ago

We've implemented a new version of the library that contains these functions @Autobot86