Texas Instruments ADC ADS1013 (I2C)

From Visuino
Jump to navigation Jump to search

File:TArduinoADS1013ADC.png

Summary

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

Description

The ADS1013 is a precision, low-power, 12-bit analog-to-digital converter with an I2C interface. It offers basic ADC functionality with programmable gain and sample rate settings, providing high-speed conversion in a compact package. The converter features good accuracy and low noise performance, making it suitable for applications requiring faster analog measurements without the need for advanced comparator features found in other ADS101x 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: ADC).
  • Range (V) – Input voltage range setting (Default: 2.048).
  • Sample Rate – Data conversion rate in samples per second (Default: 1600).
  • 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

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

Categories