Microchip MCP3021 ADC (I2C): Difference between revisions
Jump to navigation
Jump to search
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..." |
No edit summary |
||
Line 18: | Line 18: | ||
== Pins == | == Pins == | ||
=== Input Pins === | === Input Pins === | ||
*''' | *'''Clock''' (digital) – Conversion complete/ready signal. | ||
=== Output Pins === | === Output Pins === | ||
*'''Out''' (analog) – Digital conversion output (10-bit resolution, 0-1023). | *'''Out''' (analog) – Digital conversion output (10-bit resolution, 0-1023). | ||
*''' | *'''Out''' (i2c) – I2C line communication. | ||
== Categories == | == Categories == | ||
*[[Image:I2C.png]] [[Category:I2C]] – I2C communication interface components. | *[[Image:I2C.png]] [[index.php?title=Category:I2C]] – I2C communication interface components. | ||
*[[Image:ADC.png]] [[Category:ADC]] – Analog-to-digital conversion components. | *[[Image:ADC.png]] [[index.php?title=Category:ADC]] – Analog-to-digital conversion components. | ||
*[[Image:Analog.png]] [[Category:Analog]] – Analog signal processing components. | *[[Image:Analog.png]] [[index.php?title=Category:Analog]] – Analog signal processing components. | ||
*[[Image:Interface.png]] [[Category:Interface]] – Signal interface and conversion components. | *[[Image:Interface.png]] [[index.php?title=Category:Interface]] – Signal interface and conversion components. |
Latest revision as of 06:38, 11 September 2025
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
- Clock (digital) – Conversion complete/ready signal.
Output Pins
- Out (analog) – Digital conversion output (10-bit resolution, 0-1023).
- Out (i2c) – I2C line communication.
Categories
- File:I2C.png index.php?title=Category:I2C – I2C communication interface components.
- File:ADC.png index.php?title=Category:ADC – Analog-to-digital conversion components.
- File:Analog.png index.php?title=Category:Analog – Analog signal processing components.
- File:Interface.png index.php?title=Category:Interface – Signal interface and conversion components.