VL53L1X: Problems trying to restart after powering down
I am using a VL53L1X with the VL53L1X_ULD library.
I have one ToF sensor that I initialize at the default address 0x52 and reset to an address of 0x56. It works at that address (I am planning to add more sensors, but haven't hot there yet.)
When I power down my microcontroller to save power, I send the XXSHUT terminal low.
When I power up again, I send the XSHUT high, at which point the controller doesn't find it at 0x56. It finds a sensor at 0x52, the default, but attempts to reinitialization at that address fail.
I can only restart it if I turn power off completely to the whole sensor.
Is there a way around this? Is there a reset command or some other way to restart?
