SparkFun
SparkFun Qwiic GPIO
The SparkFun Qwiic GPIO adds eight additional digital I/O pins to your project via I2C, based on the TCA9534 I/O Expander from Texas Instruments. Read and wr...
Get notified when back in stock
The SparkFun Qwiic GPIO adds eight additional digital I/O pins to your project via I2C, based on the TCA9534 I/O Expander from Texas Instruments. Read and write pins just like standard Arduino digital pins using the included library — functions mirror familiar pinMode and digitalWrite calls.
All eight pins are broken out to latch terminals for tool-free wire connections. With three configurable address jumpers, you can connect up to eight Qwiic GPIO boards on a single I2C bus for up to 64 additional GPIO pins. Default I2C address is 0x27.
Key Features
- I/O Expander – TCA9534 with 8 digital GPIO pins
- Interface – I2C via Qwiic connector (1mm 4-pin JST)
- Default Address – 0x27 (configurable via 3 jumpers, up to 8 boards)
- Terminals – Latch-style terminals for tool-free wiring
- Arduino Library – Familiar pinMode/digitalWrite-style functions
Ideal For
- Expanding GPIO on pin-limited microcontrollers
- Qwiic ecosystem I2C projects
- Multi-board configurations needing up to 64 extra pins
- Rapid prototyping with tool-free connections
Package Contents
- 1× SparkFun Qwiic GPIO Board
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- Address jumpers
- Address jumpers are small solder pads, links or switches used to change a device's address on a shared bus such as I2C. They matter when you want to connect several identical devices to the same controller, since each one needs a unique address to avoid conflicts.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- I/O expander
- An I/O expander is a chip that adds extra input and output pins controlled through a bus such as I2C or SPI. It can drive buttons, LEDs, relays, resets, or other control lines without using up scarce microcontroller pins.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- I2C address
- An I2C address is the number a device uses so a microcontroller can tell it apart from other devices on the same I2C bus. It matters because two devices with the same fixed address may conflict if used together.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
Find this product in
SparkFun Qwiic GPIO Schematic
Schematic · 100.1 KB · Click any page to view full size
TCA9534 Datasheet
Datasheet · 1.8 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 611.9 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
This is a library for the TCA9534 I2C->GPIO IC
c9a3a49
almost 6 years ago
· 4 commits
- examples initial commit almost 6 years ago
- src updating for release almost 6 years ago
- .gitignore initial commit almost 6 years ago
- keywords.txt initial commit almost 6 years ago
- library.properties updating library.properties almost 6 years ago
- LICENSE.md initial commit almost 6 years ago
- README.md Update README almost 6 years ago
d3fc467
over 5 years ago
· 14 commits
- Documents Cleanup over 5 years ago
- Hardware uploading panel almost 6 years ago
- Production pushing panel almost 6 years ago
- .gitattributes initial commit almost 6 years ago
- .gitignore initial commit almost 6 years ago
- License.md Create License.md over 5 years ago
- README.md Update README.md over 5 years ago
264227f
over 1 year ago
· 19 commits
- .github Autogenerated: Convert comments to doxygen and add doxygen configs over 1 year ago
- docs Autogenerated. Convert PyPi packaging and add Readme Updates over 1 year ago
- examples Autogenerated: Fix example bullets/markdown links over 1 year ago
- .readthedocs.yml releasing 0.0.2 for launch over 5 years ago
- DESCRIPTION.rst releasing 0.0.2 for launch over 5 years ago
- LICENSE releasing 0.0.2 for launch over 5 years ago
- package.json Autogenerated: Bump version number to 2.0.0 over 1 year ago
- pyproject.toml Autogenerated: Bump version number to 2.0.0 over 1 year ago
- qwiic_gpio.py Autogenerated: Convert comments to doxygen and add doxygen configs over 1 year ago
- README.md Autogenerated: Update supported boards. over 1 year ago
- requirements.txt Autogenerated: Add requirements.txt for circup packaging dependencies over 1 year ago
Related Tutorials
Free guides on learn.littlebird.com.au