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

How to Use D31A Series Reed Relay: Examples, Pinouts, and Specs

Image of D31A Series Reed Relay
Cirkit Designer LogoDesign with D31A Series Reed Relay in Cirkit Designer

Introduction

The D31A Series Reed Relay by Celduc is an electromagnetic switch designed for low-power switching applications. It operates by using a magnetic field to control a pair of contacts, enabling or disabling the flow of current in a circuit. Known for its fast response time, high reliability, and compact design, the D31A Series is ideal for applications requiring precise and efficient switching.

Explore Projects Built with D31A Series Reed Relay

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
ESP32 Wi-Fi Controlled Dual Relay Module
Image of esp: A project utilizing D31A Series Reed Relay in a practical application
This circuit features an ESP32 microcontroller connected to a two-channel 5V relay module. The ESP32 controls the relay channels via its GPIO pins D23 and D22, allowing it to switch external devices on and off. The relay module is powered by the 3.3V and GND pins of the ESP32.
Cirkit Designer LogoOpen Project in Cirkit Designer
ESP32-Controlled Relay Module for Smart Switch Applications
Image of DCN: A project utilizing D31A Series Reed Relay in a practical application
This circuit consists of an ESP32 microcontroller connected to a relay module. The ESP32's GPIO pin D13 is used to trigger the relay, allowing the microcontroller to control higher power devices. The relay module is powered by the ESP32's 3.3V output, and the ground is shared between the two components.
Cirkit Designer LogoOpen Project in Cirkit Designer
ESP32-Controlled 4-Channel Relay Module
Image of wifi esp32: A project utilizing D31A Series Reed Relay in a practical application
This circuit connects an ESP32 microcontroller to a 4-channel 5V relay module. The ESP32's digital pins (D19, D21, D22, D23) are used to control the relay channels (IN1, IN2, IN3, IN4) respectively. The circuit is designed to allow the ESP32 to switch external devices on and off via the relay module.
Cirkit Designer LogoOpen Project in Cirkit Designer
ESP32-Controlled Dual Relay Module
Image of ESP32 bluethooth with relay: A project utilizing D31A Series Reed Relay in a practical application
This circuit features an ESP32 microcontroller connected to a two-channel relay module. The ESP32's digital pins D25 and D26 are used to control the relay channels IN1 and IN2, respectively, allowing the microcontroller to switch external circuits on and off. The ESP32 and the relay module share a common ground and the ESP32's Vin pin supplies power to the relay's VCC, indicating that both operate at compatible voltage levels.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with D31A Series Reed Relay

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 esp: A project utilizing D31A Series Reed Relay in a practical application
ESP32 Wi-Fi Controlled Dual Relay Module
This circuit features an ESP32 microcontroller connected to a two-channel 5V relay module. The ESP32 controls the relay channels via its GPIO pins D23 and D22, allowing it to switch external devices on and off. The relay module is powered by the 3.3V and GND pins of the ESP32.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of DCN: A project utilizing D31A Series Reed Relay in a practical application
ESP32-Controlled Relay Module for Smart Switch Applications
This circuit consists of an ESP32 microcontroller connected to a relay module. The ESP32's GPIO pin D13 is used to trigger the relay, allowing the microcontroller to control higher power devices. The relay module is powered by the ESP32's 3.3V output, and the ground is shared between the two components.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of wifi esp32: A project utilizing D31A Series Reed Relay in a practical application
ESP32-Controlled 4-Channel Relay Module
This circuit connects an ESP32 microcontroller to a 4-channel 5V relay module. The ESP32's digital pins (D19, D21, D22, D23) are used to control the relay channels (IN1, IN2, IN3, IN4) respectively. The circuit is designed to allow the ESP32 to switch external devices on and off via the relay module.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of ESP32 bluethooth with relay: A project utilizing D31A Series Reed Relay in a practical application
ESP32-Controlled Dual Relay Module
This circuit features an ESP32 microcontroller connected to a two-channel relay module. The ESP32's digital pins D25 and D26 are used to control the relay channels IN1 and IN2, respectively, allowing the microcontroller to switch external circuits on and off. The ESP32 and the relay module share a common ground and the ESP32's Vin pin supplies power to the relay's VCC, indicating that both operate at compatible voltage levels.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Signal switching in telecommunications
  • Industrial automation systems
  • Test and measurement equipment
  • Medical devices
  • Low-power control circuits
  • Security systems

