I am trying to get light sleep to work and come close to the advertised power consumption of 1-2mA.
I am seeing spikes in power consumption every 1.5s which last about 150 ms and draw about 70mA current. They cause about 50-70% of the general power consumption.
On average the power consumption is about 15-18 mA.
My setup:
- SDK 1.5.4.1 NONOS/1.5.4 for Arduino
- Auto light sleep as described here http://www.espressif.com/sites/default/ ... s_en_0.pdf
- Used linux hostap and to make sure there are no frames on the wirless except for beacons
- ESP-201 or Esp8266 thing from sparkfun
- The esp8266 is in station mode
I tried:
- Using forced light sleep the power consumption goes down to 1-2 mA as expected (no spikes)
- Changing dtim values and/or beacons frequency of the AP
- Put the entire setup inside of a microwave to make sure no other 2.4 Ghz devices are interfering

Did anyone achive the advertised values for power consumption in auto light sleep? And does anyone have any idea what is causing these spikes?
Thank you in advance,
Christian