Measuring Multiple vl53l4cd on single i2c line
I am currently implementing a series of vl53l4cd sensors into a project.
These work really well and I am able to address these individually on one shared i2c line.
These sensors are working perfectly fine on this shared line when measured independently but when an object is blocking both sensors, the readings speed up and the readings of both sensors becomes much less accurate and noisy.
Is there a specific approach to reading sensor data from both sensors simultaneously?
As a test I did move one of these sensors onto another i2c line, and the issue continued. I originally thought it was congestion on the i2c line but it clearly isn't and may be the way I am getting the distance data from both sensors.
I am using the Arduino library - https://github.com/stm32duino/VL53L4CD/
I have attached a video which should hopefully show what I am seeing. The yellow line is one sensor and blue is the other.
Thanks
