Page 1 of 1

WiFi Power Save for Arduino

Posted: Wed Oct 24, 2018 9:57 pm
by czuvich
I'm currently running a task that will execute once an hour or so. The task will connect to a WiFi server via MQTT and send/receive data. Since I won't need an open connection until every hour, I would ideally like to reduce the power consumption of the WiFi module.

Is there a way to disable/enable the WiFi submodules to save power when needed (using Arduino)?