CJMCU TCA9548A I2C 8 Channel Multiple Extensions Development Board

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.

SKU: RW-00488

Apple Shopping Event

Hurry and get discounts on all Apple devices up to 20%

Sale_coupon_15

149.00

Inclusive of GST

50 in stock

50 in stock

0 People watching this product now!
  • Pick up from the Robotwala Store

To pick up today

Free

  • Shiprocket from Air

Our courier will deliver to the specified address

3-4 Days

139

  • Shiprocket from Surface

courier will deliver to the specified address

5-7 Days

90

  • Warranty 1 year
  • Free 30-Day returns

Payment Methods:

Description

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.

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 PerJESD 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
  • A0A1 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 toVinto set the address to0x710x77.
  • A0is the lowest-significant bit (if it is pulled high, it will increase the address by 1).
  • A1is the 2nd-lowest-significant bit (if it is pulled high, it will increase the address by 2).
  • A2is the 3rd-lowest-significant bit (if it is pulled high, it will increase the address by 4).

I2C Multiplexed-Side pins:

  • SDxandSCx: There are 8 sets ofSDxandSCxpins, fromSD0/SC0toSD7/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 haveVinbe 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 thats free and youre good to go.

Package Includes :

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

2 x Header set ( Without Soldered).

Specifications :-

Input Voltage (Volt) 1.65 5.5
Clock Frequency (kHz) 0 400
Dimensions (mm) 22 x 32 x 2.7
Weight (gm) 4

* Product Images are shown for illustrative purposes only and may differ from actual product.

Additional information

Operating voltage

2.5 3.0V

Pixel Resolution

0.3MP

Photosensitive array

640 x 480

Optical Size

1.6 inch

Angel of view

67 degrees

Maximum Frame Rate

30fps VGA

Sensitivity

1.3V/(Lux-sec)

Dormancy

Less than 20A

Power consumption

60mW/15fpsVGA YUV

Temperature operation Range

-30 C ~ 70 C

Pixel area

3.6 x 3.6 m

Signal to noise ratio (SNR)

46 dB

Dynamic range

52 dB

Specification

Additional information

Input Voltage (Volt)

1.65 5.5

Clock Frequency (kHz)

0 400

Dimensions (mm)

22 x 32 x 2.7

Weight (gm)

4

Customer Reviews

0 reviews
0
0
0
0
0

There are no reviews yet.

Be the first to review “CJMCU TCA9548A I2C 8 Channel Multiple Extensions Development Board”

Your email address will not be published. Required fields are marked *

1 2 3 4 5
1 2 3 4 5
1 2 3 4 5