Close Menu
  • Articles
    • Learn Electronics
    • Product Review
    • Tech Articles
  • Electronics Circuits
    • 555 Timer Projects
    • Op-Amp Circuits
    • Power Electronics
  • Microcontrollers
    • Arduino Projects
    • STM32 Projects
    • AMB82-Mini IoT AI Camera
    • BLE Projects
  • IoT Projects
    • ESP8266 Projects
    • ESP32 Projects
    • ESP32 MicroPython
    • ESP32-CAM Projects
    • LoRa/LoRaWAN Projects
  • Raspberry Pi
    • Raspberry Pi Projects
    • Raspberry Pi Pico Projects
    • Raspberry Pi Pico W Projects
  • Electronics Calculator
Facebook X (Twitter) Instagram
  • About Us
  • Disclaimer
  • Privacy Policy
  • Contact Us
  • Advertise With Us
Facebook X (Twitter) Instagram Pinterest YouTube LinkedIn
How To Electronics
  • Articles
    • Learn Electronics
    • Product Review
    • Tech Articles
  • Electronics Circuits
    • 555 Timer Projects
    • Op-Amp Circuits
    • Power Electronics
  • Microcontrollers
    • Arduino Projects
    • STM32 Projects
    • AMB82-Mini IoT AI Camera
    • BLE Projects
  • IoT Projects
    • ESP8266 Projects
    • ESP32 Projects
    • ESP32 MicroPython
    • ESP32-CAM Projects
    • LoRa/LoRaWAN Projects
  • Raspberry Pi
    • Raspberry Pi Projects
    • Raspberry Pi Pico Projects
    • Raspberry Pi Pico W Projects
  • Electronics Calculator
How To Electronics
Home » How to use ADS1115 16-Bit ADC Module with Raspberry Pi
Raspberry Pi Raspberry Pi Projects

How to use ADS1115 16-Bit ADC Module with Raspberry Pi

Mamtaz AlamBy Mamtaz AlamUpdated:November 28, 20243 Comments7 Mins Read
Share Facebook Twitter LinkedIn Telegram Reddit WhatsApp
ADS1115 16-Bit ADC Module with Raspberry Pi
Share
Facebook Twitter LinkedIn Pinterest Email Reddit Telegram WhatsApp

Overview

In this comprehensive guide, we will explore the process of integrating an ADS1115 16-bit ADC module with the Raspberry Pi, a renowned single-board computer developed by the Raspberry Pi Foundation. The ADS1115 breakout board is a high-resolution analog-to-digital converter (ADC) that can be used in conjunction with microcontrollers and single-board computers such as Arduino, ESP8266/32, STM32, and of course, the Raspberry Pi.

While the Raspberry Pi provides a multitude of digital I/O pins, it lacks a built-in ADC, which means it cannot directly read analog signals. This can be a limitation for projects that require the interfacing of sensors or devices that output analog signals. By incorporating the ADS1115 module, which boasts a 16-bit ADC resolution, the Raspberry Pi’s ability to handle analog inputs can be vastly expanded. With the ADS1115, the smallest voltage that can be measured is 5V / 65536 = 0.000076V (76uV), offering enhanced precision for your projects. If you want more precison up to 0.3uV, you may check ADS1220 24-Bit ADC Module.

In the tutorial, we will take a look into the specifications and benefits of the ADS1115 module, illustrate the necessary components and connections for interfacing it with the Raspberry Pi, and furnish a sample Python code to assist you in initiating this potent ADC enhancement.



Bill of Materials

To thoroughly understand the ADS1115 ADC Module when used with Raspberry Pi, we require the following components:

S.N.ComponentsQuantityPurchase Link
1Raspberry Pi 41Amazon | AliExpress
2ADS1115 ADC Module1Amazon | AliExpress
310K Potentiometer1Amazon | AliExpress
4Breadboard1Amazon | AliExpress
5Connecting Wires10Amazon | AliExpress

ADS1115 Chip

The ADS1115 is a precision, low-power, 16-bit, I2Ccompatible, analog-to-digital converter IC.

ADS1115


Features of ADS1115

  • 16-bit Resolution
  • Four (4) Channel Single-Ended or Two (2) Channel Differential Inputs
  • I2C Protocol Interface
  • Programmable Comparator
  • Wide Supply Range
  • Low Current Consumption
  • Continuous-Conversion Mode
  • Programmable Data Rate
  • Programmable Comparator
  • Single-Cycle Settling
  • Internal Low-Drift Voltage Reference
  • Internal Oscillator
  • Wide Operating Temperature Range
  • Available in Ultra-Small X2QFN Package

