WIFI lower power mode?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
noblerabbit
Posts: 5
Joined: Thu Nov 22, 2018 5:25 pm

WIFI lower power mode?

Post by noblerabbit » Thu Jan 03, 2019 11:51 am

Hi,

When awake the esp-wroom-32 is running the soft AP.

If ap.active(False) current is at 38 mA
if ap.active(True) current is at 118 mA.

Are there any operational modes of how to set the WIFI through micropython in order to reduce the current (ie slower speed, shorter antenna range,...).

Thanks!

Post Reply