What Is an ADC? Analog-to-Digital Converter Selection and Use

Emre Ceylan
27 July 2026

What is an ADC? In short, it is an analog-to-digital converter that turns a continuous voltage or current signal into digital numbers a microcontroller can process. It is the bridge between the physical world and software in sensor reading, motor current monitoring and process measurement.

In Revan Technology industrial board projects, ADC selection is driven by measurement accuracy, noise immunity and real-time response targets.

What Is an ADC? Analog-to-Digital Converter Selection and Use

What is an ADC?

An ADC (analog-to-digital converter) samples the analog input level at a given instant and converts it into a bit pattern. The output is typically an integer with 8, 10, 12, 16 or 24 bits of resolution.

It may be an integrated SAR ADC inside the MCU, an external delta-sigma ADC or a multi-channel measurement IC. Signal conditioning at the input (divider, filter, protected front end) is mandatory in most field designs.

Why does it matter?

  • It carries sensor data into a digital form software can process reliably.
  • Wrong resolution or sampling rate corrupts measurement error and control decisions.
  • In industrial IoT, energy monitoring and machine automation, data quality depends directly on ADC design.
  • For calibration and traceability, the raw measurement chain must be understandable.

How does it work?

1. An analog input (e.g. 0–3.3 V or voltage converted from 4–20 mA) is applied to the ADC input.

2. During sample-and-hold, the instantaneous level is captured.

3. A digital code is produced according to SAR, delta-sigma or flash architecture.

4. The raw value read by the MCU or external bus is scaled and filtered into a physical unit.

Sampling rate (SPS / ksps) should follow the Nyquist rule: at least twice the input bandwidth.

Typical use cases

  • Temperature, pressure and humidity sensor boards
  • Motor current and power measurement (shunt + ADC)
  • Battery management and energy meters
  • Industrial 4–20 mA process input modules
  • Audio and vibration data acquisition (high-speed ADC)

Common mistakes

  • Using raw values without accounting for reference voltage (Vref) and input range.
  • Skipping analog filtering and grounding in noisy field environments.
  • Setting sampling rate below the signal rate of change (aliasing).
  • Ignoring channel switching time in multi-channel reads.
  • Not applying offset and gain calibration in production.

Selection / design checklist

  • Are required bit resolution and ENOB targets defined?
  • Is sampling rate suited to the fastest signal to be measured?
  • Are single-ended / differential input and common-mode requirements defined?
  • Are Vref stability and temperature drift acceptable?
  • Are analog/digital ground separation and protected inputs planned?
  • Is a two-point or multi-point calibration procedure defined for production test?

FAQ

What is an ADC in one sentence?

A converter that turns an analog electrical signal into a digital number.

What does a 12-bit ADC mean?

2¹² = 4096 discrete levels; the minimum step size (LSB) is calculated from the reference range.

Internal ADC or external ADC?

The MCU’s internal ADC may be enough for simple, low-speed measurements; external delta-sigma is preferred for high accuracy, many channels or noise-isolated measurement.

How do you choose sampling rate?

Target at least twice the highest frequency component of the measured signal; include control-loop latency in the margin.

Conclusion

The ADC is a core building block of embedded and industrial measurement chains. Reliable field data comes from the right resolution, sampling rate, reference and signal conditioning. Defining ADC requirements at design start reduces later hardware revisions and measurement complaints.


🔗 Get in touch with us:
Phone/WhatsApp: +41 76 212 8248
📧 E-Mail: info@revantechnology.ch

For detailed information about our services in electronics development & PCB design:
Revan Technology – Your partner for professional electronics and PCB development

What Is an ADC? Analog-to-Digital Converter Selection and Use

Other GEO Posts