Using delicate 5V IC to toggle 12V device with MOSFET, Diode, resistor

AI Thread Summary
A user is attempting to control a 12V lock using a 5V IC triggered by a sensor, employing an NPN transistor as a switch. Concerns arise about safely sinking current back to the IC's ground without damaging it. The discussion reveals that the IC in question is an Arduino Uno, capable of sourcing up to 80mA, but the output voltage low (Vol) may not reliably reach 0V, which could affect the circuit's performance. Suggestions include adding a base pulldown resistor and a diode in series with the resistor to ensure proper operation. The conversation emphasizes the importance of verifying the output specifications to avoid potential issues.
NotASmurf
Messages
150
Reaction score
2
Hey all, I have a 5v IC that is triggered by a sensor to unlock the 12v lock, I am using a NPN transistor as a switch with the 5v VCC as the gate, I need it to sink back to the GND of the IC without blowing it, is this safe? If not what changes would you suggest, it has been years since I've had to do this, and I'm used to using H-Bridges for such things, any help appreciated.

1635523617526.png
 

Attachments

  • 1635523522027.png
    1635523522027.png
    3.9 KB · Views: 253
Engineering news on Phys.org
You don't show the emitter position in the NPN transistor, but I assume it points to ground since you are using it as a low-side switch.

What IC is driving this transistor base through the base resistor Rb? Is it a CMOS IC (so its output swing to the 0V, 5V rails), or does it have TTL outputs (so the low output is not really to the 0V rail)?
 
It is an arduino uno, and yes to the emitter position
 
NotASmurf said:
It is an arduino uno, and yes to the emitter position
What are Vol @ Iol and Voh @ Ioh for that Arduino?
 
max 80ma and 5.5v
 
Wow, it can source 80mA? Impressive. What is the Vol @ Iol spec?
 
technically 40ma on both, but in practice runs 80ma most of the time
 
My reason for asking about Vol is that if it doesn't reliably go down to 0V (which you typically get with CMOS outputs), then you may want to add a base pulldown resistor like this:

1635527231010.png

https://www.electronics-tutorials.ws/wp-content/uploads/2014/04/switch1.gif?fit=273%2C245
 
  • Like
  • Informative
Likes DaveE, Tom.G and dlgoff
If the VOL of the Arduino is 0.5V or more, I suggest adding a diode in series with the 1k resistor of the circuit that @berkeman suggested; Anode towards the Arduino, Cathode towards the transistor.
 

Similar threads

Back
Top