Technical Specifications

The following table outlines the key technical details of the D31A Series Reed Relay:

Parameter Value
Contact Configuration SPST (Single Pole Single Throw)
Coil Voltage Range 5V, 12V, 24V
Contact Rating 10W (max)
Switching Voltage (max) 200V DC
Switching Current (max) 0.5A
Operate Time 0.5 ms (typical)
Release Time 0.1 ms (typical)
Insulation Resistance ≥10⁹ Ω
Operating Temperature -40°C to +85°C
Dimensions Compact, varies by model

Pin Configuration and Descriptions

The D31A Series Reed Relay typically has four pins. The pin configuration is as follows:

Pin Number Description
1 Coil Terminal 1 (Positive)
2 Coil Terminal 2 (Negative)
3 Common Contact (Switch Input)
4 Normally Open Contact (Switch Output)

Note: Always refer to the specific datasheet for your D31A model to confirm pinout details.

Usage Instructions

How to Use the Component in a Circuit

  1. Power the Coil: Connect the coil terminals (pins 1 and 2) to a DC voltage source within the specified range (e.g., 5V, 12V, or 24V, depending on the model). Ensure the polarity is correct.
  2. Switching Circuit: Connect the circuit you want to control to the common contact (pin 3) and the normally open contact (pin 4). When the coil is energized, the contacts will close, completing the circuit.
  3. Control Signal: Use a microcontroller, such as an Arduino, or a simple switch to control the voltage applied to the coil.

Important Considerations and Best Practices

  • Voltage and Current Ratings: Do not exceed the maximum switching voltage (200V DC) or current (0.5A) to avoid damaging the relay.
  • Flyback Diode: When using the relay with an inductive load, add a flyback diode across the coil terminals to protect the circuit from voltage spikes.
  • Mounting: Ensure proper mounting and secure connections to avoid mechanical stress on the relay pins.
  • Isolation: The relay provides electrical isolation between the control circuit and the switched circuit, making it ideal for sensitive applications.

Example: Using the D31A Series Reed Relay with an Arduino UNO

Below is an example of how to control the D31A Series Reed Relay using an Arduino UNO:

// Example: Controlling a D31A Series Reed Relay with Arduino UNO

const int relayPin = 7; // Pin connected to the relay coil (via a transistor)

void setup() {
  pinMode(relayPin, OUTPUT); // Set relayPin as an output
}

void loop() {
  digitalWrite(relayPin, HIGH); // Energize the relay coil
  delay(1000); // Keep the relay on for 1 second
  digitalWrite(relayPin, LOW); // De-energize the relay coil
  delay(1000); // Keep the relay off for 1 second
}

Note: Use a transistor (e.g., 2N2222) to drive the relay coil, as the Arduino's GPIO pins cannot supply sufficient current directly. Place a flyback diode (e.g., 1N4007) across the relay coil to protect the circuit.

Troubleshooting and FAQs

Common Issues and Solutions

  1. Relay Not Switching

    • Cause: Insufficient voltage or current to the coil.
    • Solution: Verify the power supply voltage and current match the relay's specifications.
  2. Contacts Sticking

    • Cause: Exceeding the maximum switching current or voltage.
    • Solution: Ensure the load does not exceed the relay's rated specifications.
  3. Noise or Interference

    • Cause: Inductive loads causing voltage spikes.
    • Solution: Add a flyback diode across the coil and/or a snubber circuit across the contacts.
  4. Overheating

    • Cause: Prolonged operation at high current or voltage.
    • Solution: Operate the relay within its specified limits and ensure adequate ventilation.

FAQs

Q: Can the D31A Series Reed Relay switch AC loads?
A: Yes, it can switch low-power AC loads, but ensure the voltage and current are within the relay's rated specifications.

Q: What is the advantage of using a reed relay over a solid-state relay?
A: Reed relays offer faster switching times, lower power consumption, and better isolation for low-power applications.

Q: How do I determine the correct coil voltage for my application?
A: Check the relay's model number and datasheet to identify the coil voltage (e.g., 5V, 12V, or 24V). Match this with your control circuit's voltage supply.

Q: Can I use the D31A Series Reed Relay in high-frequency applications?
A: Yes, reed relays are suitable for high-frequency signal switching due to their low capacitance and fast response time.

By following this documentation, you can effectively integrate the D31A Series Reed Relay into your projects for reliable and efficient switching.