Skip to Content

N-Cha MOSFET Transistors FQP30N06

N-Channel MOSFET Transistor – FQP30N06

Overview:

The FQP30N06 is a high-performance N-Channel MOSFET designed for fast switching and high-efficiency power control applications. With its low on-resistance and high current capability, it's perfect for driving motors, controlling relays, switching LED strips, and handling medium-to-high power loads in Arduino and other microcontroller-based projects.

Key Features:

  • N-Channel enhancement-mode MOSFET

  • Low gate threshold voltage – logic-level compatible (TTL/CMOS)

  • High-speed switching and low gate drive requirement

  • Continuous Drain Current up to 32A

  • Low R<sub>DS(on)</sub> of 0.035Ω at V<sub>GS</sub> = 10V

  • TO-220 package – easy to mount with heatsinks

Technical Specifications:

ParameterValue
TypeN-Channel MOSFET
Max Drain-Source Voltage (V<sub>DS</sub>)60V
Max Gate-Source Voltage (V<sub>GS</sub>)±20V
Continuous Drain Current (I<sub>D</sub>)32A @ 25°C
R<sub>DS(on)</sub>0.035Ω @ V<sub>GS</sub> = 10V
Total Gate Charge71 nC
PackageTO-220

Pinout (TO-220 Package):

Pin NumberNameDescription
1GateControls switching
2DrainLoad connection
3SourceConnects to ground

Wiring with Arduino Uno (Basic Example):

Arduino UnoFQP30N06
Digital Pin (e.g., D6)Gate
GNDSource
Load (Motor/LED/etc.) → +VDrain

💡 Note: Use a resistor (e.g., 220Ω–330Ω) between Arduino and Gate to limit current. Add a flyback diode if switching inductive loads like motors or relays.

Sample Code (Arduino):

cpp
CopyEdit
int mosfetPin = 6; // Connect to Gate void setup() { pinMode(mosfetPin, OUTPUT); } void loop() { digitalWrite(mosfetPin, HIGH); // Turn ON load delay(1000); digitalWrite(mosfetPin, LOW); // Turn OFF load delay(1000); }

Applications:

  • Motor drivers and relay control

  • High-power LED lighting control

  • PWM-based speed or brightness control

  • Power supply switching and load regulation

  • General power electronics projects

Resources:

📄 Datasheet PDF: Download FQP30N06 Datasheet

📘 MOSFET Tutorial: How to Use a MOSFET with Arduino

30.00 LE 30.00 LE

This combination does not exist.

MOSFET N-Cha MOSFET Transistors