Microchip MCP3021 ADC (I2C)

From Visuino
Revision as of 14:51, 10 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMCP3021.png == Summary == 10-bit analog-to-digital converter with I2C interface for single-channel voltage measurement. == Description == The MCP3021 component is a successive approximation ADC that provides 10-bit resolution for single-ended analog voltage measurements. It features a simple I2C interface, low power consumption, and operates from 2.7V to 5.5V. The converter includes an internal sample-and-hold circuit and provides conversion results t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMCP3021.png

Summary

10-bit analog-to-digital converter with I2C interface for single-channel voltage measurement.

Description

The MCP3021 component is a successive approximation ADC that provides 10-bit resolution for single-ended analog voltage measurements. It features a simple I2C interface, low power consumption, and operates from 2.7V to 5.5V. The converter includes an internal sample-and-hold circuit and provides conversion results through direct I2C read operations. Typical applications include battery monitoring, sensor interfacing, and system monitoring where simple analog-to-digital conversion is required.

Diagram:

Properties

  • Address – I2C device address (Default: 0x48).
  • Enabled – Enables/disables component functionality (Default: True).
  • Name – Component identifier (Default: ADC).

Pins

Input Pins

  • SDA (i2c) – I2C data line communication.
  • SCL (i2c) – I2C clock line communication.

Output Pins

  • Out (analog) – Digital conversion output (10-bit resolution, 0-1023).
  • Click (digital) – Conversion complete/ready signal.

Categories