Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert motor board to I2C #49

Open
dburnsii opened this issue Sep 25, 2022 · 2 comments
Open

Convert motor board to I2C #49

dburnsii opened this issue Sep 25, 2022 · 2 comments

Comments

@dburnsii
Copy link
Owner

With looking at multiple boards, and considering some of the issues seen with custom protocols regarding timing, all devices that communicate with the main board should be communicating with I2C.

The problem with the motor board is that it requires 10 discreet GPIO outputs, rework the board to use the MCP23017

@dburnsii
Copy link
Owner Author

MCP23017 chips seem to be in low supply currently. The following may be a good alternative:

https://www.digikey.com/en/products/detail/nxp-usa-inc/PCA9555APW-118/3677025

@dburnsii
Copy link
Owner Author

dburnsii commented Jan 26, 2023

New board with PCAL6416A tested and working well, adding and testing new module to drive it and setting a place to select it in configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant