Hall Current 2 Click-Platine
Hall Current 2 Click-Platine
Das Hall Current 2 Click Board™ ist ein sehr genaues Click Board™ zur Strommessung, das auf dem Hall-Effekt basiert. Sein auffälligstes Merkmal ist ein sehr niedriger Serienwiderstand von nur 1,2 mOhm, was dieses Gerät zu einem nahezu perfekten Amperemeter macht. Der maximale Strom, der mit dem Hall Current 2 gemessen werden kann, reicht von -12 A bis +12 A, mit optimierter Präzision. Die Messung wird thermisch kompensiert und durch die integrierten Abschnitte des Hall-Sensor-ICs konditioniert. Das Ergebnis ist über die I2C-Schnittstelle des hochpräzisen 12-Bit-AD-Wandlers sowie in analoger Form vom analogen Pin des Mikrobusses direkt vom Hall-Effekt-Stromsensor-IC verfügbar. Das Hall Current 2 Click Board™ benötigt keine Strommesswiderstände.
Featuring a reasonably high current range that can be measured, extremely low series resistance, a clever design offering readings in both analog and digital format, and advanced Hall current sensor IC which can withstand overcurrent conditions up to five times of the nominal measuring current range, this Click board™ can be used for a wide range of measuring and monitoring in various audio applications, telecommunication applications, white goods applications, and basically in every application which requires current measurement or monitoring, working in the range of less than 100 V.
How Does The Hall Current 2 Click Board™ Work?
The Hall Current 2 Click Board™ utilizes the ACS711, a Hall effect linear current sensor with overcurrent fault output for less than 100 V Isolation Applications, from Allegro Microsystems. This sensor utilizes the Hall effect phenomenon to measure the current passing through the internally fused input pins of the IC. This allows the series resistance to stay very low. Current flow through the input rails of the IC generates a magnetic field, causing the Hall effect on the current flow through the integrated sensor. The resulting voltage is further conditioned and offset by the internal sections of the ACS711 IC, and after the conditioning, it appears at the output of the VIOUT pin.
The output voltage changes linearly with the input current, in steps of 110mV/A. To allow conversion via the external ADC, the output voltage is passed through the buffering circuit, comprised of the LM358 - a low noise operational amplifier in a unity gain configuration. The output of this buffer network is connected to the AN pin of the mikroBUS™ allowing an external AD conversion, or utilizing the output voltage in some other way. The response time of the output voltage is very short - in a magnitude of microseconds.
The output voltage is also routed to the MCP3221, a 12 Bit SAR type ADC with the I2C interface, from Microchip. This ADC is used in several different Click board™ designs, as it yields accurate conversions, it requires a low count of external components, and has a reasonably good signal to noise ratio (SNR). It can achieve up to 22.3ksps, which allows good measurement resolution for the most purposes. After the ACS711 output voltage has been converted to a digital value, it can be read via the I2C bus of the MCP3221 ADC. The I2C bus lines are routed to the respective I2C lines of the mikroBUS™ (SCL - clock; SDA - data). The provided library contains functions for simplified reading of the conversion values.
The FAULT pin indicates an overcurrent condition. If the measured current exceeds the specified range, this pin will be latched to a LOW logic level. This pin has a very fast response of only 1.3 µs, allowing it to be used a part of the overcurrent protection circuit. Naturally, it can be used as the interrupt pin, triggering an interrupt request on a host MCU. For this reason, it is routed to the INT pin of the mikroBUS™.
However, once latched, the ACS711 IC requires power cycling for the FAULT pin to be released. This can be done by pulling the RST pin of the mikroBUS™ to a HIGH logic level. This will cut the power through the PNP BJT. Pulling the RST pin to a LOW logic level will allow current flow through the BJT once again, and thus the ACS711 will release the FAULT pin. For the normal operation, RST pin should stay at the LOW logic level.
The onboard SMD jumper allows selection between 3.3V and 5V. This allows both 3.3V and 5V MCUs to communicate with the Hall current 2 click.
The ACS711 IC offers a galvanic isolation for up to 100V. A care should be taken when operating with high voltages, not to touch the Hall Current 2 Click Board™.
SPECIFICATIONS
Type | Current sensor |
Applications | Audio applications, telecommunication applications, white goods applications, and every application which requires current measurement or monitoring. |
On-board modules | ACS711 Hall-effect linear current sensor with overcurrent fault output |
Key Features | Very low series resistance, which makes this sensor an ideal ammeter. Analog and digital reading of the measurement data, wide current input range, great accuracy, low count of external components |
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 Hall Current 2 Click Board™ corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Notes | Pin | Pin | Notes | ||||
---|---|---|---|---|---|---|---|
Analog reading | AN | 1 | AN | PWM | 16 | NC | |
Reset / INT unlatch | RST | 2 | RST | INT | 15 | INT | Interrupt |
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 | +3V3 | 7 | 3.3V | 5V | 10 | +5V | Power Supply |
Ground | GND | 8 | GND | GND | 9 | GND | Ground |
HALL CURRENT 2 CLICK MAXIMUM RATINGS
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Primary conductor resistance | - | 1.2 | - | mΩ |
Optimized accuracy measurement range | -12 | - | +12 | A |
Sensitivity | - | 110 | - | mV/A |
Allowed voltage across the device (between pins 1-4 and pins 5-8) | - | - | 100 | V |
ONBOARD SETTINGS AND INDICATORS
Label | Name | Default | Description |
---|---|---|---|
JP1 | JP1 | Left | Power Supply Voltage Selection: Left position 3V3, right position 5V |
LD1 | PWR | PWR indication LED |
Software Support
We provide a library for the Hall Current 2 Click Board™ on our Libstock page, as well as a demo application (example), developed using MikroElektronika compilers and mikroSDK. The provided click library is mikroSDK standard compliant. The demo application can run on all the main MikroElektronika development boards.
Library Description
This library provides basic functionality for reading the current value and controlling the Click board™.
Key Functions
void hallcurrent2_reset();
- Function for reseting the click board sensor.
int16_t hallcurrent2_getData();
- Function that returns the 12bit digital value.
int16_t hallcurrent2_getCurrent();
- Function that returns the current value.
Example Description
The application is composed of three sections:
- System Initialization - Initializes I2C module and INT pin as INPUT and RST pin as OUTPUT.
- Application Initialization - Initializes Driver init and reset chip.
- Application Task - (code snippet) - Reads current and logs on USB UART every 1 second.
It was tested with the voltage of 1V at the input and with a load of 1A to 2A.
void applicationTask() { CurrentData = hallcurrent2_getCurrent(); IntToStr(CurrentData, text); mikrobus_logWrite("--- Current :", _LOG_TEXT); mikrobus_logWrite(text, _LOG_TEXT); mikrobus_logWrite(" mA", _LOG_LINE); Delay_ms( 1000 ); }
The full application code, and ready to use projects can be found on our Libstock page.
Other mikroE Libraries used in the example:
- UART Library
- Conversions Library
- C_String Library
- I2C Library
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.
MIKROSDK
The Hall Current 2 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 Hall Current 2 Click Board™ on our Libstock page, as well as a demo application (example), developed using MikroElektronika compilers and mikroSDK. The provided click library is mikroSDK standard compliant. The demo application can run on all the main MikroElektronika development boards.
Library Description
This library provides basic functionality for reading the current value and controlling the Click board™.
Key Functions
void hallcurrent2_reset();
- Function for reseting the click board sensor.
int16_t hallcurrent2_getData();
- Function that returns the 12bit digital value.
int16_t hallcurrent2_getCurrent();
- Function that returns the current value.
Example Description
The application is composed of three sections:
- System Initialization - Initializes I2C module and INT pin as INPUT and RST pin as OUTPUT.
- Application Initialization - Initializes Driver init and reset chip.
- Application Task - (code snippet) - Reads current and logs on USB UART every 1 second.
It was tested with the voltage of 1V at the input and with a load of 1A to 2A.
void applicationTask() { CurrentData = hallcurrent2_getCurrent(); IntToStr(CurrentData, text); mikrobus_logWrite("--- Current :", _LOG_TEXT); mikrobus_logWrite(text, _LOG_TEXT); mikrobus_logWrite(" mA", _LOG_LINE); Delay_ms( 1000 ); }
The full application code, and ready to use projects can be found on our Libstock page.
Other mikroE Libraries used in the example:
- UART Library
- Conversions Library
- C_String Library
- I2C Library
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.
MIKROSDK
The Hall Current 2 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.
Hall Current 2 Click-Platine
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.