Home Development Boards Cjmcu-9548 TCA9548A 1-to-8 I2c 8-channel Iic Multiplexer Multi-channel Expansion Development Board For Arduino
Cjmcu-9548 TCA9548A 1-to-8 I2c 8-channel Iic Multiplexer Multi-channel Expansion Development Board For Arduino - with two sets of unattached header pins laid out on a white background.
Cjmcu-9548 TCA9548A 1-to-8 I2c 8-channel Iic Multiplexer Multi-channel Expansion Development Board For Arduino - a rectangular purple circuit board featuring two mounting holes and two rows of through-hole pins.
-15%
Cjmcu-9548 TCA9548A 1-to-8 I2c 8-channel Iic Multiplexer Multi-channel Expansion Development Board For Arduino - with two sets of unattached header pins laid out on a white background.
Cjmcu-9548 TCA9548A 1-to-8 I2c 8-channel Iic Multiplexer Multi-channel Expansion Development Board For Arduino - a rectangular purple circuit board featuring two mounting holes and two rows of through-hole pins.

Cjmcu-9548 TCA9548A 1-to-8 I2c 8-channel Iic Multiplexer Multi-channel Expansion Development Board For Arduino

Regular price Rs 540 Sale price Rs 460
SKU: B214,krt207,IMP50,Th25,A
Log in to use Wishlist
Add to Compare

Pickup available at Digilog Electronics

Usually ready in 2 hours

Cjmcu-9548 TCA9548A 1-to-8 I2c 8-channel Iic Multiplexer Multi-channel Expansion Development Board For Arduino - with two sets of unattached header pins laid out on a white background.

Cjmcu-9548 TCA9548A 1-to-8 I2c 8-channel Iic Multiplexer Multi-channel Expansion Development Board For Arduino

  • Digilog Electronics

    Pickup available, usually ready in 2 hours

    🏢 Digilog Electronics 13th the RegalStreet,
    Back side of KFC, Near Abubakar Masjid Mall Road
    Lahore
    Pakistan

    +923124002221

    Check this on google map

You just found the perfect I2C sensor, and you want to wire up two, three, or more of them to your Arduino. When you realize “Oh no, this chip has a fixed I2C address, and from what I know about I2C; you cannot have two devices with the same address on the same SDA/SCL pins”. Are you out of luck? You would be if you don’t have this cool CJMCU TCA9548A I2C 8 Channel Multiple extensions development board.

The CJMCU TCA9548A I2C 8 Channel Multiple extensions development board is interesting in that it has an I2C address (0x70 by default) – and you basically send it a command to tell it which I2C multiplexed output you want to talk to, then you can address the board you want to address.

Robu.in have a different kind of breakout boards; for more boards Click here.


Specification and Features :

  1. 1-to-8 Bidirectional Translating Switches.
  2. Supports Hot Insertion.
  3. Low Standby Current.
  4. 1-to-8 Bidirectional Translating Switches.
  5. Active-Low Reset Input.
  6. Power Up With All Switch Channels Deselected.
  7. I2C Bus and SMBus Compatible.
  8. 5-V Tolerant Inputs.
  9. Latch-Up Performance Exceeds 100 mA Per JESD 78, Class II.

Pin Description : 

Power Pins:

  • Vin – this is the power pin. Since the sensor chip uses 3-5 VDC. To power, the board, give it the same power as the logic level of your microcontroller – e.g. for a 5V micro like Arduino, use 5V.
  • GND – common ground for power and logic.

I2C Control-Side pins : 

  • SCL – this is the I2C clock pin for the chip itself, connect to your microcontrollers I2C clock line.
  • SDA – this is the I2C data pin for the chip itself, connect to your microcontrollers I2C data line.
  • RST – this is the reset pin, for resetting the multiplexer chip. Pulled high by default, connect to ground to reset
  • A0 A1 A2 – these are the address selection pins for the multiplexer. By default, the multiplexer is at address 0x70 and these three pins are pulled low. Connect them to Vin to set the address to 0x71 – 0x77.
  • A0 is the lowest-significant bit (if it is pulled high, it will increase the address by 1).
  • A1 is the 2nd-lowest-significant bit (if it is pulled high, it will increase the address by 2).
  • A2 is the 3rd-lowest-significant bit (if it is pulled high, it will increase the address by 4).

