HomeStore

1 Channel 5V Relay Module

Product image 1
Product image 2
Product image 3

1 Channel 5V Relay Module

1 Channel 5V Relay Module

1 Channel 5V Relay Module

A 1-Channel 5V Relay Module is an electronic switching device that allows a low-power microcontroller (like an Arduino, Raspberry Pi, ESP32, etc.) to safely control high-voltage or high-current appliances, such as lights, fans, motors, and pumps. It acts as an electrically operated switch, using a 5V signal to open or close the circuit connected to a higher voltage source (like 220V AC or 12V DC).

 

Technical Specifications:

  • Operating Voltage: 5V DC
  • Trigger Voltage: 0–2V LOW (active low) to activate the relay
  • Control Signal Voltage: 0–5V (compatible with 3.3V and 5V logic)
  • Relay Type: Electromechanical relay (typically SRD-05VDC-SR-C)
  • Number of channels: 1

Pinouts:

Connection with Arduino:

Module

Arduino UNO

VCC

5V

GND

GND

IN

Pin 7

 

Relay Output terminal(Screw terminals)

Terminal Label

Description

COM

Common terminal (connects to Power or load)

NO

Normally Open (Connected to COM when relay is activated)

NC

Normally Closed (Connected to COM when relay is Inactive)


Sample code:

const int relayPin = 7;

void setup() {
  // Set the relay pin as OUTPUT
  pinMode(relayPin, OUTPUT);
}

void loop() {
  // Turn the relay ON (active LOW)
  digitalWrite(relayPin, LOW);
  delay(1000); // wait 1 second

  // Turn the relay OFF
  digitalWrite(relayPin, HIGH);
  delay(1000); // wait 1 second
}

$0.43
1 Channel 5V Relay Module
$0.43

Product Information

Shipping & Returns

Description

1 Channel 5V Relay Module

A 1-Channel 5V Relay Module is an electronic switching device that allows a low-power microcontroller (like an Arduino, Raspberry Pi, ESP32, etc.) to safely control high-voltage or high-current appliances, such as lights, fans, motors, and pumps. It acts as an electrically operated switch, using a 5V signal to open or close the circuit connected to a higher voltage source (like 220V AC or 12V DC).

 

Technical Specifications:

  • Operating Voltage: 5V DC
  • Trigger Voltage: 0–2V LOW (active low) to activate the relay
  • Control Signal Voltage: 0–5V (compatible with 3.3V and 5V logic)
  • Relay Type: Electromechanical relay (typically SRD-05VDC-SR-C)
  • Number of channels: 1

Pinouts:

Connection with Arduino:

Module

Arduino UNO

VCC

5V

GND

GND

IN

Pin 7

 

Relay Output terminal(Screw terminals)

Terminal Label

Description

COM

Common terminal (connects to Power or load)

NO

Normally Open (Connected to COM when relay is activated)

NC

Normally Closed (Connected to COM when relay is Inactive)


Sample code:

const int relayPin = 7;

void setup() {
  // Set the relay pin as OUTPUT
  pinMode(relayPin, OUTPUT);
}

void loop() {
  // Turn the relay ON (active LOW)
  digitalWrite(relayPin, LOW);
  delay(1000); // wait 1 second

  // Turn the relay OFF
  digitalWrite(relayPin, HIGH);
  delay(1000); // wait 1 second
}

You may also like

Thumbnail 1Thumbnail 2

2 Channel 12V Relay Module with Optocoupler

$0.86

8 Channel 5V Relay Module with Optocoupler

$3.19

-70%
Thumbnail 1Thumbnail 2

2 Channel 5V Relay Module with Optocoupler

$0.86

$0.26

Thumbnail 1Thumbnail 2

4 Channel 5V Relay Module with Optocoupler

$1.62

1 Channel 12V Relay Module

$0.49

-70%

16 Channel 12V Relay Module with Optocoupler

$7.03

$2.11

16 Channel 5V Relay Module with Optocoupler

$6.70

-70%

4 Channel 24V Relay Module with Optocoupler

$2.43

$0.73

Thumbnail 1Thumbnail 2

1 Channel 12V Relay Module with Optocoupler Support High and Low Trigger

$0.86

-69%
Thumbnail 1Thumbnail 2

1 Channel 5V Relay Module with Optocoupler

$0.65

$0.20

-70%
Thumbnail 1Thumbnail 2

2 Channel 12V Relay Module with Optocoupler Support High and Low Trigger

$1.51

$0.45