Microchip MCP3426 ADC (I2C): Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image: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. <b>Diagram:</b> Image:TArduinoMCP3425ADC_I2C.Preview.png ==..."
 
(No difference)

Latest revision as of 00:23, 9 September 2025

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).
  • 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