Instructables
instructables.com › circuits › arduino
PCF8574 GPIO Extender - With Arduino and NodeMCU : 15 Steps - Instructables
December 18, 2018 - PCF8574 GPIO Extender - With Arduino and NodeMCU: In my last tutorial, I talked about the TCA9548A MUX which can be used to add at the max of 64 I2C or I²C sensors to your Arduino/ESP8266/ESP32. In this tutorial, I am going to talk about the PCF8574 8-bit GPIO Port Extender.
GitHub
github.com › RobTillaart › PCF8574
GitHub - RobTillaart/PCF8574: Arduino library for PCF8574 - I2C IO expander · GitHub
Starred by 156 users
Forked by 39 users
Languages C++
07:19
⚡ PCF8574 GPIO I/O extender para Arduino, ESP32, I2C, Modulo ...
10:41
PCF8574 : Ampliar las entradas/salidas de tu arduino de forma facil.
22:11
✅ Teclado y LCD por I2C usando solo 4 cables con Arduino más ...
21:13
Módulo PCF8574 con Arduino - YouTube
09:35
Simple Arduino I2C LCD Setup Using PCF8574 - YouTube
10:47
Lesson: 25 - How to Interface an I2C LCD Module with Arduino – ...
Arduino Forum
forum.arduino.cc › projects › programming
Using I2C PCF8574 With Arduino - Programming - Arduino Forum
November 28, 2023 - Hello Please help. I'm learning to use an i2c PCF8574 with an Arduino Uno board. I want to control the LED work by controlling the ON push button and the OFF push button. So when RUN the LED should turn off because the ON push button has not been pressed and it only turns on when the ON push ...
Amazon
amazon.com › Comimark-PCF8574-PCF8574T-Expander-Raspberry › dp › B07X3KWQZ7
Amazon.com: Comimark 3Pcs PCF8574 PCF8574T I2C 8 Bit IO GPIO Expander Module for Arduino & Raspberry Pi : Electronics
Amazon.com: Comimark 3Pcs PCF8574 PCF8574T I2C 8 Bit IO GPIO Expander Module for Arduino & Raspberry Pi : Electronics
Hackster.io
hackster.io › mdraber › practical-guide-to-pcf8574-adding-extra-pins-for-arduino-4095f2
Practical Guide to PCF8574: Adding Extra Pins for Arduino - Hackster.io
February 5, 2024 - #include "Arduino.h" #include "PCF8574.h" PCF8574 pcf8574(0x21); int digits [10][7]{ {1,1,1,1,1,1,0}, // digit 0 {0,1,1,0,0,0,0}, // digit 1 {1,1,0,1,1,0,1}, // digit 2 {1,1,1,1,0,0,1}, // digit 3 {0,1,1,0,0,1,1}, // digit 4 {1,0,1,1,0,1,1}, // digit 5 {1,0,1,1,1,1,1}, // digit 6 {1,1,1,0,0,0,0}, // digit 7 {1,1,1,1,1,1,1}, // digit 8 {1,1,1,1,0,1,1} // digit 9 }; int i=0; #define SEG_A P5 #define SEG_B P4 #define SEG_C P1 #define SEG_D P2 #define SEG_E P3 #define SEG_F P6 #define SEG_G P7 #define Button P0 void display_digit(int d){ if (digits[d][0]==1) pcf8574.digitalWrite(SEG_A,LOW); else p
Arduino
docs.arduino.cc › libraries › pcf8574
pcf8574 | Arduino Documentation
May 8, 2026 - https://github.com/MSZ98/PCF8574 · Arduino library for PCF8574 io expander module · This library allows microcontroller to use PCF8574 io expander module.Go to repository · Compatibility · Releases · This library is compatible with all architectures so you should be able to use it on all ...
Keszoox
keszoox.com › products › pcf8574-i2c-io-expansion-module-8-channel
PCF8574 I2C I/O Expander Module — 8-Channel GPIO, Arduino | Keszoox
PCF8574 I2C I/O Expansion Module — 8-Channel GPIO Expander
PCF8574 I2C I/O Expansion Module — 8-Channel GPIO Expander
The PCF8574 I/O expansion module adds 8 additional digital I/O pins to any Arduino via just 2 I2C wires. With 3 address selection pins, up to 8 modules can be connected on a single I2C bus — expanding Arduino to 64 additional GPIO pins. Each pin can be independently configured as input or output. Commonly used to drive LCD displays via I2C.
Key Specifications
IC: PCF8574 | Channels: 8 GPIO (input/output)
Interface: I2C | Address range: 0x20–0x27 (3 address pins)
Max modules per bus: 8 (64 total GPIO)
Supply voltage: 2.5–6V | Outpu
Price $14.87
eBay
ebay.com › business & industrial › electrical equipment & supplies › other electrical equipment & supplies
Arduino PCF8574 PCF8574T I2C 8 Bit IO GPIO expander module & Raspberry QPJKCAXI | eBay
Arduino PCF8574 PCF8574T I2C 8 Bit IO GPIO expander module & Raspberry QPJKCAXI
Arduino PCF8574 PCF8574T I2C 8 Bit IO GPIO expander module & Raspberry QPJKCAXI · Sign in to check out · Check out as guest · Add to cart · Make offer · Add to Watchlist · Add to Watchlist · Refresh your browser window to try again.
Price $5.31
eBay
ebay.com › business & industrial › electrical equipment & supplies › electronic components & semiconductors › semiconductors & actives › integrated circuits (ics) › chipsets
PCF8574 PCF8574T I2C 8 Bit IO GPIO expander module for Arduino & Raspberry Pi | eBay
PCF8574 PCF8574T I2C 8 Bit IO GPIO expander module for Arduino & Raspberry Pi
PCF8574T(Red). I2C interface, I / O expansion module, two I / O scalability 8 I / O (up to 8 simultaneous use the PCF8574 expanded to 64 I / O) Most important feature: 1. Supports two interface types access target board: Pin or row seat.
Price $0.99
Arduino
docs.arduino.cc › libraries › pcf8574-library
PCF8574 library | Arduino Documentation
November 5, 2025 - Most starred PCF8574 library. i2c digital expander for Arduino (standard and SAMD), esp32, Raspberry Pi Pico and rp2040 boards, SMT32 and ESP8266. Can read write digital values with only 2 wire.
Visuino
visuino.com › home › intermediate › how to use pcf8574 gpio extender with arduino or esp32
How to Use PCF8574 GPIO Extender With Arduino or ESP32 - Visuino - Visual Development for Arduino
February 2, 2025 - ... GPIOs when your board doesn't provide enough pins. In this tutorial we will learn how to use PCF8574 I2C GPIO Expander with Arduino UNO or ESP32 Watch the Video! Also...
GitHub
github.com › adafruit › Adafruit_PCF8574
GitHub - adafruit/Adafruit_PCF8574: Arduino library for Adafruit PCF8574 & PCF8575 GPIO expander · GitHub
Starred by 13 users
Forked by 10 users
Languages C++
Luis Llamas
luisllamas.es › inicio › tutoriales arduino › arduino en y dispositivos
More digital pins with Arduino and PCF8574 I2C I/O expander
November 22, 2016 - We can use the PCF8574 to expand the number of available digital inputs and outputs, and control 8 devices (or up to 64 if we use multiple modules) with only 2 pins. This is especially useful in Arduino models with fewer pins, such as the Attiny85 ...
Texas Instruments
ti.com › lit › ds › symlink › pcf8574.pdf pdf
PCF8574 Remote 8-Bit I/O Expander for I2C Bus 1 Features •
The PCF8574 device is an 8-bit I/O expander for the two-line bidirectional bus (I2C) is designed for 2.5-V to 6-V