Skip to Content

Relay Module 1 channels 5V

⚡ Relay Module – 1 Channel, 5V

High-Power Control for Arduino, Raspberry Pi & Other Microcontrollers

The 1-Channel 5V Relay Module allows microcontrollers to control high-voltage AC or high-current DC devices. It acts as an electrically operated switch, isolating low-power control circuits from high-power loads.

⚙️ Technical Specifications

ParameterSpecification
Operating Voltage5V DC
Trigger Voltage3.3V–5V (compatible with Arduino, ESP8266, ESP32, etc.)
Channels1
Contact Rating10A @ 250VAC or 10A @ 30VDC
Relay TypeSPDT (Single Pole Double Throw)
IsolationOptocoupler-based (for most models)
IndicatorLED status indicator
MountingPCB with screw terminals

✅ Features

  • 🔹 Control AC (lights, fans, appliances) or DC loads

  • 🔹 Optical isolation for safe microcontroller operation

  • 🔹 Works with Arduino, Raspberry Pi, ESP8266, ESP32, PIC, STM32

  • 🔹 Onboard LED shows relay status

  • 🔹 Screw terminals for easy wiring

🧪 Example Arduino Connection

Relay PinArduino Pin
VCC5V
GNDGND
IND7 (or any digital pin)

Sample Code:

cpp
CopyEdit
int relayPin = 7; void setup() { pinMode(relayPin, OUTPUT); } void loop() { digitalWrite(relayPin, HIGH); // Turn relay ON delay(1000); digitalWrite(relayPin, LOW); // Turn relay OFF delay(1000); }

🧠 Applications

  • 💡 Home automation – control lights, fans, appliances

  • 🔋 Battery charging/discharging circuits

  • 🚰 Water pumps

  • 🔥 Heating elements

  • ⚙️ Industrial automation projects

40.00 LE 40.00 LE

This combination does not exist.

Module Relay