For example, if I had a normally closed relay with 120 VAC control and is rated for 28VDC on the other side, could I use 3.3VDC on the 28VDC side?
-
I'm not sure how your relay works right now. Is 28VDC the control voltage and 128VAC the maximum voltage the relay can switch? – Daniel K Jul 18 '19 at 12:47
1 Answers
The control (coil) of a mechanical relay requires more-or-less the nominal voltage specified and will draw approximately the specified current (varying a bit with temperature and actual voltage etc.).
The relay contacts (assuming a mechanical relay) can switch a range of voltages and currents. If the maximum is specified as 28VDC at, say, 10A maximum, you can switch 3.3V at 10A or less (subject to some allowable minimum current and voltage required to wet the contacts, usually < 10mA).
Note that switching a typical 3.3V supply to a device with a lot of bypass capacitance and source capacitance can lead to a very high peak current (far beyond the specified maximum), as you're building something with the architecture of a capacitive-discharge welder, with the relay contacts being the bits that potentially get welded together. This manifests as "sticking" of the contacts and they can sometimes be opened by tapping the relay with the coil de-energized, though the contact surfaces will have been damaged.
If the relay in question is a solid-state type the range of voltages and currents that can be switched depends on the design of the relay and the output device used.

- 376,485
- 21
- 320
- 842
-
That's very helpful. Thank you. For the record I wanted to use the relay I found to "detect" 120vac and feed the "Boolean value" back to a raspberry pi using the 3.3v rail. – Timberwolf Jul 19 '19 at 07:08