if you could turn off the onboard LED's and the WiFi properly I am sure it would be so much better.
There's a pull request open in the WiFi101 library to make "WiFi.end()" completely disable the WiFi module.
Please try it out, and leave any feedback on Github ![]()
Also, there are new API's to enable power save modes for the WiFi module in v0.10.0 of the WiFi101 library (they need to be documented in the website reference):
- WiFi.lowPowerMode()
- WiFi.maxLowPowerMode()
- WiFi.noLowPowerMode()