ES9038Q2M Board

Damn, you right 🙂
I use flat top windows, with hann this low frequency effect just disappear...
dac_440.png


Thanks 🙂
 
Do you have a scope and a DVM? Is the isolator powered correctly on both sides of the isolation barrier?

Reclocking might help once you get the dac working at all with the isolator. There are usually a lot of things that could use fixing with Chinese dac boards, and or Amanero clones. If you can provide links to what you bought, and pics of how you have things hooked up now, it would help to understand the details of your setup better. In that case would probably give you more and better advice than we could at this point.

Regarding reclocking and other details of dac system design, you might check out the thread at: https://www.diyaudio.com/community/threads/general-purpose-dac-clock-board.413001/
 
It may be that the DPLL cannot lock with the I2S signals from the isolator. There is a register setting (register 12) for DPLL bandwidth but that would require major modifications (bypassing MCU and using external MCU for I2C).
I saw @Markw4 dropbox link for arduino programmer, but no files in there. Is there another link for mcu mod?

@Deenoo Hi! Pin 2-8 connected to i2s gnd and 9-15 to dac gnd on the final pcb.
 
Last edited:
Hello,
I connected the clean side Vcc of the isolator to 3.3V which comes from the original 3V reg and series 22ohm to bclk, lrck, data pins, installed a separated psu with LT3045 for Avcc pins. It seems good I will not modify anything else, the cost would be the same as if I bought a better built dac.
 

Attachments

  • 20.jpg
    20.jpg
    613.2 KB · Views: 180
  • Like
Reactions: bohrok2610
Listening for a long time, the sound image is a bit uncomfortable maybe because of the lt3045. I am making a 6ch 3V3 power with TPS7A20 I will put a 150ohm preload on the output\channel. Sorry for my english, I'm making it with translator.
 

Attachments

  • ps.png
    ps.png
    86.7 KB · Views: 158
Does anyone have the AVCC power supply pdf recommended by the manufacturer? The previously published application note link is no longer available.
I installed 2xTPS7A20 with 150ohm load for AVCC, 1x TPS for VCCA both pins, 1x TPS to DVCC, 1x TPS for clock and 1x for isolator clean side Vcc. The controller and toslink remained on the original AMS 3V3. The 6 LDOs get their 5V from onboard utc7805. Main power supply: Denoiser 12V. The sound really improved a lot with 3V3 separation. OPA: LME49860NA I think it is more detailed than with OPA1612.
 
Hi, am looking to learn a bit more about the es9039 dac and am thinking of this board

https://www.aliexpress.com/item/1005007308963856.html

am a complete beginner and have looked through this thread, but wondered if someone could give me some pointers to what I need to connect to it so I can control the volume, filters etc ?
Have seen a TTL I2C USB connector that allows code to be sent to the STC8G1K08A chip, but was looking to be able to control the volume and have a display.
Doesn't seem to be any info about this board online.
Any help much appreciated, just looking for some pointers really.

1733312896059.png
 
It would hardly be an easy task I’m afraid. MCU sends I2C commands to the DAC. Everything can be adjusted via I2C but you would have to break MCU-to-DAC connection and make the entire DAC initialization yourself instead of MCU. I2C line is not shareable. In that case you even may want to remove the MCU as needless
Theoretically you can use an external DPDT relay to re-switch DAC (I2C receiver) to MCU or to your I2C source but take care not to break native MCU commands in the middle
Also you can write your own firmware for the MCU that would use external signals (jumpers/rotary-encoder/etc) to control volume/filters using the same I2C line/logic
 
  • Like
Reactions: sbgk