I/O pins and power
p_t
Posts: 15
I have some light bulbs that I was trying to power similarly to the LED HIGH and LOW commands and have a problem with power. When I connect the bulb to Vdd and Vss, it works. However, I noticed when I placed the lead in the I/O pin, it wouldn't light up. I did a little investigation of my own and my muilti-meter I noticed when the bulb was in the Vdd and Vss my current reading was .14 amps, the I/O pin only put out .01 amps. How can I get the current I need to power the bulb on the HIGH LOW commands so that I can program it? Thank you.
Comments
I searched #6 but couldn't find anything on the switching transistor.
IIRC, there's an example of using a transistor to turn on a relay near the end of the article. Instead of turning on the relay, the transistor could be used to turn on a light. There might be other transistor examples in the article but I only remember the relay example.
If too much current is drawn from an I/O pin, it will likely damage the microcontroller. I don't know if the base pin of a 2N3904 will draw enough current to damage the Stamp or not.
Sorry about that Mike, When you said Nuts and Volts column #6 I was looking at volume #6, no wonder why I couldn't;t find it. I see the article now and thank you for the direction. I appreciate your help and all others who posted here.