We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
the example shows AXP2101 sleep mode using external interrupt on PMU and ESP32.
Is it possible to use ESP32 deep sleep controlled by RTC wake up and AXP2101 sleep mode?
For example:
power.enableSleep(); esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP * uS_TO_S_FACTOR); esp_deep_sleep_start();
The text was updated successfully, but these errors were encountered:
Not affected by sleep pattern.
Sorry, something went wrong.
No branches or pull requests
Hello,
the example shows AXP2101 sleep mode using external interrupt on PMU and ESP32.
Is it possible to use ESP32 deep sleep controlled by RTC wake up and AXP2101 sleep mode?
For example:
The text was updated successfully, but these errors were encountered: