found an old sony mini system in the bin and in it there was this tda1545 ic(along other usefull components) and im wondering how hard would it be to make a simple spdif/coax dac for my tv(that lacks an anlog output) or a crappy dvd player.
i also professionaly soldered one of the legs back on. it works but it looks a bit ugly.
i also professionaly soldered one of the legs back on. it works but it looks a bit ugly.
You would have to build a circuit as in figure 1 of the datasheet, http://tech.juaneda.com/download/TDA1545a.pdf , with small series resistors and AC coupling capacitors added at the outputs, and add an S/PDIF receiver IC that can output data in the format of figure 6 of the datasheet, and a regulated supply.
Strangely, the format of figure 6 appears to be right-justified rather than I2S. Philips invented I2S, so you would expect them to use that.
The S/PDIF receiver would also need an application circuit as shown in its datasheet. It is easiest to take one that can be configured without microcontroller, so you don't need to add one.
Strangely, the format of figure 6 appears to be right-justified rather than I2S. Philips invented I2S, so you would expect them to use that.
The S/PDIF receiver would also need an application circuit as shown in its datasheet. It is easiest to take one that can be configured without microcontroller, so you don't need to add one.
https://pdf.dzsc.com/STA/STA120.pdf can do it without microcontroller. Obsolete but, so is TDA1545 ...
That's right. I have something similar (PT8211) , still thinking about what to do with them .. Japan format.Philips invented I2S, so you would expect them to use that.
That format may actually be a big problem. If the TV outputs more than 16 data bits, the DAC might try to convert the lower 16 bits, resulting in gross distortion (so gross it may even sound like loud noise).
Actually, it's not that big a problem: the STA120 @newvirus2008 recommended solves that automatically when you use output format 101.
TDA1545 doesn't accept I2S so 'voila' would sound like 'ooo la la'. Fortunately CS8416 has another output mode which works fine.
I once modified a Lite DAC-AH (which originally had TDA1543s) to use TDA1545s. But I think that had CS8412, not CS8416. I was rather assuming CS8416 would have a superset of CS8412's functionality but perhaps that's a step too far. Let me check...
<later> You're quite right Marcel, only 24bit L and R justified are available in hardware mode. Whereas CS8412 mode '5' limits the data frame to 16bits. So CS8416 RJ in 24bits might not work fine if the source sends more than 16 valid bits.
<later> You're quite right Marcel, only 24bit L and R justified are available in hardware mode. Whereas CS8412 mode '5' limits the data frame to 16bits. So CS8416 RJ in 24bits might not work fine if the source sends more than 16 valid bits.
Last edited:
Whereas CS8412 mode '5' limits the data frame to 16bits.
So so far, we have two suitable S/PDIF receiver ICs for No ideas: STA120 and CS8412.
Instead of obsolete ICs current production AK4118A is able to do 16-bit RJ in hardware mode (parallel mode in AKM).
No. Grr! It'll do left or right justified 24-bit, but not 16 bit. So it'll take some glue logic if the DAC expects 16 bits. It'll also do "direct AES3" but I think that includes data bits and some control bits, so that's not super useful either.Can you set the CS8416 to 16 bit right justified in hardware mode?
WM8805 will do right justified 16-bit, though. So that could be an option. That chip's now discontinued, but it hasn't been out of production for that long so I bet you can still find them. If the WM8805 can do it, I bet the 8804 can as well. The two chips are identical as far as I can tell, except for the multiple inputs on the 8805.
Tom
The CS8415A does 16-bit RJ with sign extension, and can run with a single 5V supply, making it ideal to work with vintage DACs.
Between £8 and £15 depending on the seller or site. Plus shipping.how much does that board cost?
how much does that board cost?
Here it is on Aliexpress, prices on there seem to vary with randomly applied discounts : https://www.aliexpress.com/item/1005004018973544.html
Hi abraxalito, have you ever tried this one -
https://www.ebay.co.uk/itm/26599790...iQDGHX8aOiDR6ICQnpwlkhHaw=|tkp:Bk9SR7yZ2Ii6ZA
I have bought one but there i no any shematics and I can not find out how to configurate it
Please help,
Thanks
https://www.ebay.co.uk/itm/26599790...iQDGHX8aOiDR6ICQnpwlkhHaw=|tkp:Bk9SR7yZ2Ii6ZA
I have bought one but there i no any shematics and I can not find out how to configurate it
Please help,
Thanks
- Home
- Source & Line
- Digital Line Level
- how hard would it be to make a simple S/PDIF, coax DAC with the TDA1545