Connect four VL53L7CX ToF sensors to the Jetson Orin Nx with Carrier board AverMedia D131
I want to connect four SATEL-53L7CX ToF sensors to a Jetson Orin Nx with an AVerMedia D131 carrier board. The board has a 40-pin expansion header with two i2c buses.
I have created a wiring diagram to connect every two sensors to each i2c bus.
Each sensor shares SDA and SCL with another sensor connected to the same bus, AVDD and IOVDD are connected to the Jetson with 5V and 3.3V pins respectively, the other pins of the two sensors (LPn, PWR_EN, I2C_RST) are connected to different GPIOs.
Steps:
I connect one sensor, then change the i2c address using set_i2c_address() and get the measurements.
But when I connect the second sensor to the same bus, the line immediately stops seeing any connected sensors, even though the two sensors already have different addresses — modified 0x38 and default 0x52).
Please, could you share thoughts on how to connect four ToF sensors to two i2c buses on Jetson?
Thanks in advance.
I will be very grateful to you!
