Multiplexing multiple VL53L5 /7
I'm implementing a smart shelving solution that uses an array of multiple ( 3x6 sensors across 3 i2c channels).
I'm multiplexing the sensors so that no sensors emit on the same time. For that I use the drivers start measurement and stop functions and it kind of works. Yet I notice that in continuous mode (using a phone camera) the sensors keep emitting even after they have been stopped. In autonomous mode I can see some flickering of the light but still not the 1/18 time share that I would expect. It virtually still looks like emitting 90% of the time.
How can I prevent the sensors from emitting light so there is no cross talk ( the reading sensor picking up on parked sensors light and getting confused)?
