Carte relais 4 clics
Carte relais 4 clics
Key Features
- Faible consommation d'énergie, commutation fiable, courant élevé, haute sensibilité, montage sur carte PC, configuration SPDT, indicateurs d'activité de relais, etc.
- Basé sur le J1031C3VDC - relais de signal à usage général de CIT Relay and Switch
- Peut être utilisé pour contrôler des applications à haute puissance
- mikroBUS : interface GPIO
Présentation de la carte Relay 4 Click Board™ , la solution compacte et robuste pour le contrôle des applications haute puissance. Cette carte complémentaire comprend le J1031C3VDC, un relais de signal unipolaire bidirectionnel (SPDT) hautement sensible et à faible consommation d'énergie de CIT Relay and Switch. Avec une conception compacte et légère, un montage sur broche PC et une disposition de contact 1C avec une tension de bobine de 3 VCC, ce relais peut gérer une tension de commutation maximale de 125 VCA/60 VCC. Mesurant seulement 12,5 x 7,5 x 10 millimètres (L x l x H), il est facile à intégrer dans n'importe quel système équipé de la prise mikroBUS™.
De plus, le développement logiciel est un jeu d'enfant grâce à la bibliothèque compatible mikroSDK incluse et à la conception pré-testée. Mettez à niveau votre système avec le Relay 4 Click Board™ dès aujourd'hui !
How Does The Relay 4 Click Board™ Work?
The Relay 4 Click Board™ is based on dual J1031C3VDC, high-current single-pole double-throw (SPDT) signal relays from CIT Relay and Switch. The J1031C3VDC relay is well known for its reliability and durability, high sensitivity, and low coil power consumption housed in a small package with PC pin mounting. Despite its size (12.5x7.5x10 millimetre (LxWxH)), the J1031C3VDC relay can withstand up to 2A and 125VAC/60VDC maximum. These relays are designed to easily activate their coils by relatively low currents and voltages, making them a perfect choice that any MCU can control.
As mentioned, the contact configuration of the J1031C3VDC is a single-pole double-throw (SPDT), which means that it has one pole and two throws. Based on the default position of the pole, one throw is considered normally open (NO) while the other is normally closed (NC), which is, in this case, its default position. When the coil is energized, it will attract the internal switching elements similar to a switch.
The Relay 4 Click Board™ uses two mikroBUS™ pins for its proper operation, the RL1 and RL2 pins routed to the RST and PWM pins of the mikroBUS™ socket. These pins control small N-channel MOSFET RET (Resistor Equipped Transistor) transistors that provide enough current for the relay coil. Two resistors are already integrated into the RET, providing it with the correct biasing and simplifying the design. Also, each relay has its own yellow LED indicator, which signalizes the state of the relay. When the current flows through the RET, the coil will be energized, and the relay will be switched from a closed to an open switch state.
The Relay 4 Click Board™ can be operated only with a 3.3V logic voltage level. The board must perform appropriate logic voltage level conversion before using MCUs with different logic levels. However, the Click board™ comes equipped with a library containing functions and an example code that can be used as a reference for further development.
SPECIFICATIONS
Type | Relay |
Applications | Can be used for controlling high-power applications |
On-board modules | J1031C3VDC - general-purpose signal relay from CIT Relay and Switch |
Key Features | Low power consumption, reliable switching, high current, hig sensitivity, PC board mounting, SPDT configuration, relay activity indicators, and more |
Interface | GPIO |
Compatibility | mikroBUS |
Click board size | L (57.15 x 25.4 mm) |
Input Voltage | 3.3V |
PINOUT DIAGRAM
This table shows how the pinout of the Relay 4 Click Board™ corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Notes | Pin | Pin | Notes | ||||
---|---|---|---|---|---|---|---|
NC | 1 | AN | PWM | 16 | RL2 | Relay 2 Control | |
Relay 1 Control | RL1 | 2 | RST | INT | 15 | NC | |
NC | 3 | CS | RX | 14 | NC | ||
NC | 4 | SCK | TX | 13 | NC | ||
NC | 5 | MISO | SCL | 12 | NC | ||
NC | 6 | MOSI | SDA | 11 | NC | ||
Power Supply | 3.3V | 7 | 3.3V | 5V | 10 | NC | |
Ground | GND | 8 | GND | GND | 9 | GND | Ground |
ONBOARD SETTINGS AND INDICATORS
Label | Name | Default | Description |
---|---|---|---|
LD1 | PWR | - | Power LED Indicator |
LD2-LD3 | REL1-REL2 | - | Relay Activity Status LED Indicators |
RELAY 4 CLICK ELECTRICAL SPECIFICATIONS
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage | - | 3.3 | - | V |
Current Rating | - | - | 2 | A |
Switching Voltage | - | - | 60 | VDC |
Software Support
We provide a library for the Relay 4 Click Board™ as well as a demo application (example), developed using MikroE compilers. The demo can run on all the main MikroE development boards.
The package can be downloaded/installed directly from NECTO Studio The package Manager(recommended), downloaded from our LibStock™ or found on MikroE Github account.
Library Description
This library contains API for the Relay 4 Click Board™ driver.
Key functions
-
relay4_set_relay1_open
This function sets the relay 1 to normally open state by setting the RL1 pin to low logic level. -
relay4_set_relay1_close
This function sets the relay 1 to normally close state by setting the RL1 pin to high logic level. -
relay4_set_relay2_open
This function sets the relay 2 to normally open state by setting the RL2 pin to low logic level.
Example Description
This example demonstrates the use of the Relay 4 Click Board™ by toggling the relays state.
void application_task ( void )
{
relay4_set_relay1_open ( &relay4 );
log_printf( &logger, " Relay 1 set to normally open statern" );
relay4_set_relay2_close ( &relay4 );
log_printf( &logger, " Relay 2 set to normally close staternn" );
Delay_ms ( 5000 );
relay4_set_relay1_close ( &relay4 );
log_printf( &logger, " Relay 1 set to normally close statern" );
relay4_set_relay2_open ( &relay4 );
log_printf( &logger, " Relay 2 set to normally open staternn" );
Delay_ms ( 5000 );
}
The full application code, and ready to use projects can be installed directly from NECTO Studio The package Manager(recommended), downloaded from our LibStock™ or found on MikroE Github account.
Other MikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Relay4
Additional Notes and Information
Depending on the development board you are using, you may need USB UART Click Board™, 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. UART terminal is available in all MikroE compilers.
MIKROSDK
The Relay 4 Click Board™ is supported with mikroSDK - MikroE Software Development Kit. To ensure proper operation of mikroSDK compliant Click board™ demo applications, mikroSDK should be downloaded from the LibStock and installed for the compiler you are using.
Software Support
We provide a library for the Relay 4 Click Board™ as well as a demo application (example), developed using MikroE compilers. The demo can run on all the main MikroE development boards.
The package can be downloaded/installed directly from NECTO Studio The package Manager(recommended), downloaded from our LibStock™ or found on MikroE Github account.
Library Description
This library contains API for the Relay 4 Click Board™ driver.
Key functions
-
relay4_set_relay1_open
This function sets the relay 1 to normally open state by setting the RL1 pin to low logic level. -
relay4_set_relay1_close
This function sets the relay 1 to normally close state by setting the RL1 pin to high logic level. -
relay4_set_relay2_open
This function sets the relay 2 to normally open state by setting the RL2 pin to low logic level.
Example Description
This example demonstrates the use of the Relay 4 Click Board™ by toggling the relays state.
void application_task ( void )
{
relay4_set_relay1_open ( &relay4 );
log_printf( &logger, " Relay 1 set to normally open statern" );
relay4_set_relay2_close ( &relay4 );
log_printf( &logger, " Relay 2 set to normally close staternn" );
Delay_ms ( 5000 );
relay4_set_relay1_close ( &relay4 );
log_printf( &logger, " Relay 1 set to normally close statern" );
relay4_set_relay2_open ( &relay4 );
log_printf( &logger, " Relay 2 set to normally open staternn" );
Delay_ms ( 5000 );
}
The full application code, and ready to use projects can be installed directly from NECTO Studio The package Manager(recommended), downloaded from our LibStock™ or found on MikroE Github account.
Other MikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Relay4
Additional Notes and Information
Depending on the development board you are using, you may need USB UART Click Board™, 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. UART terminal is available in all MikroE compilers.
MIKROSDK
The Relay 4 Click Board™ is supported with mikroSDK - MikroE Software Development Kit. To ensure proper operation of mikroSDK compliant Click board™ demo applications, mikroSDK should be downloaded from the LibStock and installed for the compiler you are using.
Carte relais 4 clics
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.