šŸŽ‰ Up to 70% Off Selected ItemsShop Sale
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
}

1 Channel 5V Relay Module | Sensors & Modules