Skip to content

SolderedElectronics/Soldered-TCA9548A-I2C-Multiplexer-Arduino-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I2C multiplexer TCA9548A breakout Arduino library

Make docs and publish to GitHub Pages Arduino Library Manager Compatibility

I2C multiplexer TCA9548A breakout
I2C multiplexer TCA9548A breakout

Have you ever found yourself wanting to connect more than one I2C device to a single controller and couldn't because they have identical I2C addresses? There you have it, I2C multiplexer (I2C MUX) allows you to use up to 8 devices with the same address on the same bus! If we mention that TCA9548A, the IC on which this breakout is based, has three adjustable pins for the I2C address, which means a total of 8 possible addresses. We can reach 64 devices with the same address on the same bus. For example, it is possible to connect 64 BME680 sensors that are read by only one microcontroller.

This adapter is particularly practical because it enables multiplexing of easyC devices.

  • Based on: TCA9548A
  • Voltage: 1.65V - 5.5V
  • Default I2C address: 0x70, adjustable via 3 on-board jumpera
  • Dimensions: 54 x 38mm (https://www.soldered.com/easyC)

Repository Contents

  • /src - source files for the library (.h & .cpp)
  • /examples - examples for using the library
  • other - keywords file highlights function words in your IDE, library.properties enables implementation with Arduino Library Manager.

Hardware design

You can find hardware design for this board in I2C multiplexer TCA9548A breakout hardware repository.

Documentation

Access Arduino library documentation here.

  • Tutorial for using the I2C multiplexer board
  • Installing an Arduino library

Board compatibility

The library is compatible with board & microcontroller families shown in green below:

Compile Sketches

About Soldered

soldered-logo

At Soldered, we design and manufacture a wide selection of electronic products to help you turn your ideas into acts and bring you one step closer to your final project. Our products are intented for makers and crafted in-house by our experienced team in Osijek, Croatia. We believe that sharing is a crucial element for improvement and innovation, and we work hard to stay connected with all our makers regardless of their skill or experience level. Therefore, all our products are open-source. Finally, we always have your back. If you face any problem concerning either your shopping experience or your electronics project, our team will help you deal with it, offering efficient customer service and cost-free technical support anytime. Some of those might be useful for you:

Original source

​ This library is possible thanks to original TCA9548A library. Thank you, WifWaf.

Open-source license

Soldered invests vast amounts of time into hardware & software for these products, which are all open-source. Please support future development by buying one of our products.

Check license details in the LICENSE file. Long story short, use these open-source files for any purpose you want to, as long as you apply the same open-source licence to it and disclose the original source. No warranty - all designs in this repository are distributed in the hope that they will be useful, but without any warranty. They are provided "AS IS", therefore without warranty of any kind, either expressed or implied. The entire quality and performance of what you do with the contents of this repository are your responsibility. In no event, Soldered (TAVU) will be liable for your damages, losses, including any general, special, incidental or consequential damage arising out of the use or inability to use the contents of this repository.

Have fun!

And thank you from your fellow makers at Soldered Electronics.

About

TCA9548A I2C Multiplexer Board by Soldered Arduino LIbrary

Resources

License

Stars

Watchers

Forks

Packages

No packages published