SparkFun
I/O Expander - MCP23008
Add another eight pins to your microcontroller using a MCP23008 port expander. The MCP23008 uses two I2C pins which can be shared with other I2C devices, and...
Add another eight pins to your microcontroller using a MCP23008 port expander. The MCP23008 uses two I2C pins which can be shared with other I2C devices, and in exchange gives you eight general purpose pins. You can set each of eight pins to be input, output, or input with a pullup. There’s even the ability to get an interrupt via an external pin when any of the inputs change so you don’t have to keep polling the chip.
Use this chip from 2.7-5.5V (good for any 3.3V or 5V setup), and you can sink/source up to 20mA from any of the I/O pins so this will work for LEDs and such. Team it up with a high-power MOSFET if you need more juice. DIP package means it will plug into any breadboard or perfboard.
You can set the I2C address by tying the ADDR0-2 pins to power or ground, for up to eight unique addresses. That means eight chips can share a single I2C bus - that’s 64 I/O pins!
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
Find this product in
Brands
MCP23008 Datasheet
Datasheet · 649.4 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 406.2 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au