Other Parts Discussed in Thread: PCM5122
Tool/software:
I have i2c-tools installed on linux. im using the command "sudo i2cdetect -y -r 1" to see if the address is there but it never shows up. I also tried all of the other i2c ("sudo i2c detect -y -r 0", "sudo i2c detect -y -r 2", etc) and never see it.
I have the mode 2 pin (TP8) in the voltage and the mode 1 pin (TP7) in the ground. The voltage is connected to the +3.3VA and the ground is connected to AGND. The voltage and ground are also connected the pandas 3.3V and ground. On a breadboard there are pullup resistors of 4.7k between the voltage and the SDA (TP4) and SCL (TP3), and those are connected to the panda and board. I have the address pins (TP14 and TP6) connected to ground. The board lights up where it has D2 and D3 but i cant see the i2c address.
Am I doing something wrong? Am I forgetting something?