-
Notifications
You must be signed in to change notification settings - Fork 75
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
Radio and Connection Sleep/Reopen #63
Comments
@brentru Does the NINA firmware have a shutdown feature? |
I'm not sure exactly what 'low power mode' does, but NINA does support putting it into a low power mode: https://github.com/adafruit/nina-fw/blob/master/main/CommandHandler.cpp#L148-L162 |
thats as good as yr gonna get. anyone want to implement that function as a PR? :) |
The two pull requests above summarize the current state of power control of the ESP32 NINA co-processor:
|
Exciting - I want to incorporate this into MiniMQTT. |
Just a note that ESP32SPI NTP using |
This is an enhancement request to provide for dropping a connection and shutting off the radio after a specified time period of no use or after a fixed time period. Upon request e.g. post(), WifiManager will turn on the radio and reestablish the connection and reset the timer. This could be useful for battery-powered projects where always-on radio and connections will drain the battery quickly.
The text was updated successfully, but these errors were encountered: