Adafruit’s I2C Address Reference

Pt 1008
Adafruit’s I2C Address Reference – Here’s a handy little table, in case you want to have multiple I2C devices on one bus. We’re trying to document all the most popular sensors/devices and their I2C addresses.


Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — The 2024 Recap Issue!

Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona

Electronics – Adafruit Daily — SMT Tip – Stop moving around!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !


2 Comments

  1. Excellent idea!
    Here’s another one that I’ve been using:
    PCF8563 (RTC) – 0x51

  2. I needed this the other night. Just two I2C devices but of course they both happened to be using 0x68. Luckily the MCP3424 can be configured to use a different address.

    18 bit ADC
    MCP3422 0x68
    MCP3423 0x68-0x6F
    MCP3424 0x68-0x6F

    16 bit ADC
    MCP3426 0x68
    MCP3427 0x68-0x6F
    MCP3428 0x68-0x6F

Sorry, the comment form is closed at this time.