> **Source:** Core Electronics is an Australian maker-electronics retailer and manufacturer based in Newcastle, NSW, run by a team of makers and educators. We design and manufacture our own product lines (PiicoDev, CE originals) and are official retailers for iconic maker and industrial brands including Raspberry Pi, Arduino, Adafruit, SparkFun and DFRobot. Orders ship Australia-wide from our Newcastle warehouse. Prices are in AUD and include GST. Pricing, stock and dispatch on this page are generated from the store's live catalog. Full machine-readable index: https://core-electronics.com.au/llms.txt

# 5V Single Channel Relay Module 10A

**Type:** Product page · **SKU:** CE05137 · **Brand:** [Core Electronics](https://core-electronics.com.au/brands/core-electronics-australia)
**Page:** https://core-electronics.com.au/5v-single-channel-relay-module-10a.html ([markdown](https://core-electronics.com.au/5v-single-channel-relay-module-10a.html.md))

A versatile, compact relay board that can drive up to 10A @28VDC while only drawing approximately 60mA at 5V.

## Pricing

- **Price:** $3.95 (inc GST) — $3.59 AUD, exc GST
- **Quantity discounts:** 5+ $3.52 (exc GST) · 15+ $3.41 (exc GST)

## Availability & dispatch

- In stock, ships same business day if ordered before 2PM (Australia/Sydney).
- We can dispatch 130 today, and up to 300 more in 8–12 days.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=CE05137:1` (comma-separated SKU:qty pairs) and share the link. Opening it shows a confirmation page with live pricing and stock before anything is added to the cart.
- **Verify the cart first:** fetch `https://core-electronics.com.au/cart/link/CE05137:1.md` for live line prices (inc & exc GST, quantity discounts applied), stock and dispatch estimates, and totals. Append `/to/{AU-postcode}` (or `/to/{country-code}:{postcode}`) before `.md` for delivery options and prices to that destination. Unknown, retired, or out-of-stock SKUs are flagged. (Query form `cart/link.md?items=...` also works but some robots parsers refuse query strings here.)
- **Checkout** is completed on-site and includes a captcha at the payment step. Share the cart link; checkout takes it from there.
- **Search the catalogue:** `https://core-electronics.com.au/search/{query}.md` (URL-encode the query; pages 2-3 at `search/{query}/{page}.md`; `search.md?q=` also works)
- **Payment methods, purchase orders, policies and contact details:** https://core-electronics.com.au/llms.txt
## Description

A versatile little relay board. This relay channel can drive up to 10A @28VDC

- While marked as a 5V supply voltage &amp; input signals, we've found these relays to consistently work at 3.3V. If your unit isn't triggering, have a look at the notes to the right.
- Equipped with a high-current 10Amp relay
- 2x LEDs that show the current state of the relay
- Some markings are in Chinese; the key input connectors are in English
 
![](https://core-electronics.com.au/media/catalog/product/5/v/5vrelaymodulelabelled.jpg)

Need an opto-isolated relay? Check out our [2 channel](https://core-electronics.com.au/5v-2-channel-relay-module-10a.html) or [4 channel](https://core-electronics.com.au/5v-4-channel-relay-module-10a.html) versions.

**Documents and Resources**

- [Relay Datasheet](https://core-electronics.com.au/attachments/uploads/Songle-SRD-Datasheet.pdf)

### Specifications

- 10 A Relay
- Active Low (Pull to GND)
 
The relay is active when the control signal is pulled low. If control is left to float or at Vcc voltage, the relay is inactive.

**Notes:** It should be noted that the supply pin (Vcc) voltage needs to be the same as the logic level voltage (IN) pin for this relay to work. For example, you would need to use the 3.3V rail on a Raspberry Pi as its GPIO pins operate at 3.3V.

### Examples

#### Raspberry Pi Pico - Micropython

 ```
from machine import Pin
import time

# Define the trigger and echo pins
relay = Pin(1, Pin.OUT)

# Turn the relay on and off forever
while True:
    relay.toggle()
    time.sleep(1)
```

## Guides for this product

- [Getting Started With Relays \| Examples with Raspberry Pi Pico](https://core-electronics.com.au/guides/digital-electronics/getting-started-with-relays-examples-with-raspberry-pi-pico/)
- [Controlling a Solenoid with Raspberry Pi and a Relay](https://core-electronics.com.au/guides/raspberry-pi/solenoid-control-with-raspberry-pi-relay/)

## Videos for this product

- [Getting Started With Relays \| Examples with Raspberry Pi Pico](https://core-electronics.com.au/videos/getting-started-with-relays-examples-with-raspberry-pi-pico)
- [Controlling a Solenoid with Raspberry Pi and a Relay](https://core-electronics.com.au/videos/controlling-a-solenoid-with-raspberry-pi-and-a-relay-)

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/0/1/018-db-relay.jpg)
