hey guys, I'm planning on using a solid state relay to bypass a mechanical relay when its open.
however if my system fails I would like for the OEM relay to function normally.
if my system looses power or if the program sees something not normal then it will restore OEM operation.
here is a drawing of my schematic for the logic level control of the solid state relay
I'm looking for suggestions on what I can add or remove and possible resistor values
that would be super
Hi,
If the 5V drops due to power failure, then the SSR input will be turn off anyway.
Current to drive the SSR input is not coming from the Arduino output, but from the 5V supply.
The Arduino is only switching the current ON and OFF.
So no supply current, then SSR is OFF.
PNP not needed, also you have not identified Emitter, Collector and Base.
so you're saying to just use and NPN and have a constant digitalWrite HIGH on it.
I was thinking on using the PNP so that I don't have to constantly have a HIGH on the designated pin and reduce power consumption. yes? what are you're thoughts on that? and just remove the NPN
LandonW:
so you're saying to just use and NPN and have a constant digitalWrite HIGH on it.
I was thinking on using the PNP so that I don't have to constantly have a HIGH on the designated pin and reduce power consumption. yes? what are you're thoughts on that? and just remove the NPN
Unless your project is battery powered, I wouldn't worry about power dissipation due to the constant-on output. Go with the circuit from @TomGeorge. Remember: KISS.