Key Engineering Takeaways
- •A transistor is a 3-terminal semiconductor device that uses a tiny input signal to control a much larger output current.
- •BJTs are CURRENT-CONTROLLED (Base current Ib controls Collector current Ic: Ic = β · Ib).
- •MOSFETs are VOLTAGE-CONTROLLED (Gate voltage Vgs controls Drain current Id with near-zero gate input current).
- •In Cutoff mode, the transistor is an open switch (OFF); in Saturation mode, it is a closed switch (ON) with minimal voltage drop.
- •For high-power robotics motor drivers (>2A), use logic-level N-Channel MOSFETs (IRLZ44N) instead of BJTs to prevent overheating.
- • Ohm's law and Diode PN junctions
- • 2N2222 / BC547 NPN Transistor
- • IRLZ44N Logic-Level N-MOSFET
- • 1kΩ Resistor
- • 12V DC Motor / Relay
- • Flyback Diode (1N4007)
What is a Transistor? The Electronic Switch & Amplifier
Bipolar Junction Transistors (BJT): NPN vs PNP Working
Using an NPN BJT (2N2222 / BC547) as a Digital Switch
MOSFETs: Voltage-Controlled High-Current Switching
Frequently Asked Questions
Why do I need a base resistor on a BJT but not on a MOSFET?
A BJT Base-Emitter junction is physically a forward-biased diode. Without a Base current-limiting resistor, excessive current will rush in from the microcontroller pin and burn out both the pin and the transistor. A MOSFET gate is an open insulator, though a small 100Ω gate resistor is used to dampen high-frequency ringing.
What is a Logic-Level MOSFET?
Standard power MOSFETs require 10V on the Gate to fully turn ON. A Logic-Level MOSFET (such as IRLZ44N or AO3400) is engineered to fully saturate with just 3.3V to 5V on the Gate, making them directly compatible with microcontrollers.