ADC Pi

8 Channel 17-bit Single-Ended Analogue to Digital Converter for the Raspberry Pi

The ADC Pi is an 8-channel, 17-bit analogue-to-digital converter (ADC) expansion board designed for the Raspberry Pi and other compatible single-board computers.

An analogue-to-digital converter (ADC) lets your Raspberry Pi read signals from sensors that measure things like temperature, light, moisture, or voltage. These sensors usually send out analogue signals, smooth, varying voltages, that the Raspberry Pi can’t understand on its own, since it only works with digital binary data (ones and zeros).

An ADC turns those analogue signals into digital values that the Raspberry Pi can process, display, or respond to. This makes an ADC essential if you’re building projects that need to monitor the real world, such as weather stations, plant monitoring systems, or any device that measures physical conditions.

The ADC Pi features two Microchip MCP3424 high-resolution ADC chips, each providing four analogue inputs. These MCP3424 chips are delta-sigma A/D converters with low-noise differential inputs.

Unlike many other Raspberry Pi ADC HATs, the ADC Pi supports stacking, allowing you to connect up to three additional ADC Pi boards or mix with other development boards. This gives you access to up to 32 ADC inputs on a single Raspberry Pi.

Not sure which ADC is right for you?

Have a look at our Analogue to Digital Buyers Guide to compare all of our ADC boards.

We designed the ADC Pi to operate as a single-ended A/D converter, using the internal 2.048V reference voltage with the -V pins tied to ground. A voltage divider on the board scales the input voltage range to a more practical 0–5.06V. In this configuration, each channel provides a 17-bit resolution. If you need to measure higher voltages, you can use our ADC Pi Input Voltage Calculator to determine the required resistor values.

The ADC Pi draws power from the host Raspberry Pi through the GPIO header. Extended GPIO pins allow you to easily stack it with other development boards.

Communication between the two MCP3424 chips and the Raspberry Pi is handled via the I²C protocol. A built-in logic level converter buffers the I²C signals, enabling safe connection of 5V I²C devices to the Pi’s 3.3V I²C bus.

The MCP3424 also includes a programmable gain amplifier (PGA), allowing selectable gains of ×1, ×2, ×4, or ×8 before digital conversion.

You can configure the bit mode resolution and data rate through software via the I²C interface. The available bit modes are:

  • 3.75 samples/sec (17-bit)
  • 15 samples/sec (15-bit)
  • 60 samples/sec (13-bit)
  • 240 samples/sec (11-bit)

Features

  • 8 x 17-bit 0 to 5V Single Ended ADC Inputs
  • Control via the Raspberry Pi I2C port
  • Stack up to 4 ADC Pi boards on a single Raspberry Pi
  • Jumper selectable I2C addresses
  • Buffered 5V I2C port
  • Based on the MCP3424 from Microchip Technologies Inc
  • On-board 2.048V reference voltage (Accuracy  ± 0.05%, Drift: 15 ppm/°C)
  • On-Board Programmable Gain Amplifier (PGA): Gains of 1, 2, 4 or 8
  • Programmable Bit Modes (11, 13, 15 and 17-bit)
  • One-Shot or Continuous Conversion Options

We have a knowledge base article, ADC Sample Rate Comparison, with more detailed sample information and test scripts to compare the different MCP3424 ADC chip bits and sample rates.

Unused inputs should be tied to ground.

Technical Details

Input Ratings & Specifications

Spec
Ratings
Vdd (5V pin on I2C bus)
5.0V
ADC Input Voltage
0V to +5.06V
Maximum ADC Input voltage
VSS–0.4V to VDD+0.4 V
Current at Input Pins
±2 mA
I2C SDA/SCL voltage
5.0 V
I2C port current
100 mA

3D CAD Model

Click to downloadADC Pi  - 3D CAD File (STEP Format)

Board Layout

Schematic

ADC Pi schematic
View the schematic PDF.

Mechanical Drawings

Click the image to enlarge it.


Compatibility

We have tested the ADC Pi on the following platforms.

