meta data for this page
This is an old revision of the document!
lamaPLC: PCF857x I/O Expander chip/modul with I²C communication
The PCF857x series consists of I²C-based general-purpose I/O (GPIO) expanders manufactured by NXP and Texas Instruments. They allow microcontrollers (such as Arduino, ESP32, or Raspberry Pi) to control multiple digital pins with only two wires: Serial Data (SDA) and Serial Clock (SCL).
| Feature | PCF8574 / PCF8574A | PCF8575 |
|---|---|---|
| GPIO Count | 8-bit (8 pins) | 16-bit (16 pins) |
| I²C Base Address | 0x20 (PCF8574) / 0x38 (PCF8574A) | 0x20 |
| Max Devices on 1 Bus | 8 units | 8 units |
| Operating Voltage | 2.5V to 6V | 2.5V to 5.5V |
| Interrupt Output | Yes (Open-drain INT) | Yes (Open-drain INT) |