Solenoid without transistor
Borna
Posts: 36
I have a small 5 volt solenoid ( https://www.sparkfun.com/products/11015?gclid=CJ-D7czR88ICFUpp7Aod5lEAug ) that I want to be able to turn it on and off using basic stamp II without the use of transistor.
Is it possible? I have been able to use transistor successfully, but due to some other issues I want to avoid use of transistor.
Thanks
Borna
Is it possible? I have been able to use transistor successfully, but due to some other issues I want to avoid use of transistor.
Thanks
Borna
Comments
A Stamp I/O pin can handle about 20-25mA with additional limitations on the total current drawn by a group of 8 I/O pins (P0-P7 and P8-P15) and by the entire device (Vdd and Vss).
I've used them for switching speakers. To minimize switching currents, I only changed the speaker settings when there was silence and the peak current, based on the maximum power output of the amplifier I used and the impedance of the speakers, was less than 1/2A.
You didn't say what the solenoid is supposed to do. Could you use a servo motor instead? Those can be directly controlled from an I/O pin since the servo has its own motor driver built-in.