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

Can't wake up from a button and detect which #33

Open
kobigurk opened this issue Oct 29, 2024 · 0 comments
Open

Can't wake up from a button and detect which #33

kobigurk opened this issue Oct 29, 2024 · 0 comments

Comments

@kobigurk
Copy link

I've seen both #21 and #26 that discussed this, but seems like there wasn't a solution there.

My findings meanwhile are:

  • esp32-wroom-32 supports only ALL_LOW or ANY_HIGH, and doesn't support ANY_LOW - for ext1
  • INPUT_PULLUP works, INPUT_PULLDOWN doesn't - which leaves buttons at an always-high state, so ANY_HIGH isn't suitable
  • configuring multiple ext0 works, but then can't detect which button, since only ext1 supports that

Any ideas?

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

1 participant