I have an ESP32 Wroom 32UE that with nothing connected to it at all except ground and power and when I measure current it is 62mA. The code used is just for deep sleep that is all. I have read multiple places that the current should be in micro amps, but I cannot get anywhere near that. Can anyone help guide or any feedback will be amazing.
That board has both a regulator and a USB to serial converter on it, and typically even when the ESP32 itself is in 'deep sleep' it will consume maybe 6-10mA and there is no prospect of getting the deep sleep current any lower.
Thank you! So even if I use just the esp32 below, the current will still be in the mA range? or by using this it can finally get to micro amp range in deep sleep?
Yes thank you. One last question. If I go bare bones esp32 and need only espnow to work for 10 seconds literally a day and then be in deep sleep besides that, do you believe I can be in the micro range while deep sleep and otherwise maybe mA during the transmission process then back to micro range?
Very nice! Im not a master by any means, but if I buy 2 of the XIAO esp32S3 boards like in the link below, then my code used for esp32 shouldn't change drastically correct?:
Yes I will check out the esp32C3. It shows around 5 to 10 micro amps. I will try that and see. Last question for you I promise. Can It be powered with 5V and regulated on board Or 3.3V regulated beforehand the same way the esp32 is?