OFF
MIKROE-2627
28 g
Status:
CAN Isolator Click is a compact add-on board that provides isolated CAN communication. This board features the ADM3053, a signal and power-isolated CAN transceiver with an integrated isolated DC-to-DC converter from Analog Devices. It creates a fully isolated interface between the CAN protocol controller and the physical layer bus, achieving data rates up to 1Mbps. The transceiver complies with an ISO11898 standard and allows connecting up to 110 nodes to the bus. This Click board™ makes the perfect solution for the development of CAN data buses, industrial field networks, and more.
CAN Isolator Click is supported by a mikroSDK compliant library, which includes functions that simplify software development. This Click board™ comes as a fully tested product, ready to be used on a system equipped with the mikroBUS™ socket.
This product is no longer in stock
Availability date:
CAN Isolator Click is based on the ADM3053, a signal and power-isolated CAN transceiver with an integrated isolated DC-to-DC converter from Analog Devices. The transceiver features thermal shutdown protection, high common-mode transient immunity, up to 2500Vrms for 1-minute protection, and when not powered, it does not disturb the bus. ICoupler® technology combines 2-channel isolation, a CAN transceiver, and an isoPower® DC-to-DC converter into a single chip. The power isolation is implemented using a DC-to-DC converter, while the signal isolation is implemented on the logic side of the interface.
CAN Isolator Click allows two different modes of operation to be selected over the SLOPE SEL jumper. You can set the high-speed or slope control where high-speed (HI) is set by default. This allows CAN Isolator Click to be used with a shielded cable to avoid electromagnetic interference (EMI) problems. Slope control mode allows using an unshielded twisted pair or a parallel pair of wires as bus lines.
CAN Isolator Click uses a standard 2-Wire UART interface to communicate with the host MCU, with commonly used UART RX and TX pins.
This Click board™ can operate with either 3.3V or 5V logic voltage levels selected via the VIO SEL jumper. This way, both 3.3V and 5V capable MCUs can use the communication lines properly. However, the Click board™ comes equipped with a library containing easy-to-use functions and an example code that can be used as a reference for further development.
Type
CAN,Isolators
Applications
Can be used for the development of CAN data buses, industrial field networks, and more
On-board modules
ADM3053 - signal and power-isolated CAN transceiver with an integrated isolated DC-to-DC converter from Analog Devices
Key Features
The fully isolated interface between the CAN protocol controller and the physical layer bus is capable of running at data rates of up to 1 Mbps, thermal shutdown protection, slope control for reduced EMI, high common-mode transient immunity, and more
Interface
UART
Feature
No ClickID
Compatibility
mikroBUS™
Click board size
L (57.15 x 25.4 mm)
Input Voltage
3.3V or 5V
This table shows how the pinout on CAN Isolator Click corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Label | Name | Default | Description |
---|---|---|---|
- | PWR | - | Power LED Indicator |
- | VIO SEL | Left | Logic Level Voltage Selection 3V3/5V: Left position 3V3, Right position 5V |
- | SLOPE SEL | Left | Slope Control Mode Selection HI/LO: Left position HI, Right position LO |
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage | 3.3 | - | 5 | V |
CAN Data Rates | - | - | 1 | Mbps |
We provide a library for the CAN Isolator Click as well as a demo application (example), developed using MIKROE compilers. The demo can run on all the main MIKROE development boards.
Package can be downloaded/installed directly from NECTO Studio Package Manager(recommended), downloaded from our LibStock™ or found on Mikroe github account.
Library Description
This library contains API for CAN Isolator Click driver.
Key functions
Generic multi write function.
Generic multi read function.
Generic single read function.
Generic single write function.
Example Description
This is a example which demonstrates the use of Can Isolator Click board.
void application_task ( void )
{
canisolator_data_t tmp;
// Task implementation.
#ifdef DEMO_APP_RECEIVER
// RECEIVER - UART polling
tmp = canisolator_generic_single_read( &canisolator );
log_printf( &logger, " %c ", tmp );
#endif
#ifdef DEMO_APP_TRANSMITER
// TRANSMITER - TX each 2 sec
uint8_t cnt;
for ( cnt = 0; cnt < 9; cnt ++ )
{
canisolator_generic_single_write( &canisolator, demo_message[ cnt ] );
Delay_ms ( 100 );
}
Delay_ms ( 1000 );
Delay_ms ( 1000 );
#endif
}
The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended), downloaded from our LibStock™ or found on Mikroe github account.
Other Mikroe Libraries used in the example:
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. UART terminal is available in all MIKROE compilers.
This 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.
For more information about mikroSDK, visit the official page.
NOTE: Please be advised that any peripheral devices or accessories shown connected to the Click board™ are not included in the package. Check their availability in our shop or in the YMAN section below.