In the world of electronics, power switching is an essential concept used in a wide range of applications, from power supplies to motor controllers. One particularly effective component for power switching is the STP6NK90Z, an N-channel MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor). This component is well-suited for high-efficiency switching applications due to its low on-resistance and high-voltage capability. In this project, we will design a high-efficiency power switch using the STP6NK90Z that can control a high-current load, such as a motor or LED array, with minimal power loss and heat generation.
This project will teach you how to leverage the STP6NK90Z for power control, and you will gain hands-on experience with MOSFETs in real-world applications. The power switch we’ll create will be simple, yet highly effective, suitable for tasks like controlling a small DC motor, powering high-power LEDs, or even switching larger devices in hobby electronics projects.
The goal of this project is to use the STP6NK90Z MOSFET to build a high-efficiency power switch that can be controlled by a low-voltage signal (such as from a microcontroller or manual switch). The MOSFET will act as a high-speed switch, allowing current to flow through a load when activated and cutting the current when deactivated. This project is perfect for learning how to control large loads with minimal heat dissipation and high reliability.
Components Required:
● STP6NK90Z MOSFET: A high-voltage N-channel MOSFET, ideal for high-power switching applications.
● Resistors: For gate control and current limiting.
● Flyback Diode (1N5819 or similar): To protect the MOSFET from back EMF generated when switching inductive loads.
● Capacitor (100nF): For noise filtering and stabilizing the switching behavior.
● Load: This can be a small DC motor, a high-power LED array, or any other device requiring on/off control.
● Power Supply: A suitable DC power supply (for example, a 12V or 24V source, depending on the load).
● Switch or Control Signal: This could be a physical switch or a control signal from a microcontroller or other low-voltage logic device.
● Breadboard or PCB: For assembling and testing the circuit.
● Wires and Connectors: To make connections between components.
The STP6NK90Z is an N-channel MOSFET, which means it has three terminals: the gate (G), the drain (D), and the source (S). The gate controls the switching behavior of the MOSFET. When a positive voltage is applied to the gate relative to the source, the MOSFET allows current to flow from the drain to the source (if the drain-source voltage is sufficiently high). When the gate voltage is low or zero, the MOSFET remains off, and no current can flow.
Key features of the STP6NK90Z:
● It has a high voltage rating of 900V, which allows it to handle large voltages without breaking down.
● It has a low on-resistance of around 0.75Ω, meaning that when the MOSFET is on, the voltage drop across the MOSFET is minimal, leading to less power loss and heat generation.
For this project, the STP6NK90Z will act as a power switch that can be turned on and off by a control signal, enabling efficient operation with minimal heat dissipation.
The basic circuit involves connecting the drain (D) of the MOSFET to the negative side of the load (such as a motor or LED array). The source (S) will be connected to ground. The gate (G) will receive the control signal that turns the MOSFET on or off.
● The drain is connected to the negative terminal of the load.
● The source is connected to the ground or negative terminal of the power supply.
● The gate will be connected to a resistor to limit the current and prevent excess current from flowing into the gate.
To control the gate voltage, a resistor (typically 10kΩ) is used to limit the current going into the gate. This resistor ensures that the gate is pulled low (off) when the control signal is not present. When a control voltage is applied to the gate (through a switch or microcontroller), it will turn the MOSFET on, allowing current to flow.
If you are controlling an inductive load (like a DC motor), a flyback diode is necessary to protect the MOSFET from voltage spikes caused by the inductive load when the switch is turned off. When the current flowing through an inductor is suddenly interrupted, the collapsing magnetic field generates a high voltage (known as back EMF) that could damage the MOSFET.
● Place the flyback diode in parallel with the load, with the anode connected to the MOSFET’s drain and the cathode connected to the positive terminal of the load.
A small capacitor (e.g., 100nF) can be added between the drain and source of the MOSFET to filter any electrical noise that might be generated when switching the power on and off. This helps stabilize the switching behavior and reduces the chance of false triggering or spurious voltage spikes.
Start by placing the STP6NK90Z MOSFET on a breadboard, ensuring that each leg is positioned in a separate row for easy connection. The pins of the MOSFET are typically arranged as follows:
● Gate (G): Pin 1
● Drain (D): Pin 2
● Source (S): Pin 3
Connect the negative terminal of your load (e.g., a small DC motor or LED array) to the drain of the MOSFET. Connect the positive terminal of the load to the positive rail of the power supply.
Connect the positive terminal of the power supply to the positive terminal of the load and the source of the MOSFET to the negative terminal of the power supply (ground).
Connect the gate of the MOSFET to the control signal (this could be a manual switch or an output from a microcontroller). Insert a 10kΩ resistor between the gate and ground to pull the gate low when no signal is present, ensuring the MOSFET stays off by default.
If using an inductive load (like a motor), place the flyback diode in parallel with the load. The anode of the diode should be connected to the drain of the MOSFET, and the cathode to the positive terminal of the load.
Place the 100nF capacitor across the drain and source of the MOSFET to filter any noise or voltage spikes when switching.
Once the circuit is assembled, apply power to the system. Use the control signal (manual switch or microcontroller) to toggle the gate of the MOSFET.
● When the gate voltage is high, the MOSFET should turn on, allowing current to flow through the load.
● When the gate voltage is low, the MOSFET should turn off, cutting power to the load.
Observe the operation of the load. If you are using a motor, you should see it start and stop based on the control signal. If using LEDs, they should light up when the MOSFET is on.
If the circuit does not work as expected, check the following:
● Ensure the gate voltage is sufficient to turn on the MOSFET. For the STP6NK90Z, a gate voltage of 10V is typically sufficient, but check the datasheet for specific gate threshold requirements.
● Check the connections to ensure the drain, source, and gate are correctly connected.
● Verify that the flyback diode is installed correctly if using an inductive load.
Once the circuit is working as expected on the breadboard, you can transfer it to a permanent PCB for more robust use. You can also enclose the components in a project box to protect them from dust and damage.
In this project, we successfully used the STP6NK90Z MOSFET to build a high-efficiency power switch. The MOSFET’s low on-resistance and high voltage capability make it an ideal choice for controlling high-current loads with minimal heat dissipation. Whether you are powering a motor, controlling LEDs, or building other types of high-power switches, the techniques demonstrated in this project can be easily adapted to various applications.
By understanding the fundamental operation of MOSFETs and how to use them in practical circuits, you can take your electronics projects to the next level. This project not only introduces you to MOSFET-based switching but also helps you grasp the importance of components like diodes, capacitors, and resistors in making a circuit work efficiently. With these basic principles, you can expand the project further or incorporate MOSFETs into more complex designs in your future projects.