1. บทนำ
This user manual provides essential information for the proper installation, operation, and maintenance of the Electronic Spices 5V 2 Channel Relay Module. This module is designed to control two independent high-power AC or DC devices using a low-voltage microcontroller signal. It features optocoupler isolation for enhanced safety and protection of your control circuit.
2. สินค้าหมดview
2.1 คุณสมบัติหลัก
- จำนวนช่องสัญญาณ: 2 independent relay channels.
- ปฏิบัติการฉบับที่tage: 5V DC, compatible with Arduino, Raspberry Pi, and other microcontrollers.
- กระแสไฟสูงสุด: 20mA (trigger current).
- ทริกเกอร์ฉบับtage: 5โวลต์.
- การสลับฉบับtage: Up to 250V AC at 10A or 30V DC at 10A.
- การแยกด้วยออปโตคัปเปลอร์: Protects the microcontroller from voltage spikes and electrical noise.
- High-Current Relay: Equipped with robust relays for reliable switching.
- Freewheeling Diode: Integrated for microcontroller protection.
- การใช้งาน: Suitable for home automation, industrial control panels, IoT projects, smart appliances, and remote switching.
2.2 การระบุส่วนประกอบ
Refer to the diagram below for identification of the main components and connection points on the 2 Channel Relay Module.

รูปที่ 1: สูงสุด view of the 2 Channel Relay Module with key components labeled. This includes the VCC, IN1, IN2, GND pins for control, JD-VCC and VCC for power selection, and the NO, COM, NC terminals for each relay.

รูปที่ 2: สูงสุด view of the 2 Channel Relay Module, showing the two blue relays and terminal blocks.

