Friday 2 November 2018

Does switched-mode power supply feature galvanic separation?


I've carefully read Wikipedia article and can't get one important thing - is there galvanic separation in such supply?



The diagram in that article goes like this:


SMPS block diagram


What I see here is that the transformer is only on one path and there's the "output->chopper controller" path that bypasses the transformer. Usually the transformer is the unit that performs galvanic separation.


Does this mean a switched-mode power supply doesn't feature galvanic separation between the input and the output? Is it possible for unlimited current to flow through the power supply?



Answer



Not all SMPSs provide galvanic separation. DC/DC converters transforming between two low voltages in a circuit often don't. The block diagram, however, shows a mains connected SMPS, and most of those do have galvanic separation.


The feedback often goes via an opto-coupler, which indeed is missing in the article's block diagram. The signal is PWM, so a normal (digital output) opto-coupler can be used.


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...