This is my first real Arduino project, and I have a question for you all. In all of the tutorials I'm reading about controlling a solenoid with an Arduino, it seems that people are using TIP120 transistors. What I have gathered is that this is done to solve the problem of the external power supply (usually batteries) not being able to provide sufficient current for the solenoid, which has a relatively high amp-draw.
In my case, however, have a pretty nice power supply that I'm going to be using to power my solenoid(s). The PS is a Mean Well SE-600-12, which can easily supply the amps that the solenoid needs.
My question to you all is how do I safely remove the TIP120 transistor from the following wiring/circuit diagram, in order to make everything work with my power supply?
LOL, at least I came here and asked before I removed the transistor from the circuit, right?
Another question for you all...
The Arduino Experimentation Kit that I got from Adafruit only includes the following transistors: P2N2222A. Will I be able to use those, or do I need to purchase a TIP120?
Ya I was just looking at the datasheets before I came here and read your reply. It looks like the P2N2222A has a continuous collector current of only 600 mA, as opposed to the TIP120 that is 5A. From the datasheets for my pinch valve, it looks like it only draws 0.4 amps, so I should be good?
Even if I power it with an external 12V power supply?
If you did that you wouldn't be running it off the arduino 5V any more would you ?
Looks like s(he) is running it off Vin, which is also not recommended.
Your right. I didn't read the pin label because the Fritzing didn't show a cable plugged into the external dc barreljack. (I should have expected that, actually)
LarryD:
I do not like the word mimicking.
Better say 'using'.
Hah, well I said mimicking because mine is not going to be exactly the same. The 9V batteries will be replaced with my power supply and the TIP120 will be replaced with the P2N2222A. Do you guys see any problem with my plan?
Thanks again for the quick replies, guys! And thanks for going easy on my noob-ass.