DAC AD1862: Almost THT, I2S input, NOS, R-2R

With a proper quality transformer with blind winding between primary amd secondary, and with magnetic shield, it shouldn't be as critical. BUT, properly done toroids are scarce so i'd follow the advice above. We are lucky there are amazing toroids from Trafomatic here in Serbia.
 
  • Like
Reactions: 1 user
Has anyone done any tests to see how distortion varies with the value of Riv for the ad1862?

TDA1541R1 example, courtesy of mvlabs:
1714442115746.png
 
  • Like
Reactions: 1 user
Member
Joined 2014
Paid Member
You should start at page one of this thread with a notebook and pencil ready for note taking, there are many, many builds and tons of pictures showing how diyers implement the AD1862 chip plus several others. Go to the Electrodac link Miro attached in post#1, all the info you need to start is there. Download and read the AD1862 datasheet. 😉
 
  • Like
Reactions: 2 users
DAC702 prototype schematic 😎

Glue Logic piece ... at least in simulator it works :scratch2:

I2S 64-Bit Sample Glue Logic for DAC702 principle (bipolar output) in theory:
  • 15-Bit serial data delay for sample aligning with the LRCK rising edge* (IC1, IC2)
  • 16-Bit serial data delay with parallel out buffer for DAC1 (IC3, IC4)
  • 16-Bit serial data delay (IC5, IC6)
  • 16-Bit serial data delay with parallel out buffer for DAC2 (IC7, IC8)
  • Inverting each MSB of the I2S code to get COB code (offset binary) for bipolar output (IC9, IC10)
  • *LRCK rising edge is latching aligned data from parallel registers into DACs
 

Attachments

  • diyAudio_DAC702_miro1360_Schematic_notTested.jpg
    diyAudio_DAC702_miro1360_Schematic_notTested.jpg
    294.2 KB · Views: 61
  • DAC702_miro1360_DATA.jpg
    DAC702_miro1360_DATA.jpg
    252.6 KB · Views: 62
  • Like
Reactions: 6 users
Guys, I buy arduino nano and oled display for her but I don't get it how to connect arduino and ours Dac? - There is a mention about LRCK pin on Dac but it needs to be more pins from arduino. Who can help with connection? The code is he:
DAC AD1862: Almost THT, I2S input, NOS, R-2R | Page 370 | diyAudio
I want to see the info about sample rate on display. I need for the Jlsound and Amanero transports.
Thanks!
 

Attachments

  • IMG20240511001016.jpg
    IMG20240511001016.jpg
    256.6 KB · Views: 18
Last edited:
@sworder84
Display is connected on fast I2C output from arduino nano (pins SDA (A4) and SCL (A5) ... plus voltage and gnd pins) ... check if your display is for 3.3V or 5V power supply.
LRCK is connected on pin D2. GND from DAC must be also connected with arduino GND.
 

Attachments

  • DAC_Sample_Rate_LRCLK_OLED.rar
    1.1 KB · Views: 10
  • Like
Reactions: 1 user