ADS1115 Pin Configuration

The below image shows the pin configuration of the ADS1115 chip.

  • Pin 1 is the ADDR pin that selects the I2C address for the chip.
  • Pin 2 is the Alert/Ready pin which serves as a data ready and alert signal.
  • Pin 3 is the GND terminal.
  • Pins 4, 5, 6 & 7 are the four (4) ADC input pins. We can use these pins as either four (4) single-ended inputs or two (2) differential inputs.
  • Pin 8 is the positive power supply pin  which accepts 2.0 V to 5.5 V
  • Pins 9 and 10 are the terminals for the I2C interface, SDA and SCL respectively.




ADS1115 Functional Block Diagram

The below is the functional diagram for the ADS1115 Chip.

Initially a multiplexer selects the input signal. Then, the selected signal feeds into a Programmable Gain amplifier (PGA). The PGA can be programmed to provide amplification of small signals prior to conversion.

Subsequently, the input is converted by a 16-bit Delta Sigma converter. The converter uses its own built-in voltage reference and built-in oscillator in measuring the input signal. Finally, the result of the conversion goes into the I2C interface. Also, a comparator provides a signal to the external interface that the result is ready for fetching.


Typical Connections of the ADS1115

The principle I2C connections for the ADS1115 is shown in the image below.

Typical Connections of the ADS1115

The ADS1115 interfaces directly to standard mode, fast mode, and high-speed mode I2C controllers. Any microcontroller I2C peripheral, including master-only and single-master I2C peripherals, operates with the ADS1115.

For more information refer to ADS1115 Datasheet


ADS1115 Module or Breakout Board

The ADS1115 comes with X2QFN & VSSOP package which can’t be used for prototyping. Therefore we need the ADS1115 Module or Breakout Board to use it with Raspberry Pi or Any other Microcontroller.

ADS1115

These modules are widely available from different manufacturers and are very inexpensive. They are breadboard friendly and can be easily used in prototyping and testing applications.


ADS1115 Module Pinout

The ADS1115 Module has a total number of 10 Pins.

Pin. No. Pin Name Pin Description
1 VDD Power supply: 2.0V to 5.5V
2 GND Ground
3 SCL Serial clock input: Clocks data on SDA (used for I2C communication)
4 SDA Serial data: Transmits and receives data (used for I2C communication)
5 ADDR I2C address select (slave)
6 ALERT/RDY Digital comparator output or conversion ready
7 AIN0 Differential channel 1: Single-ended channel 1 input or Negative input
8 AIN1 Differential channel 1: Single-ended channel 2 input or Negative input
9 AIN2 Differential channel 2: Single-ended channel 3 input or Positive input
10 AIN3 Differential channel 2: Single-ended channel 4 input or Negative input




ADS1115 Module Schematic

The schematic diagram shown above is Adafruit’s version of the ADS1115 module.

It follows the typical connection for the ADS1115 chip. The 10K ohms pull-up resistors are installed on the I2C and Alert pins. Also, there is a 1uF capacitor installed between the VDD pin and the GND which serves as a decoupling capacitor.


Interfacing ADS1115 Module with Raspberry Pi

Interfacing an ADS1115 module with a Raspberry Pi 4 is straightforward, as both devices use the I2C communication protocol. In this tutorial, we will guide you through the steps to connect and configure the ADS1115 with the Raspberry Pi 4.

Interfacing ADS1115 Module with Raspberry Pi

  1. Connect the VCC pin of the ADS1115 to the 3.3V pin of the Raspberry Pi.
  2. Connect the GND pin of the ADS1115 to any GND pin on the Raspberry Pi.
  3. Connect the SDA pin of the ADS1115 to the SDA pin of the Raspberry Pi.
  4. Connect the SCL pin of the ADS1115 to the SCL pin of the Raspberry Pi.

ADS1115 Module with Raspberry Pi

You may connect the A0, A1, A2, and A3 pins of the ADS1115 to the sensors or devices whose analog values you want to read. In this example, we will use a 10K Potentiometer that can be connected to A0 Pin of ADS1115.




ADS1115 Python Library Installation

Before moving to the Python programming part, we need to install ADS1115 Library on Raspberry Pi.

Open a terminal window on your Raspberry Pi. Run the following command to install the ADS1x15 Python library.

1
sudo pip3 install adafruit-circuitpython-ads1x15


Python Code to Read Analog Value using ADS1115 & Raspberry Pi

Here is the Python Code to interface ADS1115 16-bit ADC Module with Raspberry Pi. The code will read analog value from Pin A0 fed using the potentiometer. You may use a ADC Calculator to manually calculate the ADC Value.

