We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: MIKROE
Last Updated: 2020-05-07
Package Version: 1.0.0.0
mikroSDK Library: 1.0.0.0
Category: ADC
Downloaded: 1872 times
Not followed.
License: MIT license
The ISO ADC Click is add-on board current-shunt measurement device with isolated delta-sigma modulator. This Click boardâ„¢ is based on AMC1204BDWR -provide a single-chip solution for measuring the small signal of a shunt resistor across an isolated barrier from Texas Instruments.
Do you want to subscribe in order to receive notifications regarding "ISO ADC click" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "ISO ADC click" changes.
Do you want to report abuse regarding "ISO ADC click".
Library Description
Library provides function for reading ADC data from device and converting that data to power draw of connected device.
Key functions:
uint16_t isoadc_read_adc ( void )
- Function for reading ADC datavoid isoadc_get_rshunt ( uint16_t adc_data, isoadc_rshunt_t *rshunt_param )
- Function for converting ADC to power supply and current on rshuntfloat isoadc_get_power ( isoadc_rshunt_t *rshunt_param )
- Function for reading power drawExamples description
The application is composed of three sections :
void application_task ( )
{
adc_data = isoadc_read_adc();
avg_data += adc_data;
avg_cnt++;
}
Additional Functions :
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.