TOP Contributors

  1. MIKROE (2662 codes)
  2. Alcides Ramos (357 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (137023 times)
  2. FAT32 Library (70145 times)
  3. Network Ethernet Library (56030 times)
  4. USB Device Library (46353 times)
  5. Network WiFi Library (41968 times)
  6. FT800 Library (41297 times)
  7. GSM click (29065 times)
  8. mikroSDK (26502 times)
  9. PID Library (26452 times)
  10. microSD click (25427 times)
Libstock prefers package manager

Package Manager

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]

< Back
mikroSDK Library

ISO ADC click

Rating:

5

Author: MIKROE

Last Updated: 2020-05-07

Package Version: 1.0.0.0

mikroSDK Library: 1.0.0.0

Category: ADC

Downloaded: 1643 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.

No Abuse Reported

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".

  • mikroSDK Library 2.0.0.0
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

mikroSDK Library Blog

ISO ADC Click

ISO ADC Click

Native view of the ISO ADC Click board.

View full image
ISO ADC Click

ISO ADC Click

Front and back view of the ISO ADC Click board.

View full image

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 data
  • void isoadc_get_rshunt ( uint16_t adc_data, isoadc_rshunt_t *rshunt_param ) - Function for converting ADC to power supply and current on rshunt
  • float isoadc_get_power ( isoadc_rshunt_t *rshunt_param ) - Function for reading power draw

Examples description

The application is composed of three sections :

  • System Initialization - Initialization of SPI module
  • Application Initialization - Timer interrupt initialization, and sets vext
  • Application Task - Reads ADC data from device and avarages it
void application_task ( )
{
    adc_data = isoadc_read_adc();
    avg_data += adc_data;
    avg_cnt++;
}

Additional Functions :

  • void InitTimer2() - Function for interrupt initialization
  • void Timer2_interrupt ( ) iv IVT_INT_TIM2 - Funcion when interrupt occurred writes converted values

Other mikroE Libraries used in the example:

  • SPI
  • Conversions
  • UART

Additional notes and informations

Depending on the development board you are using, you may need USB UART clickUSB 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.

ALSO FROM THIS AUTHOR

LCD Demo

0

The application demonstrates LCD functionality.

[Learn More]

pH click

5

pH Click is a compact add-on board that provides an opportunity for the user to read pH with the same accuracy and capabilities as with some other expensive solutions.

[Learn More]

7seg click

0

7seg click is an accessory board in mikroBUS form factor. It’s a compact and easy solution for adding 2-digit seven-segment display to your device.

[Learn More]