Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By dayzman
#22241 Hi

Does anyone know how much power the ESP consumes in AP mode? I think this would be a useful figure for everyone interested in working on a low-powered ESP server.

Thanks
User avatar
By dkdileep
#22441 Please see some analytics filed under viewtopic.php?f=13&t=3875

Tye also has a page with more detailed treatment on this topic.

In my case in AP mode it averaged 80mA. I tried all sorts of ops such as wifi.setsleep(2) and even without any connection it hovers at 70mA. The best mode is deepsleep, but it will not be worthwhile for an AP solution.
User avatar
By tve
#22452 An AP always has to be receiving, so you won't be able to get lower power than what you're observing. The only thing you could do is turn the AP off and only wake-up periodically and synchronize that with the clients. But then maybe you should look into the new mesh firmware...