Model Status
Raspberry Pi Pico series
Raspberry Pi Model A / B
Raspberry Pi 1 Model A+ / B+
Raspberry Pi 2 Model B
Raspberry Pi 3 Model A+ / B / B+
Raspberry Pi 4 Model B
Raspberry Pi 5
Raspberry Pi Zero
Raspberry Pi Zero W / Zero 2 W
Raspberry Pi Compute Module 4 IO Board
Raspberry Pi 400
Orange Pi
Asus Tinker Board
Odroid

Assembly Instructions

The ADC Pi is supplied with the 40-pin GPIO connector, and the 12-pin address connector is unsoldered. We provide the ADC Pi this way because the Raspberry Pi Zero is also supplied without a GPIO header, and the ADC Pi could therefore be fitted both above or below the Raspberry Pi Zero.

Before using the ADC Pi, you must solder both connectors onto the PCB. We suggest soldering the 40-pin GPIO connector first and then the address-select connector. Soldering the address select connector first will make it difficult to access the three corner pins on the GPIO connector.

The ADC Pi Plus assembly video shows the steps needed to assemble the ADC Pi.

Assembly Guide Video

Watch our assembly guide on YouTube. (opens in a new window)

PCB Header Assembly Jig

Download and print our PCB Header Assembly Jig to hold your circuit board when soldering the header pins.

Use

I2C Address Selection

The MCP3424 analogue to digital converter contains two address select pins which can be tied to Vss, Vdd or left floating. This gives 8 possible I2C addresses for each chip. The ADC Pi contains two MCP3424 chips so that you can stack up to 4 ADC Pi boards on a single Raspberry Pi. To simplify address selection, we have included a set of address selection pins which can be configured using the included jumpers. The illustrations below show the four recommended configurations for your ADC Pi and the associated I2C addresses.

Note:
Disconnect the ADC Pi from the Raspberry Pi before changing the address pins. You may need to short the 5V and ground with a resistor to discharge the capacitors for the new addresses to be recognised.

Address selection pins

Warning

Do not under any circumstances connect the two centre pins. This will create a direct short between the 5V and ground pins and damage or destroy your Raspberry Pi and ADC Pi board.

Warning about address selection

I2C Address Table

Adr 0 Adr 1 I2C Address
Low or Float Low or Float 0x68
Low Float 0x69
Low High 0x6A
Float Low 0x6B
High Low 0x6C
High Float 0x6D
High High 0x6E
Float High 0x6F

Recommended Address Configurations

Configuration 1:

Analogue Channels 1-4 = I2C Address: 0x68
Analogue Channels 5-8 = I2C Address: 0x69

Address Configuration 1

Configuration 2:

Analogue Channels 1-4 = I2C Address: 0x6A
Analogue Channels 5-8 = I2C Address: 0x6B

Address Configuration 2

Configuration 3:

Analogue Channels 1-4 = I2C Address: 0x6C
Analogue Channels 5-8 = I2C Address: 0x6D

Address Configuration 3

Configuration 4:

Analogue Channels 1-4 = I2C Address: 0x6E
Analogue Channels 5-8 = I2C Address: 0x6F

Address Configuration 4


Datasheets

MCP3424

 

Code Libraries and Demos

This development board has Python, MicroPython, C, C++, Node.JS, .Net Core, Arduino and Home Assistant libraries available to get you started with your next project.  All of our software libraries are open source and can be download from our GitHub repository or by clicking on the logos below for your selected programming language.


ADC Pi Articles & Tutorials

You may also like

Important Information

This development board/kit is intended for use for ENGINEERING DEVELOPMENT, DEMONSTRATION, OR EVALUATION PURPOSES ONLY and is not considered by abelectronics.co.uk to be a finished end-product fit for general consumer use. As such, the goods being provided are not intended to be complete in terms of required design-, marketing-, and/or manufacturing-related protective considerations, including product safety and environmental measures typically found in end products that incorporate such semiconductor components or circuit boards. Persons handling the product(s) must have electronics training and observe good engineering practice standards. This development board/kit does not fall within the scope of the European Union directives regarding electromagnetic compatibility, restricted substances (RoHS), recycling (WEEE), FCC, CE or UL, and therefore may not meet the technical requirements of these directives or other related directives. Note: documents in Portable Document Format (PDF) require Adobe Acrobat Reader 5.0 or higher to view, download Adobe Acrobat Reader or other PDF reading software for your computer or mobile device.

Home

Shop

Learn

Forum

FAQ

Contact