I2C Multiplexed-Side pins:

  • SDx and SCx:  There are 8 sets of SDx and SCx pins, from SD0/SC0 to SD7/SC7. These are the multiplexed pins. Each one is a completely separate I2C bus set. So you have 8 I2C devices with identical addresses, as long as they are on one I2C bus each.
  • These pins do not have any pullups installed, so if you are using a chip or breakout without I2C pull-ups be sure to add them! Nicely, you can have Vin be 3.3V and have these pins pulled up to 5V (that is, they are 5V compliant).

Program : 

We suggest using this little helper to help you select the port

#define TCAADDR 0x70

void tcaselect(uint8_t i) {
if (i > 7) return;

Wire.beginTransmission(TCAADDR);
Wire.write(1 << i);
Wire.endTransmission();
}

You can then call tcaselect(0) thru tcaselect(7) to set up the multiplexer.

Note that you if you happen to have I2C devices with I2C address 0x70, you will need to short one of the Addr pins on the TCA9548 breakout to Vin in order to make it not conflict. Given that you can have 0x70 thru 0x77, just find one that’s free and you’re good to go.


Package Includes :

1 x CJMCU TCA9548A I2C 8 Channel Multiple extensions development board.

2 x Header set ( Without Soldered).

Frequently Bought Together

Buy ADS1115 16 Bit ADC 4 Channel With Programmable Gain Amplifier - a blue rectangular circuit board with ten labeled pin holes and a separate ten-pin header strip positioned below it. Buy ADS1115 16 Bit ADC 4 Channel With Programmable Gain Amplifier - a blue circuit board with pin labels and a separate row of ten header pins.
Log in to use Wishlist
Add to Compare

Buy ADS1115 16 Bit ADC 4 Channel With Programmable Gain Amplifier

Sale priceRs 810
VL53L0X Laser Distance Sensor - shown with two blue circuit boards displaying pins and a separate six-pin header strip on a white background.
Log in to use Wishlist
Add to Compare

VL53L0X Laser Distance Sensor

Sale priceRs 550
Arduino SD Card Reader Module - a blue rectangular circuit board featuring a silver SD card slot, a six-pin header, and various surface-mounted components. Arduino SD Card Reader Module - a blue rectangular circuit board featuring a six-pin header, a silver SD card slot, and integrated electronic components.
Log in to use Wishlist
Add to Compare

Arduino SD Card Reader Module

Sale priceRs 160
Transparent Acrylic Case Shell Enclosure Gloss Box For Arduino Uno R3 - a clear, rectangular plastic housing featuring cutouts for ports and mounting holes. Transparent Acrylic Case Shell Enclosure Gloss Box For Arduino Uno R3 - housing a blue Arduino Uno board with visible USB, power, and digital pin ports.
Log in to use Wishlist
Add to Compare

Transparent Acrylic Case Shell Enclosure Gloss Box For Arduino Uno R3

Sale priceRs 190
Arduino 0.96 Inch OLED Display Module 128x64 I2c SSD 1306 LCD Screen White Background - a blue circuit board with a screen displaying time, date, and icons, plus a breadboard setup in the corner. Arduino 0.96 Inch OLED Display Module 128x64 I2c SSD 1306 LCD Screen White Background - a blue square screen showing a digital clock, date, and icons, with four pins labeled at the top.
Log in to use Wishlist
Add to Compare
OLED 1.3 Inch Display Module 128x64 I2C Communicate 4pin SSD1106 Blue Text Color - held by a hand, showing its blue screen, four connection pins labeled GND, VCC, SCL, and SDA. OLED 1.3 Inch Display Module 128x64 I2C Communicate 4pin SSD1106 Blue Text Color - rectangular screen mounted on a blue PCB with four pin connectors labeled GND, VCC, SCL, and SDA.
-21%
Log in to use Wishlist
Add to Compare

OLED 1.3 Inch Display Module 128x64 I2C Communicate 4pin SSD1106 Blue Text Color

Regular price Rs 900 Sale priceRs 710