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

Wiring for buttons #50

Closed
mikkelvp opened this issue Apr 21, 2020 · 5 comments
Closed

Wiring for buttons #50

mikkelvp opened this issue Apr 21, 2020 · 5 comments

Comments

@mikkelvp
Copy link

Could you please provide a diagram or description on how to wire buttons?

@dumpamob
Copy link
Collaborator

Done. Simple wiring diagram updated.

@mikkelvp
Copy link
Author

Thanks!

@mikkelvp
Copy link
Author

mikkelvp commented May 5, 2020

IMG_20200505_202209
@dumpamob My LCD gets no data when going through the PCF8574. Works without PCF8574.
Am i missing something or is the PCF8574 maybe faulty?

@dumpamob
Copy link
Collaborator

dumpamob commented May 7, 2020

The BrewUNO display was developed on a 20x4 LCD, it is recommended to use it. Possibly your problem is the address of PCF8574. In the "src" folder, open the Lcd.h file, line 12, change the 0x20 to 0x38 and upload the firmware again. Another way to find out what the PCF8574 addresses are is by loading an i2C scanner file.

@mikkelvp
Copy link
Author

mikkelvp commented May 9, 2020

@dumpamob 0x38 was the correct address, thanks!
Can't get my buttons working though. I'm using these AC_SL1500
Any suggestions?

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

No branches or pull requests

2 participants