Peak Current Consumption (Power Profile)

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
User avatar
roland_vs
Posts: 89
Joined: Tue Dec 08, 2015 8:28 pm
Location: Netherlands
Contact:

Peak Current Consumption (Power Profile)

Post by roland_vs » Tue Aug 30, 2016 1:06 pm

Dear all,

The ESP8266 has a rather bad data sheet where typical current consumption is mentioned and peak/max current is not characterized at all.

I have looked through all documentation and cannot find any document that clearly shows the peak current (I see mention of 300,320,500 mA from the Internet). Assuming that 350mA is almost right, is there anyone that has some kind of power profile of the chips behavior:
- AP mode
- Connected
- Sleep
- Packet transmit at maximum power
etc.
Or maybe a nice set of test code so I can record the power profile myself and report it back to this forum...

Usually people add 470uF to the 3.3V rail and that should do the trick...but I would like to be sure.

R

Beta_Ravener
Posts: 35
Joined: Tue Aug 09, 2016 6:56 pm

Re: Peak Current Consumption (Power Profile)

Post by Beta_Ravener » Fri Sep 02, 2016 11:59 pm

I have accidentally stumbled upon answer to your question when looking around for options on powering ESP8266 from battery. It seems that the guys at Esperiff already did this and if you look into datasheet (which is strangely hosted by adafruit and has "confidential" all over it) page 10, you'll probably find what you are looking for. Here's the link: https://cdn-shop.adafruit.com/datasheet ... nglish.pdf

User avatar
roland_vs
Posts: 89
Joined: Tue Dec 08, 2015 8:28 pm
Location: Netherlands
Contact:

Re: Peak Current Consumption (Power Profile)

Post by roland_vs » Sat Sep 03, 2016 5:34 am

@Beta_Ravener:

The datasheet can also be found at the Espressif website and other places, but as you can see in the table these are only typical values and no mention of maximum values. There are numerous reports that the current is well over 300mA, but not accompanied with the time interval.

I will explore this subject further...

Thanks anyway,

Roland

Beta_Ravener
Posts: 35
Joined: Tue Aug 09, 2016 6:56 pm

Re: Peak Current Consumption (Power Profile)

Post by Beta_Ravener » Sat Sep 03, 2016 10:19 am

Ah sure, I know what you mean now. I have too seen a video with those spikes, guy tried there different (larger and larger) caps before smoothing them out eventually. Here it is (talking about peaks around 3:00 and caps at 4:00): https://www.youtube.com/watch?v=6SdyImetbp8 . So considering his experiments, the 470uF cap won't do much.

I'm also interested in exploring different power modes on the ESP, so while at it I could try to create some graphs with and without capacitor. I just currently don't have much time to tinker with it so it might take few days.

Post Reply