Posts: 37
Threads: 4
Joined: Apr 2018
Reputation:
0
08-11-2018, 07:28 AM
(This post was last modified: 08-26-2018, 09:28 AM by edwingoh .
Edit Reason: added a solved in thread title
)
I have attempted to connect the RPI2 I2S lines to a TDA1541A DAC of a broken CD player.
I think it should be:
RPI2 pins J12 - BCK, J35 - LRCLK, J38 - MOSI) to TDA1541A pin 2 - BCK, pin 1 - LE/WS and pin 3 - DATA correspondingly.
I have chosen the generic I2S driver (RPI-DAC) but there is no sound.
Any suggestions?
Ed
Posts: 13,906
Threads: 315
Joined: Mar 2018
Reputation:
566
I think for TDA1541, 1543, 1387 chips you need to use Generic-1 I2S (hifiberry-dac).
-Tim
Posts: 37
Threads: 4
Joined: Apr 2018
Reputation:
0
08-12-2018, 03:25 AM
(This post was last modified: 08-12-2018, 09:41 AM by edwingoh .)
I hooked up the system again the following configuration:
TDA1541 <-> RPi2
1 - LE/WS <-> J35 (PCM_FS)
2 – BCK <-> J12 (PCM_CLK)
3 – DATA <-> J40 (PCM_DOUT)
ALG GND <-> J39 (GND)
Used the Generic-1 I2S (hifiberry-dac) driver as recommended by Tim.
I am tapping on the TDA1541A with the CD player in place so that it can supply the necessary power supplies.
I played a 44.1/16 .WAV file, but there is still no music output.
Any other suggestions?
UPDATE: I tapped the TDA1541A inputs before the resistors marked in RED. Could the GPIO voltages be attenuated too much? See attachment
Attached Files
Thumbnail(s)
Posts: 37
Threads: 4
Joined: Apr 2018
Reputation:
0
08-26-2018, 09:27 AM
Made another attempt on the Arcam board today. What I did was to tap the lines right before the TDA1541A. That did the trick; the resistors must have attenuated the voltage too much previously. Now sweet music flows! Thanks all who chipped in to help. I appreciate it.
Posts: 13,906
Threads: 315
Joined: Mar 2018
Reputation:
566
Nice :-)
What type of wires are u using for I2S connection?
-Tim