Hello all!
I have been trying to connect multiple VL53L1X sensors to an Arduino Uno board with a qwiic shield attatched. what happened was when I connected the two sensors to the board, only one sensor would work or they would overlap each other when getting a new signal. my code is based on the hookup guide code. some things I tried were designating new shutdown pins and interrupt pins to the second sensor but this would result in me getting data like distance: 10000001011001, which is outlandish. I also tried daisy chaining but that did not work either. I’m really stuck and don’t know what to do. any help would be very much appreciated.