Thursday, 1 December 2016

capacitance - What are some reasons to connect capacitors in series?


Usually you either combine capacitors in parallel because you want to increase the total capacitance while fitting the components in a certain shape/position, or you just combine capacitors by buying a single capacitor of a larger value.


Combining capacitors in series reduces the total capacitance, and isn't very common, but what are some possible uses for it? It shouldn't be used to increase the voltage rating, for instance, since you can't guarantee that the middle will be at half the DC voltage of the total, without using bleeder resistors.



Answer



I have only seen it done to increase voltage. On some power supply front-ends (AC/DC conversion) with a voltage doubler the capacitors are in parallel at low voltage and in series at high voltage. This works out well since for a constant power out the current is double at the lower voltage.


As you mention balancing resistors are required.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...