TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (352 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136719 times)
  2. FAT32 Library (69926 times)
  3. Network Ethernet Library (55939 times)
  4. USB Device Library (46261 times)
  5. Network WiFi Library (41884 times)
  6. FT800 Library (41150 times)
  7. GSM click (28979 times)
  8. PID Library (26412 times)
  9. mikroSDK (26356 times)
  10. microSD click (25353 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
mikroSDK Library

Relay click

Rating:

0

Author: MIKROE

Last Updated: 2018-03-09

Package Version: 1.0.0.1

mikroSDK Library: 1.0.0.0

Category: Relay

Downloaded: 9338 times

Followed by: 1 user

License: MIT license  

Relay click is a dual relay Click board, which can be operated by the host MCU. This Click board offers an elegant and easy solution for controlling a wide range of high power applications.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Relay click" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Relay click" changes.

Do you want to report abuse regarding "Relay click".

  • mikroSDK Library 2.0.0.0
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

mikroSDK Library Blog

RELAY  click

RELAY click

Native view of the RELAY click board.

View full image
RELAY  click

RELAY click

Front and back view of the RELAY click board

View full image

Library Description

The library offers an option to control the state of relays.

Key functions:

void relay_relay2Control( uint8_t pinState ) - Controls the Relay 2 pin.

void relay_relay1Control( uint8_t pinState ) - Controls the Relay 1 pin.

Examples Description:

The application is composed of three sections:

  • System Initialization - Sets pin directions.
  • Application Initialization - Initializes driver.
  • Application Task - Turns relays on and off.
void applicationTask()
{
relay_relay2Control ( 1 );
relay_relay1Control( 1 );
mikrobus_logWrite("Relays turned on", _LOG_LINE);

Delay_ms(1000);

relay_relay2Control ( 0 );
relay_relay1Control( 0 );
mikrobus_logWrite("Relays turned off", _LOG_LINE);

Delay_ms(1000);
}

Other mikroE Libraries used in the example:

  • UART

Additional notes and information

Depending on the development board you are using, you may need USB UART click,  USB UART 2 click or RS232 click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.

ALSO FROM THIS AUTHOR

RTC 8 click

0

RTC 8 click is a real time clock module which has an extremely low power consumption, allowing it to be used with a single button cell battery, for an extended period of time.

[Learn More]

Angle 3 click

0

Angle 3 click carries the AK7451, a magnetic rotational angle sensor. The click is designed to run on a 5V power supply.

[Learn More]

ADC 22 click

0

ADC 22 Click is a compact add-on board with a high-performance data converter. This board features the ADS8665, a high-speed single-supply SAR ADC data acquisition system with programmable bipolar input ranges from Texas Instruments. It features a high-speed, high-precision A/D converter based on successive approximation (SAR). This 12-bit resolution ADC with an integrated analog front-end (AFE) input driver circuit can achieve speeds of up to 500ksps.

[Learn More]