I am attempting to calibrate VL53L0X sensors. I want to store the offset calibration data to the VLX's NVM using an Arduino. Is there a way to do this? The API produced by STM Electronics has a set of functions to do this. Has anyone converted them for use in Arduino?
STM Electronics API:
It seems that Adafruit has attempted this but I'm not sure if the calibration data is stored to the sensor.
I am sure you have read the same documentation as I just did: "Load calibration parameters by using VL53L0X_SetRefCalibration(). This assumes
that user has previously performed a calibration and stored the two parameters in the Host
memory.".
So, the calibration values are loaded from the host, Arduino, each time you use the device.
Unless you found something different.