Circuit Activation – How Touching It Turned It On

lednpnpowertransistors

I was just trying to learn how a transistor actually works by tinkering around myself. I have an Arduino running a flashing light program. I hooked up an NPN transistor to test out how I can make it into a switch by limiting the base pin with a potentiometer. So, I have the emitter hooked to ground, Collector hooked to the LED which goes to positive. Now I put a resistor in the base pin spot and when I touch the resistor, it turns on the circuit. From the little research I did, I learned that humans can emit a voltage? How true is this or am I just messing up a circuit somehow?

Best Answer

So I gather that you have something like the schematic below, except that I added R1 because I can't bear to draw a device for burning out LEDs and transistors.

You're in a room that has a strong electric field at 50 or 60Hz, and you're a fairly large conductor compared to the bare base lead of the transistor. You've got some small resistance to ground, and the transistor base leaks to ground anyway.

So what the base of the transistor sees when you touch it is a fairly strong line-frequency source in series with a small-valued capacitor, and maybe a large-valued resistor. This combination is enough to pump current into the base of the transistor on the peaks of the electrical cycle. Apparently in your case, that causes enough collector current to make the LED visible.

Most likely, it's as simple as that. If you have an oscilloscope you can see this just by touching the probe (it's a nice quick test that the probe is connected, in fact). Also, if you have an oscilloscope, you could put it on the collector of the transistor and see the voltage vary at the line rate when you touch the transistor base.

schematic

simulate this circuit – Schematic created using CircuitLab