Tableau de clic actuel à 9 clics
Tableau de clic actuel à 9 clics
Key Features
- Faible consommation d'énergie, conducteur de courant intégré, faible sortie d'erreur totale, bande passante élevée, temps de réponse rapide, haute précision, possibilité de traitement du signal sous forme analogique et numérique, et plus encore
- Basé sur le capteur de courant CT415-HSN830DR - XtremeSense® TMR de Crocus Technology
- Peut être utilisé pour de nombreuses applications grand public, d'entreprise et industrielles
- mikroBUS : interfaces I2C et analogiques
La carte Click Board™ Current 9 est une carte complémentaire compacte offrant une solution de détection de courant précise et exacte. Cette carte est équipée du capteur de courant TMR XtremeSense® CT415-HSN830DR à large bande passante et à très faible bruit conçu pour la plage de courant jusqu'à 30 A de Crocus Technology. Ce capteur est également équipé d'un conducteur de courant intégré qui gère le courant nominal et génère une mesure de courant sous forme de tension de sortie analogique linéaire, ce qui permet d'obtenir une erreur de sortie totale d'environ ±1 % à pleine échelle. Après cela, l'utilisateur peut traiter la tension de sortie sous forme analogique ou numérique. Cette carte Click™ est idéale pour les mesures de courant de haute précision pour de nombreuses applications grand public, d'entreprise et industrielles.
La carte Click Board™ Current 9 est prise en charge par une bibliothèque compatible mikroSDK, qui comprend des fonctions qui simplifient le développement logiciel. Cette carte Click Board™ est un produit entièrement testé, prêt à être utilisé sur un système équipé du socket mikroBUS™.
DO NOT TOUCH THE BOARD WHILE THE LOAD IS CONNECTED!
Note: This Click board™ needs to be used by trained personnel only while applying high voltages. Special care should be taken when working with hazardous voltage levels.
How Does The Current 9 Click Board™ Work?
The Current 9 Click Board™ is based on the CT415-HSN830DR, an XtremeSense® TMR current sensor providing high-accuracy current measurements from Crocus Technology. The CT415-HSN830DR comes with an integrated current carrying conductor (CCC) that handles current from 0A up to 30A. It has high sensitivity and a wide dynamic range with excellent accuracy (low total output error) across temperature range from –40°C to +85°C making it suitable for many consumer, enterprise, and industrial applications.
When current flows through the CCC, the XtremeSense® TMR sensors inside the chip sense the field, generating a differential voltage signal that goes through the analogue front-end to output a current measurement with less than ±1% full-scale total output error. The CT415-HSN830DR is designed to enable a fast response time for the current measurement. In addition, the user is provided with the option of selecting the output voltage level of the sensor performed by the onboard SMD jumper by populating it to an appropriate position marked as 3V3 or 5V. Even with high bandwidth of 1MHz, the CT415 consumes minimal power.
The output signal of the CT415-HSN830DR can be converted to a digital value using MCP3221, a successive approximation A/D converter with a 12-bit resolution from Microchip using a 2-wire I2C compatible interface, or can be sent directly to an analogue pin of the mikroBUS™ socket labelled as AN. Selection can be performed by onboard SMD jumper labelled as ADC SEL, placing it to an appropriate position marked as EXT and INT.
Also, the Current 9 Click Board™ should be connected in series with the load. The current is measured by two onboard terminal connectors, one terminal block for the positive and the other for the negative current input.
The Current 9 Click Board™ can operate with both 3.3V and 5V logic voltage levels selected via the VCC SEL jumper. This way, it is allowed for both 3.3V and 5V capable MCUs to 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.
SPECIFICATIONS
Type | Measurements |
Applications | Can be used for many consumer, enterprise, and industrial applications |
On-board modules | CT415-HSN830DR - XtremeSense® TMR current sensor from Crocus Technology |
Key Features | Low power consumption, integrated current carrying conductor, low total error output, high bandwidth, fast response time, high accuracy and precision, the possibility of signal processing in analogue and digital form, and more |
Interface | Analog, I2C |
Compatibility | mikroBUS |
Click board size | L (57.15 x 25.4 mm) |
Input Voltage | 3.3V or 5V |
PINOUT DIAGRAM
This table shows how the pinout of the Current 9 Click Board™ corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Notes | Pin | Pin | Notes | ||||
---|---|---|---|---|---|---|---|
Analog Signal | AN | 1 | AN | PWM | 16 | NC | |
NC | 2 | RST | INT | 15 | NC | ||
NC | 3 | CS | RX | 14 | NC | ||
NC | 4 | SCK | TX | 13 | NC | ||
NC | 5 | MISO | SCL | 12 | SCL | I2C Clock | |
NC | 6 | MOSI | SDA | 11 | SDA | I2C Data | |
Power Supply | 3.3V | 7 | 3.3V | 5V | 10 | 5V | Power Supply |
Ground | GND | 8 | GND | GND | 9 | GND | Ground |
ONBOARD SETTINGS AND INDICATORS
Label | Name | Default | Description |
---|---|---|---|
LD1 | PWR | - | Power LED Indicator |
JP2 | OUT SEL | Left | CT415 Output Voltage Level Selection 3V3/5V: Left position 3V3, Right position 5V |
JP2 | VCC SEL | Right | Logic Level Voltage Selection 3V3/5V: Left position 3V3, Right position 5V |
JP3 | ADC SEL | Right | Output Voltage A/D Selection EXT/INT: Left position EXT, Right position INT |
CURRENT 9 CLICK ELECTRICAL SPECIFICATIONS
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage | 3.3 | - | 5 | V |
Current Measurement Range | 0 | - | 30 | A |
Operating Temperature Range | -40 | +25 | +85 | °C |
Software Support
We provide a library for the Current 9 Click Board™ as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
The package can be downloaded/installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on the MikroE Github account.
Library Description
This library contains API for the Current 9 Click Board™ driver.
Key functions
-
current9_read_voltage
This function reads raw ADC value and converts it to a proportional voltage level. -
current9_read_current
This function reads the input current level [A] based on @b CURRENT9_NUM_CONVERSIONS of voltage measurements. -
current9_set_vref
This function sets the voltage reference for the Current 9 Click Board™ driver.
Example Description
This example demonstrates the Current 9 Click Board™ by reading and displaying the input current measurements.
void application_task ( void )
{
float current = 0;
if ( CURRENT9_OK == current9_read_current ( ¤t9, ¤t ) )
{
log_printf( &logger, " Current : %.3f[A]rnn", current );
Delay_ms( 1000 );
}
}
The complete application code and ready-to-use projects can be installed directly from NECTO Studio. The package Manager (recommended), is downloaded from our LibStock™ or found on the MikroE Github account.
Other MikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Current9
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 MikroElektronika compilers.
MIKROSDK
The Current 9 Click Board™ is supported with mikroSDK - MikroElektronika 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 Current 9 Click Board™ as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
The package can be downloaded/installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on the MikroE Github account.
Library Description
This library contains API for the Current 9 Click Board™ driver.
Key functions
-
current9_read_voltage
This function reads raw ADC value and converts it to a proportional voltage level. -
current9_read_current
This function reads the input current level [A] based on @b CURRENT9_NUM_CONVERSIONS of voltage measurements. -
current9_set_vref
This function sets the voltage reference for the Current 9 Click Board™ driver.
Example Description
This example demonstrates the Current 9 Click Board™ by reading and displaying the input current measurements.
void application_task ( void )
{
float current = 0;
if ( CURRENT9_OK == current9_read_current ( ¤t9, ¤t ) )
{
log_printf( &logger, " Current : %.3f[A]rnn", current );
Delay_ms( 1000 );
}
}
The complete application code and ready-to-use projects can be installed directly from NECTO Studio. The package Manager (recommended), is downloaded from our LibStock™ or found on the MikroE Github account.
Other MikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Current9
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 MikroElektronika compilers.
MIKROSDK
The Current 9 Click Board™ is supported with mikroSDK - MikroElektronika 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.
Tableau de clic actuel à 9 clics
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.