Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use RELAY SRD-05VDC-SL-C: Examples, Pinouts, and Specs

Image of RELAY SRD-05VDC-SL-C
Cirkit Designer LogoDesign with RELAY SRD-05VDC-SL-C in Cirkit Designer

Introduction

The RELAY SRD-05VDC-SL-C is a 5V DC relay module designed for switching high-voltage devices using low-voltage control signals. It features a Single Pole Double Throw (SPDT) configuration, making it versatile for controlling a wide range of electrical loads, such as lights, motors, and appliances. This relay is commonly used in automation systems, home appliances, and microcontroller-based projects.

Explore Projects Built with RELAY SRD-05VDC-SL-C

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
DC-DC Converter and Relay Module Power Distribution System
Image of relay: A project utilizing RELAY SRD-05VDC-SL-C in a practical application
This circuit consists of a DC-DC converter powering a 6-channel power module, which in turn supplies 5V to a 2-relay module. The power module distributes the converted voltage to the relay module, enabling it to control external devices.
Cirkit Designer LogoOpen Project in Cirkit Designer
LDR-Activated Relay Control for Dual Bulb Illumination
Image of automatic headlight control project : A project utilizing RELAY SRD-05VDC-SL-C in a practical application
This circuit appears to be a light-activated switch controlling two bulbs using a 5V relay, with an LDR (Light Dependent Resistor) as the sensor. The relay is powered by a 48V to 5V converter, which is switched on by a 12V battery through an SPST toggle switch. The LDR's output is connected to the relay's input, enabling the relay to switch the bulbs on or off based on the ambient light level detected by the LDR.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered 4-Channel Relay Control with LED Indicators
Image of RELLAY BOARD TEST: A project utilizing RELAY SRD-05VDC-SL-C in a practical application
This circuit consists of a 5V battery powering a 4-channel relay module, which controls four LEDs (red, yellow, green, and blue) through individual resistors. Each relay channel is activated by a corresponding SPST toggle switch, allowing manual control of the LEDs.
Cirkit Designer LogoOpen Project in Cirkit Designer
Smart DC Motor Control System with Relay and Capacitive Sensors
Image of conveyor: A project utilizing RELAY SRD-05VDC-SL-C in a practical application
This circuit controls two DC motors using a combination of relays, a toggle switch, and capacitive sensors. The XL4015 DC Buck Step-down module provides regulated power, while the capacitive sensors and toggle switch are used to control the relays, which in turn manage the operation of the motors.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with RELAY SRD-05VDC-SL-C

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of relay: A project utilizing RELAY SRD-05VDC-SL-C in a practical application
DC-DC Converter and Relay Module Power Distribution System
This circuit consists of a DC-DC converter powering a 6-channel power module, which in turn supplies 5V to a 2-relay module. The power module distributes the converted voltage to the relay module, enabling it to control external devices.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of automatic headlight control project : A project utilizing RELAY SRD-05VDC-SL-C in a practical application
LDR-Activated Relay Control for Dual Bulb Illumination
This circuit appears to be a light-activated switch controlling two bulbs using a 5V relay, with an LDR (Light Dependent Resistor) as the sensor. The relay is powered by a 48V to 5V converter, which is switched on by a 12V battery through an SPST toggle switch. The LDR's output is connected to the relay's input, enabling the relay to switch the bulbs on or off based on the ambient light level detected by the LDR.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of RELLAY BOARD TEST: A project utilizing RELAY SRD-05VDC-SL-C in a practical application
Battery-Powered 4-Channel Relay Control with LED Indicators
This circuit consists of a 5V battery powering a 4-channel relay module, which controls four LEDs (red, yellow, green, and blue) through individual resistors. Each relay channel is activated by a corresponding SPST toggle switch, allowing manual control of the LEDs.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of conveyor: A project utilizing RELAY SRD-05VDC-SL-C in a practical application
Smart DC Motor Control System with Relay and Capacitive Sensors
This circuit controls two DC motors using a combination of relays, a toggle switch, and capacitive sensors. The XL4015 DC Buck Step-down module provides regulated power, while the capacitive sensors and toggle switch are used to control the relays, which in turn manage the operation of the motors.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications

  • Home automation systems
  • Motor control circuits
  • IoT projects for controlling high-power devices
  • Industrial automation
  • Smart home devices

Technical Specifications

The following table outlines the key technical details of the RELAY SRD-05VDC-SL-C:

