Texas Instruments ADC ADS1115 (I2C): Difference between revisions
Created page with "Image:TArduinoADS1115ADC.png == Summary == The Texas Instruments ADS1115 ADC component provides high-precision 16-bit analog-to-digital conversion with programmable gain and multiple input configurations. It communicates using the I2C interface and offers advanced features including a programmable comparator. == Description == The ADS1115 is a precision, low-power, 16-bit analog-to-digital converter with an I2C interface. It features a programmable gain amplifier (..." |
(No difference)
|
Latest revision as of 06:58, 10 September 2025
Summary
The Texas Instruments ADS1115 ADC component provides high-precision 16-bit analog-to-digital conversion with programmable gain and multiple input configurations. It communicates using the I2C interface and offers advanced features including a programmable comparator.
Description
The ADS1115 is a precision, low-power, 16-bit analog-to-digital converter with an I2C interface. It features a programmable gain amplifier (PGA), multiple input channels configurable as single-ended or differential inputs, and a built-in comparator with programmable threshold detection. The converter offers excellent accuracy and noise performance, making it suitable for a wide range of precision measurement applications including sensor monitoring, data acquisition systems, and industrial instrumentation.
Diagram:
Properties
- Address – I2C device address (Default: 0x48).
- Comparator – Programmable comparator settings.
- Active High – Comparator output polarity (Default: False).
- Enabled – Enables the comparator functionality (Default: False).
- Latching – Latching comparator mode (Default: False).
- Queue Size – Number of conversions for comparator (Default: False).
- Threshold High – Upper threshold value for comparator (Default: 0.9).
- Threshold Low – Lower threshold value for comparator (Default: 0.1).
- Use As Ready – Use comparator as data ready signal (Default: True).
- Window Mode – Window comparator mode (Default: False).
- Differential – Differential input configuration.
- Enabled – Enables differential input mode (Default: True).
- Input Index – Input channel selection.
- Name – The user-defined name for the component (Default: ADC7).
- Range – Programmable gain range setting (Default: adsRange_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
- File:I2C.png – Components that use I2C communication protocol.
- File:ADC.png – Analog-to-Digital Converter components.
- File:Analog.png – Components with analog inputs and outputs.
- File:Precision.png – High-precision measurement components.
- File:Comparator.png – Components with comparator functionality.