5V Relay Module

Brand Name:5V Relay Module
Model Number:5V Relay Module
Minimum Order Quantity:5pcs
Delivery Time:4days
Payment Terms:paypal bank western union
Packaging Details:box
Contact Now

Add to Cart

Active Member
Location: Shenzhen Guangdong
Address: Room 620 ,yutian building , song lin road , Futian district ,Shenzhen , China
Supplier`s last login times: within 1 hours
Product Details Company Profile
Product Details
5V Relay ModuleWe can build electronics projects just as easy as piling bricks. Arduino and community have made the programming much easier than ever before. How about some elixir on hardware part? Maybe it is not yet convenient to make complex interfaces, but we can at least start from the most commonly used modules.

By using electronic bricks, you may connect Arduino compatible boards easily with various digital, analog and I2C/Uart interfaces. These the breadboard-less firm connection are prepared to extensive modules like poteniometers, sensors, relays, servos...even buttons, just plug and play.

Each terminal module has buckled port with VCC, GND and Output, which has corresponding port on the sensing board, with a plain 2.54mm dual-female cable you may start playing already. Buckled brick cables are like cement for bricks, make the connections easier, secure and more professional looking.
It is very interesting Electronic Brick Module-17
This module can be used with Arduino Special Sensor Shield V4.0.
You can do some simple design about it,it support“plug and play”.

When we design projects by using , there are a lot of equipments with large current or high voltage equipments (such as electromagnetic valve) which usually cannot directly controlled by digital I/O interface,then we can consider solutions based on relay.

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 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);



China 5V Relay Module supplier

5V Relay Module

Inquiry Cart 0