How to determine the caps parallel to the DC-supply.

masterEVO

1 mW
Joined
Oct 26, 2016
Messages
19
Hello,

Attached is the scheme of Jeremy Harris his BLDC motor controller.

Regarding to the caps in parallel with the power supply I have the following 2 questions. (He puts 4 polarized (220µF) and 1 ceramic cap in each fase.)

1. Why are the caps there? Is it to stabilize the voltage and reducing the voltage spikes, or are the caps delivering the current to the motor phases?

My motor has to draw 15 amps peak current, do the caps have to be able to deliver this current?
For example one 1000µF cap (50V) from Rubycon has a ripple current of 3 amps. If I put 4 of these parallel to each other in each phase, is my motor gonna draw the 10 amps from these caps without blowing them?

2. Why the ceramic cap?

Thanks.
 

Attachments

  • Simple BLDC Controller V1.0.pdf
    11.7 KB · Views: 60
The caps you're talking about are connected to the battery + input, they're put there to help smooth out the current spikes that would otherwise be loaded onto the battery.
The small ceramic capacitor is put there as well to help reduce EMI induced from the high frequency switching that the mosfets do, seeing as the larger electrolytic capacitors aren't as good at very high frequencies.
 
Ok, but why does he put 4 caps of 220 µF, why not putting one of 1000 µF in each phase?

If it's just to smooth the current spikes then this should also work, right?
 
arnespiessens said:
Ok, but why does he put 4 caps of 220 µF, why not putting one of 1000 µF in each phase?

If it's just to smooth the current spikes then this should also work, right?

Yes it should work to use 1 1000uf capacitors, but the reason why you often see lots of smaller capacitors used in parallel instead of 1 big one is either one or several reasons like.

1, cost, sometimes more smaller caps is cheaper.
2, size, sometimes you can't fit 1 big capacitor due to height restrictions.
3, ESR, usually many smaller capacitors that equal the value of a larger one have lower ESR (Equivalent series resistance). Also smaller capacitors have larger surface area which helps with heat dissipation and lifespan.

If you can get 1 1000uf capacitor that is good and has low ESR go ahead, the exact capacitor value isn't critical in such an application, and electrolytic capacitors have large tolerances anyhow.

You can also use capacitors with higher voltage values.
 
A single large cap can't dissipate heat as well as 4 smaller ones. Less surface area. I've seen several controller caps that have exploded from heating due to excessive ripple current. You don't want the caps to even get warm really.

Ceramic capacitors and film capacitors can handle huge ripple currents without heating much.
 
Thanks for the reply.

I still have trouble with the ripple current parameter of the caps.

Let's say I have a motor of 250W and 36V that draws 10 amps. The caps are rated to a ripple current of 0.5 amps.
How will 4 of them in parallel deliver the needed current to the motor?

Thanks.
 
Few things to note is that battery current and motor current are different, the latter usually always being higher.
As far as ripple current on capacitors mean RMS, so a capacitor rated for 10a ripple can do 100a peaks without issues, 10a is just the average value.

With such low currents you're going to use you can probably get away with using most off shelf electrolytic capacitors in the right capacity value.
 
The controller can work without any main caps. I've seen it. There was no noticeable change in performance. Until it blew up.
The problem is during PWM switching, the peak voltage across the FETs will be much higher and cause those to blow if the battery voltage is close to the FET rating. The caps are really there to protect the FETs from voltage transients. If you have a battery with very low ESR and heavy battery wires, the main cap isn't going to be doing much. There will always be some inductance in the battery wires, so the caps have to filter out the ringing caused by it.

If the battery wiring is long and has significant resistance and inductance, the main cap has to work harder to average out the current and will see a higher ripple current. Too much ripple current and they get hot and fail. Predicting the ripple current is not easy, as it depends a lot on the battery and battery wiring.

A 10A, 250W setup is pretty modest so won't require huge expensive capacitors.
 
I use 2 x 330uF "low ESR" 105ºC electrolytics (can't remember the brand and the controllers are not with me) in a pair of 24V 250W controllers without any issues, and they don't warmup noticeably. Just for some reference.
 
They go across the battery connections leading to the FETs. Physically closer to the FETs is better, but for 10A it won't be so critical.

The Phaserunner controller uses a pair of 390uF caps. It's closer to 2500W.
 
Back
Top