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]
Rating:
Author: MIKROE
Last Updated: 2019-03-15
Package Version: 1.0.0.1
mikroSDK Library: 1.0.0.0
Category: Relay
Downloaded: 4919 times
Not followed.
License: MIT license
Signal Relay click can be used for ON/OFF control in various devices. It carries four ultra-small GV5-1 PCB relays from Omron and runs on a 5V power supply. Signal Relay click communicates with the target MCU over the following mikroBUS pins: AN, RST, CS and PWM.
Library Description
The library covers all the necessary functions to control Signal Relay click board. Signal Relay click
communicates with the target board through the AN, RST, CS and PWM line. This library
offers functions for turning on or off any and every of the four relays on this click board.
Key functions:
void signalrelay_relayOneOff();
- Function turns relay 1 off.The application is composed of three sections:
void applicationTask() { mikrobus_logWrite( " Relay One Turn On ", _LOG_LINE ); signalrelay_relayOneOn(); Delay_ms( 1000 ); mikrobus_logWrite( "-------------------", _LOG_LINE ); mikrobus_logWrite( " Relay Two Turn On ", _LOG_LINE ); signalrelay_relayTwoOn(); Delay_ms( 1000 ); mikrobus_logWrite( "-------------------", _LOG_LINE ); mikrobus_logWrite( "Relay Three Turn On", _LOG_LINE ); signalrelay_relayThreeOn(); Delay_ms( 1000 ); mikrobus_logWrite( "-------------------", _LOG_LINE ); mikrobus_logWrite( " Relay Four Turn On", _LOG_LINE ); signalrelay_relayFourOn(); Delay_ms( 1000 ); mikrobus_logWrite( "-------------------", _LOG_LINE ); mikrobus_logWrite( " Relay One Turn Off", _LOG_LINE ); signalrelay_relayOneOff(); Delay_ms( 1000 ); mikrobus_logWrite( "-------------------", _LOG_LINE ); mikrobus_logWrite( " Relay Two Turn Off", _LOG_LINE ); signalrelay_relayTwoOff(); Delay_ms( 1000 ); mikrobus_logWrite( "-------------------", _LOG_LINE ); mikrobus_logWrite( "Relay Three Turn Off", _LOG_LINE ); signalrelay_relayThreeOff(); Delay_ms( 1000 ); mikrobus_logWrite( "--------------------", _LOG_LINE ); mikrobus_logWrite( " Relay Four Turn Off", _LOG_LINE ); signalrelay_relayFourOff(); Delay_ms( 1000 ); mikrobus_logWrite( "--------------------", _LOG_LINE ); }
Other mikroE Libraries used in the example:
UART
Additional notes and informations
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
IoT ExpressLink 2 Click is a compact add-on board that allows users to connect to IoT ExpressLink services easily and securely interact with cloud applications and other services. This board features the SARA-R510AWS, an LTE-M AWS IoT EsxpressLink module from u-blox. It supports a comprehensive set of 3GPP Rel. 14 features that are relevant for IoT applications, like improvements to power consumption, coverage, data rate, mobility, and positioning. They are 5G-ready, meaning customers will be able to (software) upgrade their deployed devices once 5G LTE has been fully rolled out by mobile operators, greatly improving end-product scalability and lifetime.
[Learn More]Hall Switch Click is a magnetic field activated dual-relay Click board™.
[Learn More]Bi Hall click is a simple solution for adding a bipolar Hall switch to your design. It carries the Melexis US2882 bipolar Hall-effect switch and a 74LVC1T45 single bit, dual supply transceiver. A bipolar Hall effect sensor is sensitive to both north and south pole magnetic fields.
[Learn More]You have unsaved changes. If you choose to leave all changes will be discarded.
Do you want to subscribe in order to receive notifications regarding "Signal Relay click" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "Signal Relay click" changes.
Do you want to report abuse regarding "Signal Relay click".