HV power supply using UC3845B

EDIT : solved


Hello,

I've developed a small high-voltage power supply that works well except for one thing.

You can check out my Github repository here: https://github.com/stefaweb/audio-psu/tree/main/HV-MODULE-UC3845-1.0

I wanted to implement a softstart in the last prototype, but unfortunately, it won't work. I've tried several softstart circuits, from the simplest to the most advanced, without success. Unfortunately, I only have a straight curve when I start it. With the current circuit, I should get a curve of 1 to 3 seconds.

None of them work, as if they weren't taken into account. I'm going around in circles. Either I have a major error that I haven't seen, or the softstart won't work with the UC3845B for some reason. A friend of mine made one with a UC3842, and it works with the same softstart circuit.

Does anyone have any ideas?

Regards,

Stef.
 

Attachments

  • startup-double.png
    startup-double.png
    356.3 KB · Views: 206
  • proto_N2.jpeg
    proto_N2.jpeg
    743.7 KB · Views: 158
  • IMG_9630.jpeg
    IMG_9630.jpeg
    1.3 MB · Views: 213
  • HV-MODULE-Diagram.jpg
    HV-MODULE-Diagram.jpg
    437.3 KB · Views: 78
Last edited:
Hello,

I finally found the problem. It was really simple. I was testing the board with a load of only 1mA. The minimum for regulation to work. If I increase the load, for example, to 60mA at 350V, the softstart works.

However, I'm currently adjusting the softstart to have a longer delay (between 1 second and 1 minute). To do this, I increased resistor R4 to 10MΩ and added a footprint for a capacitor on the top of the PCB. I left the 1uF SMD C13 below as base value. It will be enough to add a capacitor above the chosen value depending on the desired softstart duration.

The project is almost finished. I still have a few things to check, and then I'll publish the Gerbers on the Github repository.

Regards,

Stef.
 

Attachments

  • HT-1m-100uF-2N3904-2N3906-SMD.png
    HT-1m-100uF-2N3904-2N3906-SMD.png
    242.5 KB · Views: 113
  • HV-MODULE-3D-VIEW.jpg
    HV-MODULE-3D-VIEW.jpg
    332.3 KB · Views: 118
Hello,

I've uploaded the TUBE-HV-PSU-45W project (the large mother board) to my Github repository at the following address:

https://github.com/stefaweb/audio-psu

The Gerber files are available in the file TUBE-HV-PSU-Gerber-1.0.zip and the BOMs in the file TUBE-HV-PSU-BOM.html (to be opened with an Internet browser).

The HV module will follow in a few days. I'm waiting for new UC3845A chips from TI to verify the compatibility. The prototypes were developed with the UC3845B from ONSEMI because I had problems sourcing the original TI chips.

I've run simulations of the cost of the HV module with only the SMD components assembled by JLPCB. For 5 units, it costs €17 each (without the OPA810, which is too expensive at JLPCB). The complete module with TH components and the OPA810 costs around €45 (sourcing from Mouser or Digikey). The Wurth transformer is cheaper at Digikey, by the way.

Regards,

Stef.
 
  • Like
Reactions: zoom777
Hello,

I've finished testing the UC3845A.

I didn't see any difference between the TI UC3845A and the ONSemi UC3845B. I'm going to order the boards with TI chips because the TI chips from JLCPCB are cheaper than the ONSemi ones.

I tried them with or without the OPA810, with or without the softstart circuit.

Regarding temperature, I didn't see any difference between the chips either. After 1/2 hour at 350V 61mA with a Same Sky HSE-B2111-038 heatsink (25x16x9), the mosfet temperature is 40°C.

I'm going to order the final boards, and if everything is OK, I'll post the files online.

See you in about ten days.

Stef.
 
  • Like
Reactions: zoom777
The problem was that at least 3mA of output load is required for the softstart to start the PWM. My first tests were with 1mA (the resistors included on the board by default). The threshold is 2.3V on the COMP pin.

The softstart works very well now. I have a slow gradual increase in output voltage. With 1uF, we have 1.5-second delay. With 22uF, we have a 30-second delay. With 100uF, we have 2 minutes.

Stef.
 
  • Like
Reactions: zoom777