Replies: 1 comment 2 replies
-
|
If you do it right, command Wifi should work, but you did not tell what you tried, except that it appears that you simply did not turn on Wifi again. Still, do not expect to save a lot of power by turning off Wifi, the ESP32 as such is simply not low power, at least without using the ULP feature. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I shot myself in the foot with some "optimization". The ESP32 is quite a power hog, and supplying my Geiger counter modul from the same battery is not helping - it is draining too fast!
WiFi is a candidate for power use. So I ran the setup for hours without any WiFi-communication. This did matter almost nothing. I thought just the fact WiFi is active results in WiFi traffic.
So, I thought that command
wifi 0would be helpful. And a simple reboot would reinstate WiFi. Oh, no. At least after 7x power-off-switching I got back to my code. God bless Tasmota for this option!But then how can it be done? I'd like to connect an extra button, and pressing it toggles Wifi. Is that possible? If not what is?
Beta Was this translation helpful? Give feedback.
All reactions