Microchip MCP3428 ADC (I2C): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoMCP3428ADC_I2C.png == Summary == Microchip MCP3428 ADC with I²C interface for quad-channel analog-to-digital conversion applications. == Description == The **MCP3428 ADC** provides quad-channel analog-to-digital conversion with configurable resolution, gain settings, and sampling modes. It features I²C communication interface, programmable gain, and supports both continuous and single-channel sampling for precision multi-channel measurement applicat..." |
(No difference)
|
Latest revision as of 00:31, 9 September 2025
File:TArduinoMCP3428ADC I2C.png
Summary
Microchip MCP3428 ADC with I²C interface for quad-channel analog-to-digital conversion applications.
Description
The **MCP3428 ADC** provides quad-channel analog-to-digital conversion with configurable resolution, gain settings, and sampling modes. It features I²C communication interface, programmable gain, and supports both continuous and single-channel sampling for precision multi-channel measurement applications.
Diagram:
Properties
- Address – I²C device address (Default: 568).
- Bits(Resolution) – ADC resolution in bits (Default: 12).
- Channels – Channel configuration (4 configurable channels):
- Item[0] – Channel 0 settings:
- Enabled – Enables channel 0 (Default: True).
- Item[1] – Channel 1 settings:
- Enabled – Enables channel 1 (Default: True).
- Item[2] – Channel 2 settings:
- Enabled – Enables channel 2 (Default: True).
- Item[3] – Channel 3 settings:
- Enabled – Enables channel 3 (Default: True).
- Item[0] – Channel 0 settings:
- Gain – Programmable gain setting (Default: 1).
- Mode – Sampling mode configuration:
- All Channels – All channels sampling mode (Default: True).
- Channel – Single channel selection (Default: 0).
- Continuous Single Channel – Continuous single channel mode (Default: False).
- Name – Component identifier name.
Pins
Input Pins
- Clock – ADC clock input.
Output Pins
- Channels[0]: Out (analog) – Channel 0 analog conversion output.
- Channels[1]: Out (analog) – Channel 1 analog conversion output.
- Channels[2]: Out (analog) – Channel 2 analog conversion output.
- Channels[3]: Out (analog) – Channel 3 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.