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

Add support for PCF8574 and PCF8575 I2C port expanders #385

Open
H3wastooshort opened this issue Jul 20, 2022 · 2 comments
Open

Add support for PCF8574 and PCF8575 I2C port expanders #385

H3wastooshort opened this issue Jul 20, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request open for vote Vote at https://wokwi.com/features

Comments

@H3wastooshort
Copy link

Describe the solution you'd like
Add simulation support for the PCF8574 port expander. Talking to them via I2C relatively simple and probably wont be too hard to implement.

Datasheets: PCF8574 PCF8575

@H3wastooshort H3wastooshort added the enhancement New feature or request label Jul 20, 2022
@urish urish self-assigned this Jul 21, 2022
@urish urish added the open for vote Vote at https://wokwi.com/features label Jul 21, 2022
@urish
Copy link
Contributor

urish commented Jul 21, 2022

Thanks for the detailed request, I appreciate including the data sheet links.

I opened the request for voting.

In the meanwhile, it's possible to implement these chips using the custom chip API (#301).

@arcostasi even did a proof of concept for the PCF8574, but the code is outdated and uses an older version of the Custom Chip API, so it needs some extra work before it's usable again.

@laldana73
Copy link

The proof of concept for the PCF8574 is working now here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request open for vote Vote at https://wokwi.com/features
Projects
None yet
Development

No branches or pull requests

3 participants