Super hot! Several others have checked this out in the last few hours
Verified by shoppers
Product always receives high satisfaction ratings from our customers
Product Details
Introduction
 
This module employs high quality relay with eight channels input and eight channels output. It can be connected to 250V/10A AC element or 24V/10A DC element to the maximum, therefore, it can be used to control lights, motors and etc.
The modularized design makes it easy to connect to Arduino expansion board. The output state of the relay is shown by a luminous diode for the convenience of actual application.
 
Specification
  • Control signal: TTL voltage

  • Rated load:
    10A 250VAC
    10A 125VAC
    10A 30DC
    10A 28VDC

  • Rated Through-current: 10A(NO) 5A(NC)

  • Max Switching Voltage: 250VAC 30VDC

  • Contact actuation time: <10ms

  • Definition of module pins:
    Pin 1 -Pin 8—-Controlling end
    Power supply (VCC)
    Ground (GND)

Click to see product video: //youtu.be/tFNdT4hBnZ4
 
Sample code:
int BASE = 2 ; // I/O pin connected by the first relay
int NUM = 8; //total number of all relays
void setup()
{
for (int i = BASE; i < BASE + NUM; i ++)
{
pinMode(i, OUTPUT); //set digital I/O pin as output
}
}
void loop()
{
for (int i = BASE; i < BASE + NUM; i ++)
{
digitalWrite(i, LOW); //set digital I/O pin as ‘low’, i.e. turning off the relay gradually
delay(200); //delay
}
for (int i = BASE; i < BASE + NUM; i ++)
{
digitalWrite(i, HIGH); // set digital I/O pin as ‘low’, i.e. turning on the relay gradually
delay(200); //delay
}
}
 

Shipping & Payment

SHIPPING

We are proud to offer international shipping services that currently operate in over 200 countries and islands world wide. Nothing means more to us than bringing our customers great value and service. We will continue to grow to meet the needs of all our customers, delivering a service beyond all expectation anywhere in the world.

Customer Reviews

There are no reviews yet

Write a Review
Super hot! Several others have checked this out in the last few hours

8 Channel 5V Relay Module for Arduino

Selling fast: get yours before it’s gone!
View Cart
Guaranteed SAFE checkout
Worldwide Shipping

Enjoy flexible international shipping services that currently operate in over 200 countries across the world

Free Returns

Arrange your return for a full refund, we've got you covered with our full Buyer protection

Safe Payment

Buy with confidence using the world’s most popular and secure payment methods

Top

Shopping cart

×