How does it work?
ADC 11 Click as its foundation uses the LTC1864, a 16-bit successive approximation A/D converter with a sample-and-hold feature that operates on a single 5V supply from Analog Devices. The supply current, which can be the only 850μA at 250ksps, drops at lower speeds because the LTC1864 automatically power-down between conversions. The high impedance analog input and the ability to operate with reduced spans down to 1V full scale allow direct connection to signal sources in many applications, eliminating the need for external gain stages. Equipped with the 3-wire SPI serial interface and extremely high sample rate-to-power ratio, this Click board™ represents an ideal solution for compact, low power, high-speed systems.
ADC 11 click communicates with MCU through the simple 3-wire serial I/O compatible with industry-standard SPI interface. The LTC1864 has an internal conversion clock so that the clock rate does not affect the conversion. This fact allows the clock rate to run to 20MHz without concern for sample-and-hold droop at low clock frequencies or clocking the ADC too fast at high clock frequencies. The data transfer requires only 16 clock cycles which minimize the amount of time necessary to transfer the data. The entire conversion can be transferred in only 800ns if the conversion clock runs at the maximum rate of 20MHz.
This Click board™ operates only with a 5V logic voltage level. The board must perform appropriate logic voltage level conversion before use with MCUs with different logic levels. However, the Click board™ comes equipped with a library containing functions and an example code that can be used, as a reference, for further development.
Specifications
Type
ADC
Applications
Can be used for high-speed data acquisition, low power battery-operated instrumentation, isolated and remote data acquisition, and many other applications.
On-board modules
LTC1864 – 16-bit successive approximation A/D converter with a sample-and-hold feature that operates on a single 5V supply from Analog Devices
Key Features
One channel 16bit 250ksps ADC, singl 5V supply, low supply current, auto-shutdown feature, SPI compatible interface, and more.
Interface
SPI
Feature
No ClickID
Compatibility
mikroBUS™
Click board size
S (28.6 x 25.4 mm)
Input Voltage
5V
Pinout diagram
This table shows how the pinout on ADC 11 Click corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Onboard settings and indicators
Label | Name | Default | Description |
---|---|---|---|
LD1 | PWR | – | Power LED Indicator |
ADC 11 Click electrical specifications
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage | – | 5 | – | V |
Analog Input Supply Voltage | 0 | – | 5 | V |
Resolution | 16 | – | – | bits |
Sampling Rate | – | – | 250 | ksps |
Operating Temperature Range | -40 | +25 | +85 | °C |
Software Support
We provide a library for the ADC 11 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 from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on mikroE github account.
Library Description
This library contains API for ADC 11 Click driver.
Key functions:
adc11_cfg_setup
– Config Object Initialization function.adc11_init
– Initialization function.adc11_default_cfg
– Initialization function.
Examples description
This library contains API for ADC 11 Click driver. The library contains drivers for measuring ADC values and for calculation voltage.
The demo application is composed of two sections :
void application_task ( void ) { adc11_get_voltage( &adc11, &avg_adc_data, &voltage ); log_printf( &logger, " Volatge : %.3f V rn", voltage ); log_printf( &logger, "---------------------------rn"); Delay_ms( 2000 ); }
The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on mikroE github account.
Other mikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Adc11
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.
mikroSDK
This 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.
For more information about mikroSDK, visit the official page.