Multiple VL53L3CX with the same interrupt wire
Hello,
I'm looking for using multiple sensors (10 exactly) in my systems. I have two tricky specifications :
- get measurement frequency of at least 50Hz
- limited as best as possible the space of sensors PCB
Therefore I have the idea to use a single interrupt wire (GPIO1) for several sensors and play with timings in order to enhance the efficiency in term of wire / time to get data.
Do you think it seems possible to design this way ? (Because in API manual it said is mandatory to assign each sensor wires (XSHUT and GPIO1) to 2 pins of our microprocessor in a multiple sensor design)
Thank you for your future help.
