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

ADC based button and low power (AEGHB-800) #401

Closed
3 tasks done
mike-2020 opened this issue Sep 5, 2024 · 2 comments
Closed
3 tasks done

ADC based button and low power (AEGHB-800) #401

mike-2020 opened this issue Sep 5, 2024 · 2 comments

Comments

@mike-2020
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

The document only mentions GPIO based button support opportimization for lower power. How about ADC based button?

@github-actions github-actions bot changed the title ADC based button and low power ADC based button and low power (AEGHB-800) Sep 5, 2024
@lijunru-hub
Copy link
Contributor

Unfortunately, the ADC peripheral cannot wake up the CPU. You can try increasing the polling interval to reduce power consumption.

@mike-2020
Copy link
Author

got it, thanks.

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