MikroElektronika RELAY Click

SKU: CE05411 Brand: MikroElektronika

Retired Product

Search for an alternative
This product has been retired. It is no longer available, but this page has been kept for reference.

RELAY click can control various devices with up to 5A, 250V AC/30V DC loads. It features two G6D1AASI-5DC power PCB relay modules. The click is designed to run on 5V power supply only. RELAY click communicates with the target microcontroller via mikroBUS™ PWM (RL1) and CS (RL2) pins.

RELAY click is a compact and easy solution for adding a relay to your design. The two screw terminals onboard allow seamless connectivity.

DO NOT TOUCH THE BOARD WHILE THE EXTERNAL POWER SUPPLY IS ON!

Note: RELAY click has exposed pins/pads. To stay safe take precaution when applying high voltage to the click. The click is to be used by trained personnel only when applying high voltage.

G6D1AASI-5DC power PCB relay

The maximum contact resistance of the G6D1AASI-5DC relay is 100 mΩ.

Communication lines

Communication lines voltage level can be in range between 3.3V and 5V. On-board transistors are used to drive relays by current sinking.

Relay information

A relay is an electrical switch used to terminate or establish a circuit using a low power signal from a microcontroller. It provides complete electrical isolation between microcontroller and controlled circuits. Use the RELAY click™ board with its two G6D1AASI-5DC relays to control various devices with up to 5A, 250V AC/30V DC loads.

Specifications

  • Type: Relay
  • Applications: Board can be used for turning on/off lights, motors and other high power consumers within the maximum supported voltage/current levels
  • On-board modules: G6D1AASI-5DC power PCB relay
  • Key Features: Control up to 5A, 250V AC/30V DC loads
  • Key Benefits: Screw terminals allow seamless connectivity
  • Interface: GPIO
  • Input Voltage: 5V,5V
  • Compatibility: mikroBUS
  • Click board size: L (57.15 x 25.4 mm)
  • Weight: 45g

Key features

  • On-board screw terminals
  • G6D1AASI-5DC power PCB relay
    • Contact resistance: 100 mΩ max.
    • Max. switching voltage 250 VAC, 30 VDC
    • Max. switching current 5 A
  • Interface: PWM and CS pins
  • 5V power supply

Pinout Diagram

This table shows how the pinout on RELAY click corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).

INSERT IMG HERE

Programming

The following code snippet is a simple example of RELAY click toggled with buttons on an EasyPIC v7.

1 sbit Relay1 at LATC1_bit;
2 sbit Relay2 at LATE0_bit;
3 sbit Relay1_Direction at TRISC1_bit;
4 sbit Relay2_Direction at TRISE0_bit;
5 void main() 
6 {
7 Relay1_Direction = 0; // Set relay direction as output
8 Relay2_Direction = 0; // Set relay direction as output
9 Relay1 = 0; // Turn off relay1
10 Relay2 = 0; // Turn off relay2
11 
12 while( 1 )
13 {
14 if( Button( &PORTB, 0, 80, 1 ) ) // Toggle relay 1 on B0 button press
15 Relay1 = ~Relay1;
16 
17 if( Button( &PORTB, 1, 80, 1 ) ) // Toggle relay 2 on B1 button press
18 Relay2 = ~Realy2;
19 }
20 }

Downloads

This product is listed in:

Retired

Product Comments

Exact shipping can be calculated on the view cart page (no login required).

Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).

We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):

  • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
  • $6+ for Standard Post (typically 6+ business days, tracked)
  • $10+ for Express Post (typically 2+ business days, tracked)
  • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.

Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.

International Orders - the following rates are for New Zealand and will vary for other countries:

  • $11+ for Pack and Track (3+ days, tracked)
  • $16+ for Express International (2-5 days, tracked)

If you order lots of gear, the postage amount will increase based on the weight of your order.

Our physical address (here's a PDF which includes other key business details):

Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia

Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.

Have a product question? We're here to help!

Write Your Own Review

Guides

The Maker Revolution

The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...
The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...

Projects

Accurate IoT Clock With ESP8266

Being punctual is important. Hence accurate time is required. Clocks tend to miss out when it comes...
Being punctual is important. Hence accurate time is required. Clocks tend to miss out when it comes...

Days2Bin: Pico Powered Bin Reminder

Our recycle bin is collected fortnightly, but I can never remember which week, and the printed cale...
Our recycle bin is collected fortnightly, but I can never remember which week, and the printed cale...

Raspberry Pi Video Looper Display Installation | Overshare Video Festival

IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...
IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.