More progress on my 5.1 system

I finished building the rear channels this week, and tested them all out. The front panel arrived from Modushop in Italy, so I mounted that today with the knobs and lcd. Yesterday I build the Dolby digital decoder board that uses a STA310 chip. On the weekend I’ll build the DAC and the microprocessor board. So hopefully within a week I’ll see if I can decode Dolby digital.

It’s been a super rewarding project so far, and most important, the LM3886 based amplifiers sound awesome.
 

Attachments

  • E85869A6-D6A3-4DD6-BD85-17878A9E8D36.jpeg
    E85869A6-D6A3-4DD6-BD85-17878A9E8D36.jpeg
    390.1 KB · Views: 198
  • 012548FC-D724-458C-AEE1-80C6F0000C58.jpeg
    012548FC-D724-458C-AEE1-80C6F0000C58.jpeg
    374.2 KB · Views: 198
  • C7E8DE69-4293-4940-9880-6F655BD42951.jpeg
    C7E8DE69-4293-4940-9880-6F655BD42951.jpeg
    650.1 KB · Views: 277
  • 77DFEDED-93E3-4ED6-802E-D4ED5B1E69D3.jpeg
    77DFEDED-93E3-4ED6-802E-D4ED5B1E69D3.jpeg
    550 KB · Views: 223
  • B190C686-A44F-4A87-8EDB-F3A51EED7461.jpeg
    B190C686-A44F-4A87-8EDB-F3A51EED7461.jpeg
    442.2 KB · Views: 201
  • D568543A-06D5-4B28-A006-24783E253035.jpeg
    D568543A-06D5-4B28-A006-24783E253035.jpeg
    696.1 KB · Views: 193
  • AA39F86A-A750-4C49-994C-5A3901ADAB61.jpeg
    AA39F86A-A750-4C49-994C-5A3901ADAB61.jpeg
    329.1 KB · Views: 185
Last edited:
Oh, then it's OK.

The 2.5V current draw is next to nothing. You may add series resistor (~10 ohm) to better filtering on that line without any appreciable drop in the voltage.

For the STA310 startup code, did you do much? I have the STA310 programming guide, and they go through this exhaustive startup that covers pages and pages. Looking at the actual registers though, it seems like there are only a few critical things to do like enable the SPDIF, enable autodetection, set up the clocks, set up the PCM output style, unmute, and then run. Did you do much more?
 
For the STA310 startup code, did you do much? I have the STA310 programming guide, and they go through this exhaustive startup that covers pages and pages.
I did everything as instructed.
Looking at the actual registers though, it seems like there are only a few critical things to do like enable the SPDIF, enable autodetection, set up the clocks, set up the PCM output style, unmute, and then run. Did you do much more?
Soft reset routine (4-5 lines)
PLL coefficients
Interrupts
Sync
I/O setup (SPDIF)
Any post processing (bass, DPL etc.)
Choose Linear PCM decoder (default).

Rest of the procedures to be done after the auto-detect interrupt has struck.
Attach your draft code, I'll tell you if you're missing anything.
 
Hey sorry for the late reply.

I bought mine from this vendor on Ebay - he is in Poland I think - https://www.ebay.es/itm/265335486260 I bought about 8 of them I think. I definitely had it decoding audio, so the chips are good. I need to do another iteration to improve a few things I did on that board, but it wasn't the chip's fault. It wasn't easy getting it to work, and a few other people gave me some good help. But if you want any docs or anything let me know.