Parameter Specification
Operating Voltage 5V DC
Trigger Voltage 3.75V to 5V DC
Trigger Current 15-20 mA
Contact Type SPDT (Single Pole Double Throw)
Maximum Switching Voltage 250V AC / 30V DC
Maximum Switching Current 10A
Coil Resistance 70Ω ±10%
Isolation Voltage 1500V AC
Dimensions 19mm x 15.5mm x 15mm
Weight ~10g

Pin Configuration

The RELAY SRD-05VDC-SL-C has 5 pins, as described in the table below:

Pin Name Description
VCC Connects to the 5V DC power supply to energize the relay coil.
GND Ground connection for the relay module.
IN Control signal input pin (active HIGH).
COM Common terminal for the relay switch.
NO Normally Open terminal; connected to COM when the relay is activated.
NC Normally Closed terminal; connected to COM when the relay is not activated.

Usage Instructions

How to Use the RELAY SRD-05VDC-SL-C in a Circuit

  1. Power the Relay: Connect the VCC pin to a 5V DC power source and the GND pin to ground.
  2. Control Signal: Connect the IN pin to a microcontroller (e.g., Arduino) or any other control circuit. The relay will activate when the IN pin receives a HIGH signal (typically 5V).
  3. Load Connection:
    • Connect the device you want to control (e.g., a light bulb or motor) to the COM and NO terminals if you want the device to turn on when the relay is activated.
    • Use the COM and NC terminals if you want the device to turn off when the relay is activated.
  4. Isolation: Ensure proper electrical isolation between the control circuit and the high-voltage load to prevent damage or hazards.

Important Considerations

  • Flyback Diode: If you're using an inductive load (e.g., a motor), add a flyback diode across the load to protect the relay from voltage spikes.
  • Power Supply: Ensure the power supply can provide sufficient current (15-20 mA) to energize the relay coil.
  • Safety: When switching high-voltage loads, ensure proper insulation and avoid direct contact with live wires.

Example: Connecting to an Arduino UNO

Below is an example of how to control the RELAY SRD-05VDC-SL-C using an Arduino UNO:

Circuit Connections

  • Connect the relay module's VCC pin to the Arduino's 5V pin.
  • Connect the relay module's GND pin to the Arduino's GND pin.
  • Connect the relay module's IN pin to Arduino digital pin 7.
  • Connect the load (e.g., a light bulb) to the COM and NO terminals of the relay.

Arduino Code

// Define the relay control pin
const int relayPin = 7;

void setup() {
  // Set the relay pin as an output
  pinMode(relayPin, OUTPUT);
  
  // Ensure the relay is off initially
  digitalWrite(relayPin, LOW);
}

void loop() {
  // Turn the relay ON (activates the connected device)
  digitalWrite(relayPin, HIGH);
  delay(5000); // Keep the relay ON for 5 seconds
  
  // Turn the relay OFF (deactivates the connected device)
  digitalWrite(relayPin, LOW);
  delay(5000); // Keep the relay OFF for 5 seconds
}

Troubleshooting and FAQs

Common Issues

  1. Relay Not Activating:

    • Cause: Insufficient voltage or current to the IN pin.
    • Solution: Ensure the control signal is 5V and the power supply can provide at least 15-20 mA.
  2. Load Not Switching:

    • Cause: Incorrect wiring of the load to the relay terminals.
    • Solution: Verify the load is connected to the correct terminals (COM and NO/NC).
  3. Relay Stuck in One State:

    • Cause: Damaged relay contacts due to overcurrent or voltage.
    • Solution: Ensure the load does not exceed the relay's maximum ratings (10A, 250V AC).
  4. Noise or Chattering:

    • Cause: Unstable control signal or insufficient power supply.
    • Solution: Use a stable power source and ensure proper grounding.

FAQs

Q1: Can I use the RELAY SRD-05VDC-SL-C with a 3.3V microcontroller?
A1: The relay typically requires a 5V control signal. You may need a transistor or MOSFET to amplify the 3.3V signal to 5V.

Q2: Is the relay safe for switching high-power devices?
A2: Yes, as long as the device's voltage and current ratings do not exceed 250V AC or 10A.

Q3: Can I use this relay for DC loads?
A3: Yes, the relay supports DC loads up to 30V DC and 10A.

Q4: How do I know if the relay is working?
A4: When the relay is activated, you should hear a clicking sound, and the connected load should switch states.