ESP32-CAM drawing 2.85mA in deep sleep?
Posted: Sun Oct 10, 2021 11:56 pm
I have some test code that puts the ESP32-CAM into deep sleep mode (the demo TimeWakeUpTest from Arduino IDE 1.8.15). My multimeter is telling me it is drawing 2.85mA in this state. Does this sound correct? I was expecting it to be less than 1mA in this state.
Also, I have my own sketch that sets up a WiFi access point and then puts the board into deep sleep once the user has submitted some info. My sketch is consuming 20mA when its supposedly in deep sleep. Do I need to do something special to disable the WiFi before going into sleep mode? I don't need it again after that point.
Thank you.
Also, I have my own sketch that sets up a WiFi access point and then puts the board into deep sleep once the user has submitted some info. My sketch is consuming 20mA when its supposedly in deep sleep. Do I need to do something special to disable the WiFi before going into sleep mode? I don't need it again after that point.
Thank you.