DC 5V Polarity Reversal Switch Board DPDT Signal Relay Module For Arduino UNO

DC 5V Polarity Reversal Switch Board DPDT Signal Relay Module For Arduino UNO

DC 5V Polarity Reversal Switch Board DPDT Signal Relay Module For Arduino UNO

SKU:X13489
Regular price $4.99

Description:
  • Operating Voltage : DC 5V/DC 12V
  • Operating Current(Relay ON): 35MA
  • Standby Current(Relay OFF) : <1MA
Input control signal voltage:
  • 0V - 0.6V Low stage (relay is OFF),
  • 0.6V – 2.4V (unknown state).
  • 2.4V - 24V High state (relay is ON).
Input control signal high state current:
  • 2.4V: 0.15mA
  • 5V: 0.4mA
  • 12V: 1.2mA
  • 20V: 2mA
  • Relay Load : 1A 125VAC;2A 30VDC
  • Size : 22.86x18x14
Arduiuo uno/mega2560 Code
//******************************************************//
const int DPDT_control = 2; // the number of the DPDT_control pin
void setup() {
// initialize the DPDT_control pin as an output:
pinMode(DPDT_control, OUTPUT);
}
void loop() { 
digitalWrite(DPDT_control, HIGH);//DTDT relay activation
delay(1000);
digitalWrite(DPDT_control, LOW);//DTDT relay inactive
delay(1000);
}
//******************************************************//
 
Packing Included:
  • 1 x DC 5V DPDT Relay Module
trust seal
  • guaranteeQuality checked
  • Special gift cardsSpecial gift cards
  • Free return Within 60 days
  • Consultancy86-0755-85201155
Description:
  • Operating Voltage : DC 5V/DC 12V
  • Operating Current(Relay ON): 35MA
  • Standby Current(Relay OFF) : <1MA
Input control signal voltage:
  • 0V - 0.6V Low stage (relay is OFF),
  • 0.6V – 2.4V (unknown state).
  • 2.4V - 24V High state (relay is ON).
Input control signal high state current:
  • 2.4V: 0.15mA
  • 5V: 0.4mA
  • 12V: 1.2mA
  • 20V: 2mA
  • Relay Load : 1A 125VAC;2A 30VDC
  • Size : 22.86x18x14
Arduiuo uno/mega2560 Code
//******************************************************//
const int DPDT_control = 2; // the number of the DPDT_control pin
void setup() {
// initialize the DPDT_control pin as an output:
pinMode(DPDT_control, OUTPUT);
}
void loop() { 
digitalWrite(DPDT_control, HIGH);//DTDT relay activation
delay(1000);
digitalWrite(DPDT_control, LOW);//DTDT relay inactive
delay(1000);
}
//******************************************************//
 
Packing Included:
  • 1 x DC 5V DPDT Relay Module