Texas Instruments ADC ADS1113 (I2C)

From Visuino
Revision as of 07:01, 10 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoADS1113ADC.png == Summary == The Texas Instruments ADS1113 ADC component provides 16-bit analog-to-digital conversion with basic functionality. It communicates using the I2C interface and converts analog signals to digital values. == Description == The ADS1113 is a precision, low-power, 16-bit analog-to-digital converter with an I2C interface. It offers basic ADC functionality with programmable gain and sample rate settings, providing high-resolution...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoADS1113ADC.png

Summary

The Texas Instruments ADS1113 ADC component provides 16-bit analog-to-digital conversion with basic functionality. It communicates using the I2C interface and converts analog signals to digital values.

Description

The ADS1113 is a precision, low-power, 16-bit analog-to-digital converter with an I2C interface. It offers basic ADC functionality with programmable gain and sample rate settings, providing high-resolution conversion in a compact package. The converter features excellent accuracy and low noise performance, making it suitable for applications requiring precise analog measurements without the need for advanced comparator features found in other ADS111x family members.

Diagram:

Properties

  • Address – I2C device address (Default: 0x48).
  • Enabled – Enables or disables the component's functionality (Default: True).
  • Name – The user-defined name for the component (Default: ADC5).
  • Range (V) – Input voltage range setting (Default: 2.048).
  • Sample Rate – Data conversion rate in samples per second (Default: 128).
  • Single Shot – Single conversion mode (Default: False).

Pins

Input Pins

  • Clock (digital) – Clock signal input for triggering conversions.
  • Control (i2c) – I2C control interface.

Output Pins

  • Out (analog) – Analog output of the converted signal.

Categories