# MOSFET Power Switch Module

**Type:** Product page · **SKU:** CE09733 · **Brand:** [Core Electronics](https://core-electronics.com.au/brands/core-electronics-australia)
**Page:** https://core-electronics.com.au/mosfet-power-switch-module.html ([markdown](https://core-electronics.com.au/mosfet-power-switch-module.html.md))

Add power control to your projects with this MOSFET module.

## Pricing

- **Price:** $1.35 (inc GST) — $1.23 AUD, exc GST
- **Quantity discounts:** 5+ $1.20 (exc GST) · 15+ $1.16 (exc GST)

## Availability & dispatch

- In stock, ships same business day if ordered before 2PM (Australia/Sydney).
- We can dispatch 377 today; more stock is typically available with a 8–12 day lead time.

## Description

This single-channel module includes all of the passive components and a pair of high-power MOSFET's to control power.

### Specifications

- 3.3-5V Logic
- Up to 10A Continuous current, 30V Load
- Low side switching of 1 device with 2x AOD4184 N-Channel MOSFETs
- Super compact at roughly: 34 x 17 x 14 mm
 
### Pinout

![](https://core-electronics.com.au/media/wysiwyg/CE09733_1.png)

### Examples

#### Raspberry Pi Pico - Micropython

 ```
from machine import Pin  # Import required modules
import time

mosfet = Pin(1, Pin.OUT)  # Create a MOSFET on Pin 1

while True:  # Loop indefinitely
    mosfet.value(1)  # Set the MOSFET Pin HIGH, turning the LED on
    time.sleep(1)  # Wait for 1 second
    mosfet.value(0)  # Turn the MOSFET Pin Low
    time.sleep(1)  # Wait for 1 second
```

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/s/n/sny00251-edit.jpg)
