hallcurrent5 2.0.0.0
|
Hall Current 5 Click is a very accurate electric current measurement Click board™ based on the ACS733 IC. This IC is a galvanically isolated current sensor, which utilizes the Hall-effect principle.
We provide a library for the HallCurrent5 Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly form compilers IDE(recommended way), or downloaded from our LibStock, or found on mikroE github account.
This library contains API for HallCurrent5 Click driver.
- Initialization function.void hallcurrent5_cfg_setup ( hallcurrent5_cfg_t *cfg );
HALLCURRENT5_RETVAL hallcurrent5_init ( hallcurrent5_t *ctx, hallcurrent5_cfg_t *cfg );
void hallcurrent5_default_cfg ( hallcurrent5_t *ctx );
- This function gets ADC voltage.void hallcurrent5_set_adc_resolution ( hallcurrent5_t *ctx, float adc_res );
float hallcurrent5_get_adc_voltage ( hallcurrent5_t *ctx, uint16_t adc_value );
float hallcurrent5_get_current ( hallcurrent5_t *ctx, uint16_t adc_value );
The demo application reads ADC value and current value.
The demo application is composed of two sections :
Initialization device and ADC Init.
Reads current value in mA and this data logs to USBUART every 500ms.
Before the start of the program you have to set the starting voltage on AN pin. First, measure the voltage in mV on AN pin, when electronic load isn't > connected to the Click board, and pass that value as an input parameter of the voltage initialization function.
The full application code, and ready to use projects can be installed directly form compilers IDE(recommneded) or found on LibStock page or mikroE GitHub accaunt.
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. The terminal available in all Mikroelektronika compilers, or any other terminal application of your choice, can be used to read the message.