# 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.

## 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)