Copy the following code and paste it on the Thonny IDE editor window.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import board
import time
import busio
import adafruit_ads1x15.ads1115 as ADS
from adafruit_ads1x15.analog_in import AnalogIn
 
# Initialize the I2C interface
i2c = busio.I2C(board.SCL, board.SDA)
 
# Create an ADS1115 object
ads = ADS.ADS1115(i2c)
 
# Define the analog input channel
channel = AnalogIn(ads, ADS.P0)
 
# Loop to read the analog input continuously
while True:
    print("Analog Value: ", channel.value, "Voltage: ", channel.voltage)
    time.sleep(0.2)

Run the Code and you can see the following readings in Thonny Shell.

ADS1115 16-Bit ADC Module with Raspberry Pi Readings

If the potentiometer is rotated to full position, the Thonny Shell shows 3.3V as full voltage.

If the potentiometer is rotated to zero position, the Thonny Shell shows 0V as voltage.



Python Code to Read Multiple Analog Values

The ADS1115 has 4 channel input. Hence, it can read 4 different analog values at the same time.

The following Python Code will read the multiple analog values from 4 different ADC pins A0, A1, A2, A3.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
import board
import busio
import adafruit_ads1x15.ads1115 as ADS
from adafruit_ads1x15.analog_in import AnalogIn
import time
 
# Initialize the I2C interface
i2c = busio.I2C(board.SCL, board.SDA)
 
# Create an ADS1115 object
ads = ADS.ADS1115(i2c)
 
# Define the analog input channels
channel0 = AnalogIn(ads, ADS.P0)
channel1 = AnalogIn(ads, ADS.P1)
channel2 = AnalogIn(ads, ADS.P2)
channel3 = AnalogIn(ads, ADS.P3)
 
# Loop to read the analog inputs continuously
while True:
    print("Analog Value 0: ", channel0.value, "Voltage 0: ", channel0.voltage)
    print("Analog Value 1: ", channel1.value, "Voltage 1: ", channel1.voltage)
    print("Analog Value 2: ", channel2.value, "Voltage 2: ", channel2.voltage)
    print("Analog Value 3: ", channel3.value, "Voltage 3: ", channel3.voltage)
    
    # Delay for 1 second
    time.sleep(1)

Run the Python Code and the Thonny Shell will show the reading of 4 analog input.

ADS1115 16-Bit ADC Module with Raspberry Pi


Conclusion

This guide explains how to connect the ADS1115 to the Raspberry Pi, showing its features and benefits. Armed with this knowledge and the provided sample Python code, users are well-equipped to significantly enhance the Raspberry Pi’s prowess in handling analog signals, paving the way for more intricate and precision-oriented projects.

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Reddit Telegram WhatsApp
Previous ArticleRaspberry Pi UPS Power Bank with Battery Monitoring on Blynk
Next Article Measuring Acceleration with ADXL345 Accelerometer & Raspberry Pi

Related Posts

ADXL375 Accelerometer with Raspberry Pi Pico & MicroPython

ADXL375 Accelerometer with Raspberry Pi Pico & MicroPython

Updated:July 24, 2025
Interface BMI160 with Raspberry Pi Pico & MicroPython

Interface BMI160 with Raspberry Pi Pico & MicroPython

Updated:February 2, 20253K
Shift Register 74HC595 with Raspberry Pi Pico & MicroPython

Shift Register 74HC595 with Raspberry Pi Pico & MicroPython

Updated:February 2, 202513K
Interfacing XBee Module with Raspberry Pi Pico & MicroPython

Interfacing XBee Module with Raspberry Pi Pico & MicroPython

Updated:February 2, 20253K
Modbus RTU with Raspberry Pi Pico & Micropython

Modbus RTU with Raspberry Pi Pico & MicroPython

Updated:February 2, 20258K
Fever Detector with MLX90640 & OpenCV Raspberry Pi

Thermal Fever Detector with MLX90640 & OpenCV Raspberry Pi

Updated:February 2, 20256K
View 3 Comments

3 Comments

  1. Kulagin on May 7, 2024 3:08 PM

    Following your tutorial I’m getting “No Hardware I2C on (scl,sda)=(3, 2)”. Your tutorial is missing one very important detail. We need to enable I2C connection on the device:

    It costed me a day of troubleshooting and trying to figure out what I did wrong: checking installed libraries, python version, wiring, voltage on ADS, etc. When I didn’t do anything wrong. The tutorials are missing the fact that you have to first enable the I2C on the device.

    I still haven’t fixed the issue(no physical access to the device at the moment), but I bet this is the problem. And even if it isn’t, you’re still missing it and it still won’t work, unless you actually enable it yourself, because it’s disabled by default on new RPi devices.

    Reply
  2. Pedro Vélez on February 13, 2025 9:30 PM

    Hi, I’m interested to get your help to a project. I saw you are on a platform for that purpose.

    Reply
    • Mamtaz Alam on February 13, 2025 9:33 PM

      Please mail us: [email protected]

      Reply

CommentsCancel reply

Latest Posts
IoT Based PM & Air Quality Monitoring System using ESP32

IoT Based PM & Air Quality Monitoring System using ESP32

June 14, 2026
DIY ESP32 MLX90640 IR Thermal Camera with Live Web Display

DIY ESP32 MLX90640 IR Thermal Camera with Live Web Display

May 10, 2026
IoT Activity Tracker with ESP32 & Accelerometer Gyroscope

IoT Activity Tracker with ESP32 & Accelerometer/Gyroscope

May 2, 2026
A Guide to Sourcing Obsolete ICs for Vintage Projects

Beyond AliExpress: A Guide to Sourcing Obsolete ICs for Vintage Projects

April 21, 2026

ESP32 IoT Vehicle Motion Analyzer with MPU6050 & LIS3MDL

April 27, 2026
Building a Smart Sensor Node with a BLE Microcontroller

Building a Smart Sensor Node with a BLE Microcontroller

February 26, 2026
High-Accuracy Pitch, Roll, Yaw with ESP32 & BNO08x IMU

High-Accuracy Pitch, Roll, Yaw with ESP32 & BNO08x IMU

April 27, 2026
DIY Colorimeter using AS7265x Spectroscopy Sensor & ESP32

DIY Colorimeter using AS7265x Spectroscopy Sensor & ESP32

February 1, 2026
Top Posts & Pages
  • IoT Based PM & Air Quality Monitoring System using ESP32
    IoT Based PM & Air Quality Monitoring System using ESP32
  • 12V DC to 220V AC Inverter Circuit & PCB
    12V DC to 220V AC Inverter Circuit & PCB
  • Buck Converter: Basics, Working, Design & Application
    Buck Converter: Basics, Working, Design & Application
  • How to use INA219 DC Current Sensor Module with Arduino
    How to use INA219 DC Current Sensor Module with Arduino
  • LD2410 Sensor with ESP32 - Human Presence Detection
    LD2410 Sensor with ESP32 - Human Presence Detection
  • IoT AC Energy Meter with PZEM-004T & ESP32 WebServer
    IoT AC Energy Meter with PZEM-004T & ESP32 WebServer
  • Measure Pitch, Roll, Yaw with MPU6050 + HMC5883L & ESP32
    Measure Pitch, Roll, Yaw with MPU6050 + HMC5883L & ESP32
  • How to use ADS1220 24-Bit ADC Module with Arduino
    How to use ADS1220 24-Bit ADC Module with Arduino
Categories
  • Arduino Projects (197)
  • Articles (60)
    • Learn Electronics (19)
    • Product Review (15)
    • Tech Articles (28)
  • Electronics Circuits (46)
    • 555 Timer Projects (21)
    • Op-Amp Circuits (7)
    • Power Electronics (13)
  • IoT Projects (204)
    • ESP32 MicroPython (7)
    • ESP32 Projects (81)
    • ESP32-CAM Projects (15)
    • ESP8266 Projects (76)
    • LoRa/LoRaWAN Projects (22)
  • Microcontrollers (38)
    • AMB82-Mini IoT AI Camera (4)
    • BLE Projects (18)
    • STM32 Projects (19)
  • Raspberry Pi (93)
    • Raspberry Pi Pico Projects (57)
    • Raspberry Pi Pico W Projects (12)
    • Raspberry Pi Projects (24)
Follow Us
  • Facebook
  • Twitter
  • Pinterest
  • Instagram
  • YouTube
About Us

“‘How to Electronics’ is a vibrant community for electronics enthusiasts and professionals. We deliver latest insights in areas such as Embedded Systems, Power Electronics, AI, IoT, and Robotics. Our goal is to stimulate innovation and provide practical solutions for students, organizations, and industries. Join us to transform learning into a joyful journey of discovery and innovation.

Copyright © How To Electronics. All rights reserved.
  • About Us
  • Disclaimer
  • Privacy Policy
  • Contact Us
  • Advertise With Us

Type above and press Enter to search. Press Esc to cancel.

Ad Blocker Enabled!
Ad Blocker Enabled!
Looks like you're using an ad blocker. Please allow ads on our site. We rely on advertising to help fund our site.