Hello,
I'm trying to make a transistor-switched relay operate as shown in this diagram here: Arduino Playground - HomePage
I've set up everything according to the diagram. However, the behavior is not what I expected:
When relay source voltage (6v external power supply) is applied, relay closes contacts, even without power applied to the arduino.
When arduino pin goes "HIGH", the contacts on the relay open, when they go "LOW" (as when it's off) the contacts close.
additional info: Transistor model: 27p06, which I understand to be NPN type.
I know this is something boneheaded that I've overlooked or misunderstood. I thought I properly understood how this circuit works, but I clearly do not. Can someone provide some guidance? Thanks in advance,
-shane