Electrical – Relay – capacitive Load ( 2.5 F )

capacitorrelay

I am using the en=g5la relay to activate the charge of a capacitor. Does it make sense to use a relay when you have a capacitive load? The general layout is that I have a diode brigde ( 4 diodes rectifier) on one side of the relay side which feed power and I got a 2.5 F capacitor on the other side which serve as energy pool. I switch on/off by using an arduino ouput the relay with a BJT who drive the inductor.

schematic

simulate this circuit – Schematic created using CircuitLab

[EDIT] This circuit worked perfectly in the end.

Best Answer

It does make sense in the way that both the relay and capacitor would work fine in that set-up. There would be a large current spike when the capacitor is empty and gets connected to the supply, but it shouldn't last long enough to melt the wires. It will, however, cause the supply voltage to dip down, and that could mess with other things if they rely on it (like the Arduino could reset).

But I don't see any reason in your description to use the relay instead of a transistor to control charging, so in that way it doesn't make sense.

Related Topic