-7%




Hurry and get discounts on all Raspberry Products up to 20%
IBOTS1000
₹140.00 Original price was: ₹140.00.₹130.00Current price is: ₹130.00.
Free
ā¹75 for parcels below 1 Kg and ā¹100 for parcels weighing between 1 Kg to 2 Kg.
2-3 Days
ā¹75
ā¹125 for parcels below 1 Kg and ā¹175 for parcels weighing between 1 Kg to 2 Kg.
2-3 Days
ā¹125
ā¹250 for parcels below 1 Kg and ā¹325 for parcels weighing between 1 Kg to 2 Kg.
2-3 Days
ā¹250
Our courier will deliver to the specified address
2-3 Days
Rs. 99
Payment Methods:
1. Order the Product and Specify the Delivery Method
2. You Will Receive an Order Confirmation Message
3. Wait for Your Order to Arrive
4. Pick up Your Order at The Checkout Area
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.
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.
Note : Product may vary in two variants TCA9548A &Ā PCA9548A
1 xĀ CJMCU TCA9548A I2C 8 Channel Multiple extensions development board.
2 x Header set ( Without Soldered).
Only logged in customers who have purchased this product may leave a review.
Categories
Useful Links
Useful Links
No account yet?
Create an Account
Reviews
Clear filtersThere are no reviews yet.