ClearPath: another ESS DAC project

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
ClearPath: an ESS DAC project FPGA based

Hi folks,

I have the pleasure and the excitement to present my first project on the pages of this forum. Its name is ClearPath.
It's a project that I had in mind for a long time, more than 6 years ago, but alas I did not find the time to finalize it before now. It is a DAC, based on the famous ESS chip ES9018 (it could also use the latest ES9038PRO. I still have not tried it, although I signed the NDA and I have the datasheet).
It has the following features:
  • You can connect to the source via SPDIF AES/EBU, asynch USB or Ethernet
  • the analog and digital domains are galvanically isolated
  • the power is inductive, with an upstream shunt regulator (later I will explain why I did this choice)
  • the output can directly control headphones
  • uses a low jitter clock (obviously). I chose to use quartz at 45.1584 and 49.152 MHZ
  • includes a Zynq FPGA with an ARM Cortex-A9 where the programmable logic and firmware resides
  • the usb stack is developed by me, starting from a xilinx driver, as well as the ChibiOS/RT port on Zynq (I'm the coauthor of a ChibiOS anchestor)
  • the TCP/IP stack is now based on lwip2.0, which I ported under ChibiOS
  • the DLNA interface is based on an open stack of Intel, revised and adapted by me (it was tremendously buggy)
The project is fully realized and I'm listening to it while I'm writing these notes.

The Zynq with its ARM has a computing power that can be used to develop an entire very advanced DSP audio.
This is one of the interesting aspects of the project, though it has the cost of the FPGA daughterboard.

The other is given by the particular configuration of the power supply, which is inductive. It is characterized by the fact that L is an energy storage element and it has the following advantages:
  • it avoids current spikes in the rectifiers and in the capacitors during the charging cycle
  • the rectifiers conduct for a whole electrical cycle with a peak current near the average
  • thanks to this, it shows low radio frequency emissions and rectification disturbances, even if it can worsen low-frequency electromagnetic emissions.
  • it keeps virtually constant power impedance from electric network point of view, and the current circulation doesn't adruptly change during network cycle
  • has a marked filter action and the ripple residue has a low harmonic content; it's almost perfectly sinusoidal
  • there is a very low stress of the electrolytic filter capacitors and then it extends their life cycle
The LRC circuit of the inductive power supply however has a self resonance that forces the use of a larger inductor if we want to kept it in the infrasonic area, otherwise the signal current variations in the load at that frequency are reflected, and for a long time, on the output voltage. Here is then the idea of ​​cascading a shunt regulator, placed directly on the DAC board. His job is to guarantee two things: a local circulation on the dac board of all the signal currents, and a constant current in the inductor, so as to avoid resonance excitation. In this way we can use an inductor up to 5-10 times smaller. In the prototype I used 1H inductors, because I already had them, but even 200mH are already enough.

Attached you can see an high level architecture, an image of the board, and a picture of the power supply. The boards are still without a box, and are mounted on wooden bases.
In a next post, while I'm awaiting your impressions, I'll publish the schematics.

Update 1st June 2017
DoP and DoPE decoder added into FPGA. Now the DAC is capable to play DSD64 and DSD128 from USB and DLNA interfaces. The decoding process is done directly into FPGA. That it is independent from the DAC chip and it works with both the ES9018 and the ES9038.

Bye,
Isidoro Orabona
 

Attachments

  • ClearPathArch.jpg
    ClearPathArch.jpg
    123.6 KB · Views: 1,557
  • CP.jpg
    CP.jpg
    562.6 KB · Views: 1,545
  • AlimCP.jpg
    AlimCP.jpg
    250.7 KB · Views: 1,516
Last edited:
As always, there is a good ES9018 project shown and almost no users are interested to comment.
As a soldering freak, I see some imperfections like blue pots, radiators and some strange bridge at U18 (?). But overall, the board looks very nice. Good you used small caps near the DAC (0402?), but I'd place the bigger caps on left and right a little closer. Although, they are closer than on the Prometheus board :p

How many shunts are there on the board?
I like the fact that the clock path is very short and seems to be not distracted by other signals. If I would change one thing, I'd separate the ground plane for clock signal feeding DAC chip and connect to other ground planes only with chokes.

And, finally someone intends to use the programming good of ES9018 chip with FPGA CPU.
 
Thank jot23 for your interest and your suggestions.

The 'small caps' are 3 terminals EMIFIL (NFM18PS) in 0603 package. I found them to be more critical than the bigger ones (that are C0G): the EMIFILs are on the 1.2V core vdd, while the C0G on avcc. Therefore in the layout I gave priority to them, and the space has served for the 1.2V plane below them (the board has 4 layers).

There are two shunt, one on each main power rail (+ and -).

The clock has however his own filter with ferrite and emifilters, and yes you are right, no other signal runs close to it.
I don't like those imperfections either (they annoy me). Unfortunately, I had to rework by hand the heatsinks, because of the bad soldering in the reflow oven (they were overzealus in doing their job :) ).
 
Last edited:
ClearPath DAC schematic and use case

Hi,

I attached the ClearPath DAC schematic, together with a slide showing the DAC used as a DLNA Media Renderer. The schematic pdf has popup menu on the components for the details.

Any suggestion or comment is welcome.

Isidoro
 

Attachments

  • ClearPathSchematics.pdf
    428 KB · Views: 628
  • ClearPathDMRUseCase.pdf
    257.4 KB · Views: 361
ESS9038PRO

I'm definitely interested. How did you do all of this all by yourself?
I think the firmware alone is so much work. I would really love to see
it work with ES9038pro.
Thanks for sharing.

Me too ;). Thanks for your interest.
I would like to gather a significant number of people interested in, before working to the design again. I would be happy if I could define a kit that allows anyone to build it. The ESS9038PRO is easily adaptable changing very few components, but maybe it deserves a separated project in order to get the best from it.

There are several things that should still be done in the current design:
  • the LCD display interface (I setup the hw interface, it needs the firmware, that it is nothing compared to all the firmware already developed)
  • the firmware for a Pmod wifi module
  • the remote control and a digital volume knob (via an encoder) to use when the DAC is not used as a DLNA DMR

Bye,
Isidoro
 
Isidoro

All I can say is wow! That's a very impressive effort. I am mostly an analog electronics person so I am in awe of your digital design and programming knowledge. I think you would get more traction on here if the project specifically targeted the 9038. There is a lot of positive buzz about the 9038 now that commercial products are being evaluated. Folks are more likely to sign on to a project where the latest Dac chip is featured.
I for one am interested and will be following your progress.
 
Last edited:
Conflict materials ... get real!

I agree! I already planned to substitute them with polymer aluminium caps, hoping that I don't lose their damping action.
Yeah and toss out your Smartphones and iPads while you're at it.
All you bloody Europeans and your pretentious, politically-correct ideologies!
I'm from the US of A and Trump is my prez...nicely dissolving decades of rubbish EPA protectionism.
...And I want all that poisonous Pb back in my solder so I don't have to landfill my device 'cause it stopped workin'!!
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.