-
Notifications
You must be signed in to change notification settings - Fork 0
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
ESP32 Firmware Enhancements #2
Comments
|
@danielalexis ESP32 entering Deep Sleep after a POST is very much doable. In fact, the ESP32 will consume only mere microWatts of power when compared to the 50 milliWatts when connected to WiFi. This could be a viable option in resource-scarce environments such as the power of a battery / solar cell. I would say this is a decent idea from @ChromeUniverse but we need to do a lot of testing. With regards to the API, I believe @danielalexis is working on it right now. We do need more flexibility with the API which we will have a call later today to finalize. Let me throw in a few of my suggestions down below as well:
|
@Luberr-Dhruv is it possible for you test this?
|
@danielalexis The ESP32 turns off its radio when it enters deep-sleep. It'll need to reconnect to Wi-Fi when it wakes up again. Power modes as described by the ESP32 datasheet:
|
I dont think its worth due to the the power it requires to reconnect |
@danielalexis I still think it might be worth it, but we need to run some tests to measure the current draw and get some numbers. I'm pretty sure someone's already done these calculations, though. |
Ideas for firmware revisions
NOTE: requires external memory (e.g.: SD card, SPI flash, probably not EEPROM) + external RTC (e.g.: DS1307 & coin cell)
The text was updated successfully, but these errors were encountered: