---
product_id: 29058420
title: "ADS1115 16 Bit 16 Byte 4 Channel I2C IIC Analog-to-Digital ADC PGA Converter with Programmable Gain Amplifier High Precision ADC Converter Development Board for Arduino Raspberry Pi"
brand: "hiletgo"
price: "59 zł"
currency: PLN
in_stock: true
category: "Hi Letgo"
url: https://www.desertcart.pl/products/29058420-ads1115-16-bit-16-byte-4-channel-i2c-iic-analog
store_origin: PL
region: Poland
---

# 2.0V-5.5V wide voltage range 4 versatile input channels 16-bit high precision ADC ADS1115 16 Bit 16 Byte 4 Channel I2C IIC Analog-to-Digital ADC PGA Converter with Programmable Gain Amplifier High Precision ADC Converter Development Board for Arduino Raspberry Pi

**Brand:** hiletgo
**Price:** 59 zł
**Availability:** ✅ In Stock

## Summary

> ⚡ Unlock precision sensing with the ADS1115 – because your projects deserve the sharpest edge!

## Quick Answers

- **What is this?** ADS1115 16 Bit 16 Byte 4 Channel I2C IIC Analog-to-Digital ADC PGA Converter with Programmable Gain Amplifier High Precision ADC Converter Development Board for Arduino Raspberry Pi by hiletgo
- **How much does it cost?** 59 zł with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.pl](https://www.desertcart.pl/products/29058420-ads1115-16-bit-16-byte-4-channel-i2c-iic-analog)

## Best For

- hiletgo enthusiasts

## Why This Product

- Trusted hiletgo brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Amplify Your Signal:** Built-in programmable gain amplifier boosts weak signals up to 16x for maximum clarity.
- • **Multi-Channel Mastery:** Seamlessly switch between 4 single-ended or 2 differential inputs to suit any project complexity.
- • **Smart Power Efficiency:** Single-shot mode with auto shut down minimizes power consumption without sacrificing performance.
- • **Plug & Play I2C Interface:** Effortless integration with Arduino, Raspberry Pi, and other microcontrollers via I2C protocol.
- • **Precision that Powers Innovation:** Experience ultra-accurate 16-bit analog-to-digital conversion for flawless data capture.

## Overview

The HiLetgo ADS1115 is a compact, high-precision 16-bit ADC converter breakout board featuring 4 input channels and a programmable gain amplifier. Designed for microcontrollers lacking analog inputs, it supports a wide voltage range (2.0V-5.5V) and communicates via I2C, making it ideal for Arduino and Raspberry Pi projects requiring accurate analog signal measurement with low power consumption.

## Description

Description: For microcontrollers without an analog-to-digital converter or when you want a higher-precision ADC, the ADS1115 provides 16-bit precision at 3300 samples/second over I2C. The chip can be configured as 4 single-ended input channels, or two differential channels. As a nice bonus, it even includes a programmable gain amplifier, up to x16, to help boost up smaller single/differential signals to the full range. The chip's fairly small so it comes on a breakout board with ferrites to keep the AVDD and AGND quiet. Interfacing is done via I2C. Simply connect GND to ground, VDD to your logic power supply, and SCL/SDA to your microcontroller's I2C port and run the example code to start reading data. Parameters: ADC Bit rate: 16 Bit Interface Type: I2C Channels: 4 Channel AN0 AN1 AN2 AN3 Input voltage: 2.0v-5.5v Channel input voltage : 0-VDD Continuous Mode: Only 150μA Single-Shot Mode: Auto Shut Down Programmable data rate: 8sps-860sps Input range programmed control, 7 types input ranges: -0.256V ~ + 0.256V, -0.512V ~ + 0.512V, -1.024V ~ + 1.024V, -2.048V ~ + 2.048V, -4.096V ~ + 4.096 V, -6.144V ~ + 6.144V I2C 7-bit addresses between 0x48-0x4B Package Included: 1* ADS1115 16 Bit 4 Channel Analog-to-Digital ADC Converter 1* Pin Header

## Features

- High precision ADS1115 16 Bit 4 Channel Analog-to-Digital ADC Converter
- An easy to use I2C ADC Converter, with Programmable Gain Amplifier
- Especially a good tool for Raspberry Pi that doesn't come with analog GPIO pins
- Wide voltage supply range: 2.0V to 5.5V, operate in a comparator mode which is helpful for maintaining accuracy
- Single-Shot Mode: Auto Shut Down; Programmable data rate: 8sps-860sps

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B01DLHKMO2 |
| Best Sellers Rank | #193,487 in Industrial & Scientific ( See Top 100 in Industrial & Scientific ) #239 in Signal Converters |
| Brand Name | HiLetgo |
| Customer Reviews | 4.3 4.3 out of 5 stars (167) |
| Interface | I2C |
| Manufacturer | HiLetgo |
| Material Type | ferrite |
| Maximum Supply Voltage | 5.5 volts |
| Minimum Supply Voltage | 2 volts |
| Mounting Type | Board Mount |
| Number of Channels | 4 |
| Number of Pins | 8 |
| Part Number | 3-01-1062-A |

## Product Details

- **Brand:** HiLetgo
- **Maximum Supply Voltage:** 5.5 volts
- **Minimum Supply Voltage:** 2 volts
- **Mounting Type:** Board Mount
- **Number of Pins:** 8

## Images

![ADS1115 16 Bit 16 Byte 4 Channel I2C IIC Analog-to-Digital ADC PGA Converter with Programmable Gain Amplifier High Precision ADC Converter Development Board for Arduino Raspberry Pi - Image 1](https://m.media-amazon.com/images/I/61Oq66Jp79L.jpg)

## Questions & Answers

**Q: What example code did you use? i am using rpi3 with the adafruit example code and can't get the device to come up with i2cdetect -y 1?**
A: You should check if you've got it wired correctly (Vcc to RPi 3.3v, SDA to SDA, SCL to SCL, and GND to GND). Also ensure you're wired to I2C Bus 1 (pins 3 and 5) and not Bus 0 (pins 27 and 28). Also double check that you've enabled I2C on your pi and, if possible, works on a known good device. You could also double check your soldering. If everything checks out, your ADC may just be dead.

**Q: Does this support multiple i2c addresses? can i configure them to use two of these with different addresses on the same bus? if so, how?**
A: Yes, the ADS1115 supports multiple I2C addresses. I'm writing this from memory but I recall the default address is 0x48 and there is an addr pin on the device - tie the addr pin to VDD and you get address 0x49. Just lookup the data sheet on google all the info about using the device and how to set the addresses is in the data sheet. I did have a project, in the past, where I used 2 of these devices on addresses 0x48 and 0x49 I2C and everything worked fine. Hope that helps.

**Q: Can I run several of these on the same i2c bus, but with different ground references?  I'd like to have one of these "per cell" in a battery string.**
A: If your not using common ground with your bus then the signal that is being sent to the bus won’t be a closed circuit resulting in error.

**Q: Where do I find the schematic and sample code?**
A: Adafruit has Arduino library and example code.  Specification sheets can be found at www.ti.com.

## Frequently Bought Together

- HiLetgo ADS1115 16 Bit 16 Byte 4 Channel I2C IIC Analog-to-Digital ADC PGA Converter with Programmable Gain Amplifier High Precision ADC Converter Development Board for Arduino Raspberry Pi
- SanDisk Ultra 32GB UHS-I/Class 10 Micro SDHC Memory Card With Adapter - SDSDQUAN-032G-G4A
- VANYUST S22 Portable Charger 5000mAh, 5V/3A Mini Power Bank 3-Port Output (USB-C in&Out) Fast Charging, External Battery Pack Compatible with iPhone 14/13/12/11 Series and Android Phone

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.pl/products/29058420-ads1115-16-bit-16-byte-4-channel-i2c-iic-analog](https://www.desertcart.pl/products/29058420-ads1115-16-bit-16-byte-4-channel-i2c-iic-analog)

---

*Product available on Desertcart Poland*
*Store origin: PL*
*Last updated: 2026-08-14*