Support for TCAL6416 I2C IO expander #3233
Unanswered
crgarcia12
asked this question in
New Components
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the component you'd like
Summary
The TCAL 6416 is a bidirectional IO expander, like the already supported MCP23018, with the advantage that it has higer current latched outputs, capable for directly driving LEDs or keypads
TCAL6416 also support reset and interrupt pins
Long description (from datasheet)
Schematic

What are your use cases for this component?
Expanding ESP32 to support more inputs and outputs. For example I use this project to controll many lights, sensing mains, controll shutters and gates, etc:
https://github.com/crgarcia12/electronics-homeassistant-lightscontroll
Is there a public datasheet, documentation and/or schematics?
datasheet: https://www.ti.com/lit/ds/symlink/tcal6416.pdf?ts=1753098969912&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FTCAL6416
arduino library: https://github.com/haakonnessjoen/TCA6416A
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions