Other Parts Discussed in Thread: TDES954
Tool/software:
I am currently working on a setup involving the V3 Link Adapter Board connected to a Raspberry Pi 4. The TSER953 serializer and the TDES954 deserializer are connected via a coaxial cable, with the TDES954 controlling an image sensor.
On the TSER953 side, I have added an LED device that uses I2C communication. However, when I run the command i2cdetect -y 10
, I can only detect the address 0x0c
and not the address of the LED device. Could you please help me understand why the LED device's address is not being detected?
Additionally, if I want to add another I2C-based LED device on the TSER953 side, what steps should I take to ensure proper communication and address detection? Are there any specific configurations or considerations I need to be aware of?
Here is the hardware setup.