Reference   Language | Libraries | Comparison | Changes

WiFi101

WiFi.maxLowPowerMode()

Description

Maximize power saving. Anytime you transmit or during a beacon interval (100ms) the chip will wake up. During the beacon interval, the AP will also notify the WiFi chip if there is any incoming data. So in max power saving, the TX side will be delayed because there is penalty to wake up the chip if it’s sleeping. This mode is useful when you expect to receive data frequently, but you don't send data often.

Syntax

WiFi.maxLowPowerMode();

Returns

none

Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.