Microchip MCP3426 ADC (I2C)
Jump to navigation
Jump to search
File:TArduinoMCP3425ADC I2C.png
Summary
Microchip MCP3425 ADC with I²C interface for analog-to-digital conversion applications.
Description
The **MCP3425 ADC** provides analog-to-digital conversion with configurable resolution and gain settings. It features an I²C communication interface, programmable gain, and supports different sampling modes for precision measurement applications.
Diagram:
Properties
- Address – I²C device address.
- Bits(Resolution) – ADC resolution in bits (Default: 12).
- Channels – Channel configuration:
- Item[0] – Channel 0 settings:
- Enabled – Enables channel 0 (Default: True).
- Item[1] – Channel 1 settings:
- Enabled – Enables channel 1 (Default: True).
- Item[0] – Channel 0 settings:
- Gain – Programmable gain setting.
- Mode – Sampling mode configuration:
- All Channels – All channels sampling mode.
- Channel – Single channel selection.
- Continuous Single Channel – Continuous single channel mode.
- Name – Component identifier name.
Pins
Input Pins
- CLClock – ADC clock input.
Output Pins
- Channels[0]: Out (analog) – Channel 0 analog conversion output.
- Channels[1]: Out (analog) – Channel 1 analog conversion output.
- Control (I2C) – I²C control and status interface.
Categories
- File:TArduinoDigitalCategory.png Category Digital – Digital conversion components.
- File:TArduinoAnalogCategory.png Category Analog – Analog measurement components.
- File:TArduinoI2CCategory.png Category I2C – I²C-enabled devices.
- File:TArduinoADCCategory.png Category ADC – Analog-to-digital converters.
- File:TArduinoMicrochipCategory.png Category Microchip – Microchip semiconductor devices.