I have an existing working system that consists of an Arduino Mega 2560 Output Pin driving a transistor ( 2N3904 ) connected to a relay.
The existing relay is DPDT and Side 1, uses :
Com. 12V+
N.O. signal line to an input pin on a seperate device ( Device 1 ) that requires a 12V+ trigger on the input pin.
side 2 of the relay has :
Com. Gnd
N.O. signal line to an input pin on another seperate device ( Device 2 ) that requires the Ground signal to be removed to activate the device.
I am replacing all the individual relays that I have with a compact 8 relay board, so the DPDT is to be replace with an SPDT.
So my question is, without using up an additional relay, what is the best way to use the 12V+ from the N.O. pin going to Device 1, to break / interrupt a Ground line between Ground and Device 2 input pin ?
So as I understand it you need one device or the other to be on depending on the relay state.
Then why not connect the common to the ground and the ground of one device to NO and the ground of the other with NC with the +ve of both devices going to 12V.
Or am I not understanding something here.
How about a PNP transistor sending 12V into the device when the base is ground (through a resistor).
So that is common -> ground
NC -> transistor base
NO -> other device that needs grounding.