Microchip MCP3221 ADC (I2C)

From Visuino
Revision as of 00:51, 9 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMCP3221ADC_I2C.png == Summary == Microchip MCP3221 ADC with I²C interface for single-channel analog-to-digital conversion applications. == Description == The **MCP3221 ADC** provides single-channel analog-to-digital conversion with I²C communication interface. This 12-bit ADC offers precise analog measurement capabilities in a compact package suitable for various sensing applications. <b>Diagram:</b> Image:TArduinoMCP3221ADC_I2C.Preview.png =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMCP3221ADC I2C.png

Summary

Microchip MCP3221 ADC with I²C interface for single-channel analog-to-digital conversion applications.

Description

The **MCP3221 ADC** provides single-channel analog-to-digital conversion with I²C communication interface. This 12-bit ADC offers precise analog measurement capabilities in a compact package suitable for various sensing applications.

Diagram:

Properties

  • Address – I²C device address (Default: 0x4D).
  • Enabled – Enables the ADC (Default: True).
  • Name – Component identifier name (Default: "ADC").

Pins

Input Pins (Left Side)

  • Clock – Clock input for synchronization.

Output Pins (Right Side)

  • Out (analog) – Analog conversion output.
  • Interface (I2C) – I²C communication interface.

Categories