How does it work?
ADC 13 Click as its foundation uses the ADS1262, a low noise, low-drift, 38.4kSPS, delta-sigma (ΔΣ) ADC with an integrated PGA, reference, and internal fault monitors from Texas Instruments. This 32-bit ADC provides output data rates from 2.5 to 38400SPS for flexibility in resolution and data rates over various applications. The ADC’s low noise and low drift architecture make these devices suitable for the precise digitization of low-level transducers, such as load cell bridges and temperature sensors.
Following the input multiplexer, ADS1262 features a high-impedance CMOS, a programmable gain amplifier, which provides a low voltage and current noise, enabling direct connection to low-level transducers. The PGA gain is programmable from 1 to 32V/V in binary steps, can be bypassed to allow the input range to extend below ground, and has voltage overrange monitors to improve the integrity of the conversion result.
The ADS1262 communicates with MCU using the standard SPI serial interface with a maximum frequency of 8MHz to read the conversion data, configure and control the ADC. ADC conversions, which can be programmed to a free-run mode or perform one-shot conversions, are started by a control STR pin, routed to the PWM pin of the mikroBUS™ socket, or by commands. An additional ready signal, routed on the INT pin of the mikroBUS™ socket labeled as DTR, is added, indicating that new data is ready for the host. Alongside this pin, this Click board™ has a Reset feature routed to the RST pin on the mikroBUS™ socket, which with a low logic level puts the module into a Reset state, and with a high level operates module normally.
In addition to the ADS1262 present on the ADC 13, this Click board™ also has two 2×3 male headers. Eleven analog inputs located on these headers are configurable as either ten single-ended inputs, five differential inputs, or any combination. Many of the analog inputs are multifunction as programmed by the user.
This Click board™ can operate with both 3.3V and 5V logic voltage levels selected via the VCC SEL jumper. This way, it is allowed for both 3.3V and 5V capable MCUs to use the SPI communication lines properly. However, the Click board™ comes equipped with a library containing easy-to-use functions and an example code that can be used, as a reference, for further development.
Specifications
Type
ADC
Applications
Can be used for the most demanding sensor applications, including weighing scales, strain-gauge sensors, thermocouples, and resistance temperature devices (RTD)
On-board modules
ADS1262 – low noise, low-drift, 38.4kSPS, delta-sigma (ΔΣ) ADC with an integrated PGA, reference, and internal fault monitors from Texas Instruments
Key Features
Low power consumption, low noise and drift, integrated PGA, internal fault monitors, 11 multifunction analog inputs, high accuracy, and more
Interface
SPI
Feature
No ClickID
Compatibility
mikroBUS™
Click board size
M (42.9 x 25.4 mm)
Input Voltage
3.3V or 5V
Pinout diagram
This table shows how the pinout on ADC 13 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 |
JP1 | VCC SEL | Left | Logic Level Voltage Selection 3V3/5V: Left position 3V3, Right position 5V |
J1-J2 | – | Populated | Analog Input Channels Header |
ADC 13 Click electrical specifications
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage | 3.3 | – | 5 | V |
Analog Input Supply Voltage | 4.75 | 5 | 5.25 | V |
Resolution | 32 | – | – | bits |
Data Rate | 2.5 | – | 38400 | SPS |
Operating Temperature Range | -40 | +25 | +125 | °C |
Software Support
We provide a library for the ADC 13 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 13 Click driver.
Key functions:
adc13_cfg_setup
– Config Object Initialization function.adc13_init
– Initialization function.adc13_default_cfg
– Click Default Configuration function.
Examples description
This example demonstrates the use of ADC 13 Click board.
The demo application is composed of two sections :
void application_task ( void ) { float voltage = 0; float temperature = 0; adc13_measure_voltage ( &adc13, ADC13_VREF_INTERNAL, &voltage ); log_printf( &logger, " Voltage: %.3f Vrn", voltage ); adc13_measure_temperature ( &adc13, &temperature ); log_printf( &logger, " Temperature: %.2f Crn", temperature ); log_printf( &logger, " ---------------------------rn" ); Delay_ms( 500 ); }
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.ADC13
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.