2021-07-15 12:52 PM
Will I need to use a different version of the software to use the VL53L1 as compared to the VL53L1. Right now I am using the same script that was used for the VL530X.
Solved! Go to Solution.
2021-07-16 09:21 AM
Electrically the two parts are identical. So that's not a problem.
Physically the L1 is 1.6mm tall instead of the L0's 1.0 mm tall, so the coverglass 'air gap' might be an issue.
Software wise - I'd suggest using the:
VL53L1X ULD API (Ultra Lite Driver Application Programming Interface)
There is pretty much a one-to-one correspondence between the calls you made with the L0 and the ones you need to make with the L1, so although you have to change some code, it should be simple.
The I2C interface is the same, so the hard part is already done.
2021-07-16 09:21 AM
Electrically the two parts are identical. So that's not a problem.
Physically the L1 is 1.6mm tall instead of the L0's 1.0 mm tall, so the coverglass 'air gap' might be an issue.
Software wise - I'd suggest using the:
VL53L1X ULD API (Ultra Lite Driver Application Programming Interface)
There is pretty much a one-to-one correspondence between the calls you made with the L0 and the ones you need to make with the L1, so although you have to change some code, it should be simple.
The I2C interface is the same, so the hard part is already done.