2023-07-26 02:51 AM - edited 2023-07-26 02:56 AM
Hello,
I am developing a system using VL53L1X.
I have read UM2510 (A guide to using the VL53L1X ultra lite driver).
This library implements the function called "StartTemperatureUpdate".
The description for this function states, "This function performs the temperature calibration."
The function declaration is written as:
VL53L1X_ERROR VL53L1X_StartTemperatureUpdate(uint16_t dev);
I'm curious as to why this function doesn't require the actual temperature as an input.
The mechanism of temperature calibration, please let me know.
It would be helpful if you could introduce related documents and URLs for reference.
Best Regards.
Solved! Go to Solution.
2023-07-27 12:19 AM
Hello,
Everything is done inside the sensor firmware, user has nothing to do.
Everything is embedded, it is a transparent operation that doesn't require information from the host.
Best regards
2023-07-27 12:19 AM
Hello,
Everything is done inside the sensor firmware, user has nothing to do.
Everything is embedded, it is a transparent operation that doesn't require information from the host.
Best regards
2023-07-28 01:42 AM
2023-07-28 01:58 AM
Hello
That's it.
Best regards
2023-08-10 11:56 AM
Do we have access to the temperature sensor inside the device? Could we potentially poll what the device's temperature is?