PCA9545A 4-Channel I2C Mux Multiplexer Breakout Board
Designed by Questwise Ventures in United States of America
Buy with confidence.
Our Tindie Guarantee protects your purchase from fraud. Learn More
What is it? The PCA9545A is a 4-channel I2C (Inter-Integrated Circuit) multiplexer designed to allow a single I2C bus to communicate with multiple devices with SAME I2C addresses, thus resolving any …
Read More…The PCA9545A is a 4-channel I2C (Inter-Integrated Circuit) multiplexer designed to allow a single I2C bus to communicate with multiple devices with SAME I2C addresses, thus resolving any I2C address conflicts. It provides an efficient solution for connecting multiple I2C devices to a microcontroller or other host system, and enables the communication with each individual device in a controlled and timely manner. The PCA9545A works by selecting one of the four channels through a control register accessible via the I2C interface.
The PCA9545A is designed to operate over a wide range of supply voltages, from 2.3V to 5.5V, and supports fast-mode and standard-mode I2C communication. It features a low standby current consumption, making it suitable for use in battery-powered devices.
Overall, the PCA9545A I2C multiplexer provides a simple and effective way to expand the capabilities of an I2C bus and to interface multiple devices with same addresses to a single host system.
NOTE: The labeling on the board silkscreen is jammed, so here are the pinouts:
Top Row: ~INT0, SD0, SC0, ~INT, SDA, SCL, ~RST, GND, VCC Bottom Row: SC1, SD1, ~INT1, SC2, SD2, ~INT2, SC3, SD3, ~INT3
Use the following Arduino code to select between the 4 channels
void SelectChannel(uint8_t i) { if (i > 4) return;
Wire.beginTransmission(PCAADDR); Wire.write(1 << i); Wire.endTransmission(); }
For example, after you run SelectChannel(2), the mux will route the SCL and SDA signals to SC2 and SD2.
No country selected, please select your country to see shipping options.
No rates are available for shipping to .
Enter your email address if you'd like to be notified when PCA9545A 4-Channel I2C Mux Multiplexer Breakout can be shipped to you:
Thanks! We'll let you know when the seller adds shipping rates for your country.
Shipping Rate | Tracked | Ships From | First Item | Additional Items |
---|---|---|---|---|
:
|
Buy with confidence.
Our Tindie Guarantee protects your purchase from fraud. Learn More
$19.80
Free Shipping!
$13.85
Free Shipping!
$13.80
Free Shipping!
$27.80
Free Shipping!
$3.00
Free Shipping!
$25.00
Free Shipping!
$10.00
Free Shipping!
$13.85
Free Shipping!
$92.00
Free Shipping!
$12.00
Free Shipping!
$25.00
Free Shipping!
$18.00
Free Shipping!
By clicking Register, you confirm that you accept our Terms & Conditions
We recognize our top users by making them a Tindarian. Tindarians have access to secret & unreleased features.
We look for the most active & best members of the Tindie community, and invite them to join. There isn't a selection process or form to fill out. The only way to become a Tindarian is by being a nice & active member of the Tindie community!