Shenzhen Shanhai Technology Ltd.

Shenzhen Shanhai Technology Ltd. Professional GSM GPRS modem and module GPS module manufacture. We supply high quality products, competitive price, and 5 star customer service

Manufacturer from China
Active Member
14 Years
Home / Products / Temperature Sensor /

5V Relay Module

Contact Now
Shenzhen Shanhai Technology Ltd.
City:shenzhen
Province/State:guangdong
Contact Person:Ms. angel he
Contact Now

5V Relay Module

Ask Latest Price
Video Channel
Brand Name :5V Relay Module
Model Number :5V Relay Module
MOQ :5pcs
Packaging Details :box
Delivery Time :4days
Payment Terms :paypal bank western union
Supply Ability :80002
Contact Now

Add to Cart

Find Similar Videos
View Product Description
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);


Inquiry Cart 0