รูปที่ 3: ด้านล่าง view of the 2 Channel Relay Module, showing the solder points and circuit traces.
3. ข้อมูลจำเพาะ
| พารามิเตอร์ | ค่า |
|---|---|
| ประเภทขั้วต่อ | รีเลย์ |
| วัสดุติดต่อ | ทองแดง |
| ประเภทการติดต่อ | ปกติเปิด (NO) / ปกติปิด (NC) |
| Current Rating (Control) | 2 Amps (Trigger) |
| ประเภทการติดตั้ง | โมดูลรีเลย์ |
| โหมดการทำงาน | อัตโนมัติ |
| คอยล์ Voltage | กระแสตรง 5 โวลต์ |
| Contact Current Rating (Switching) | 10 Amps |
| ปริมาณการสลับสูงสุดtage | 250 โวลต์ AC / 30 โวลต์ DC |
| ตรงตามข้อกำหนด | CE |
| จำนวนหน่วย | 1 จำนวน |
| ประเทศต้นกำเนิด | อินเดีย |
| ส่วนประกอบที่รวมอยู่ | RELAY-MODULE-513 |
| น้ำหนักสินค้า | 20 กรัม |
| หมายเลขรุ่น | FTRD580 |
4. การตั้งค่าและการติดตั้ง
This section details the steps for connecting the 2 Channel Relay Module to your microcontroller and the device you wish to control.
4.1 การเชื่อมต่อแหล่งจ่ายไฟ
- เชื่อมต่อ วีซีซี pin of the relay module to the 5V output of your microcontroller (e.g., Arduino 5V).
- เชื่อมต่อ ก.ย.ด. pin of the relay module to the GND of your microcontroller.
- Power Select Jumper (JD-VCC): The module has a jumper to select the power source for the relay coils.
- If the jumper is installed (connecting JD-VCC to VCC), the relay coils are powered directly from the VCC pin, sharing power with the control logic. This is common for simple setups.
- If the jumper is removed, you must provide a separate 5V power supply to the JD-VCC pin and connect its GND to the microcontroller's GND. This provides isolation between the control circuit and the relay coil power, which is recommended for sensitive applications or when the microcontroller's 5V supply cannot provide enough current for the relays.
4.2 การเชื่อมต่อสัญญาณควบคุม
- เชื่อมต่อ IN1 pin of the relay module to a digital output pin on your microcontroller (e.g., Arduino Digital Pin 7).
- เชื่อมต่อ IN2 pin of the relay module to another digital output pin on your microcontroller (e.g., Arduino Digital Pin 8).
- A LOW signal (0V) on IN1 or IN2 will activate the corresponding relay, and a HIGH signal (5V) will deactivate it. This is due to the optocoupler and transistor driver circuit.
4.3 การเชื่อมต่อโหลด
Each relay has three terminals: Normally Open (NO), Common (COM), and Normally Closed (NC).
- เปิดตามปกติ (NO): This terminal is open (no connection) when the relay is inactive and closes (connects to COM) when the relay is activated.
- ปกติปิด (NC): This terminal is closed (connected to COM) when the relay is inactive and opens (no connection) when the relay is activated.
- ทั่วไป (COM): This is the central terminal to which your load's power source or one side of the load is connected.
To connect a load (e.g., a light bulb):
- Disconnect power from the load before wiring.
- Connect one wire from your power source (e.g., live AC wire or positive DC wire) to the คอม terminal of the desired relay.
- Connect one wire from your load (e.g., one side of the light bulb) to either the เลขที่ or NC terminal, depending on your desired default state.
- ใช้ เลขที่ if you want the load to be OFF by default and turn ON when the relay is activated.
- ใช้ NC if you want the load to be ON by default and turn OFF when the relay is activated.
- Connect the other side of your load to the neutral/return path of your power source.
- ตรวจสอบให้แน่ใจว่าการเชื่อมต่อทั้งหมดปลอดภัยและเป็นฉนวน
5. คู่มือการใช้งาน
The 2 Channel Relay Module is controlled by digital signals from a microcontroller.
- เมื่อมี ต่ำ signal (0V) is applied to an input pin (IN1 or IN2), the corresponding relay coil is energized, and the relay switches state. The indicator LED for that channel will illuminate.
- เมื่อมี สูง signal (5V) is applied to an input pin (IN1 or IN2), the corresponding relay coil is de-energized, and the relay returns to its default state. The indicator LED will turn off.
Example (Arduino):
// Define the relay control pins
const int relayPin1 = 7; // Connects to IN1
const int relayPin2 = 8; // Connects to IN2
void setup() {
// Set the relay pins as output
pinMode(relayPin1, OUTPUT);
pinMode(relayPin2, OUTPUT);
// Ensure relays are off initially (HIGH signal for inactive state)
digitalWrite(relayPin1, HIGH);
digitalWrite(relayPin2, HIGH);
}
void loop() {
// Activate Relay 1 (turn ON load connected to NO)
digitalWrite(relayPin1, LOW);
delay(2000); // Keep ON for 2 seconds
// Deactivate Relay 1 (turn OFF load connected to NO)
digitalWrite(relayPin1, HIGH);
delay(1000); // Wait for 1 second
// Activate Relay 2 (turn ON load connected to NO)
digitalWrite(relayPin2, LOW);
delay(2000); // Keep ON for 2 seconds
// Deactivate Relay 2 (turn OFF load connected to NO)
digitalWrite(relayPin2, HIGH);
delay(1000); // Wait for 1 second
}
6. การบำรุงรักษา
The Electronic Spices 2 Channel Relay Module is designed for reliable operation with minimal maintenance.
- รักษาความสะอาด: Ensure the module is free from dust, dirt, and moisture. Use a soft, dry brush or compressed air for cleaning.
- สภาพแวดล้อม : Operate the module within its specified temperature and humidity ranges. Avoid extreme conditions.
- ตรวจสอบการเชื่อมต่อ: ตรวจสอบการเชื่อมต่อสายไฟทั้งหมดเป็นระยะๆ เพื่อให้แน่ใจว่ามีความปลอดภัยและไม่มีการกัดกร่อน
- หลีกเลี่ยงการโอเวอร์โหลด: ไม่เกินกระแสและปริมาตรสูงสุดtage ratings for the relay contacts. Overloading can damage the relays and reduce their lifespan.
- Power Off Before Servicing: Always disconnect power from both the control circuit and the load before performing any maintenance or wiring changes.
7 การแก้ไขปัญหา
| ปัญหา | สาเหตุที่เป็นไปได้ | สารละลาย |
|---|---|---|
| Relay does not activate (LED off) |
|
|
| Relay activates but load does not turn ON/OFF |
|
|
| Relay LED is ON but relay does not click |
|
|
8. การรับประกันและการสนับสนุน
This Electronic Spices product is typically covered by a นโยบายการเปลี่ยนสินค้าภายใน 10 วัน from the date of purchase, subject to the retailer's terms and conditions. Please retain your proof of purchase for any warranty claims.
For technical support or inquiries, please contact Electronic Spices directly:
- ผู้ผลิต / ผู้นำเข้า: เครื่องเทศอิเล็กทรอนิกส์
- ที่อยู่: Main, Ismailpur Rd, near Gyan Mandir Chowk, F- Block, Jaitpur, New Delhi, Haryana 110044, India
- โทรศัพท์: 8929992403
คุณยังสามารถเยี่ยมชม Electronic Spices Store on Amazon สำหรับข้อมูลผลิตภัณฑ์และการสนับสนุนเพิ่มเติม