• Arduino 5V Relay Omron G5LA
  • Arduino 5V Relay Omron G5LA

Arduino 5V Relay Omron G5LA

Availability: Out Of Stock

  • Price:$6.52
  • Price in reward points: 65 Reward Points: 1
  • Quantity 3+ units 10+ units 30+ units 50+ units More
    Price /Unit $6.39 $6.26 $6.06 $5.80 Contact US
Quantity:

Arduino 5V Relay Omron G5LA


This relay output driver shield adopts Omron G5LA relay to supply 1 channel control, the max can link to equipment with 250V AC/DC, therefore it can be used to achieve so many effects,such as electric lamp control.

Modular design makes it easy to connect with Arduino Shields. The output status of Relay are shown by a light diode for convenient using.

Test  Code:

int Relay = 0;

void setup()
{
  pinMode(Relay, OUTPUT);     //define PIN0 port as output
}
void loop()
{

          digitalWrite(Relay, HIGH);   //Realy Close
          delay(2000);
          digitalWrite(Relay, LOW);    //Relay Open
          delay(2000);
}

 

Write a review

Note: We will keep it confidential.
Note: HTML is not translated!
 
Captcha