Actually, the ESP8266 Wroom-02/ wroom-07 is a perfect candidate and meets all of the criteria except 1.
You cannot completely disable the wifi radio and reduce power consumption down to less than 70ma.
The device I am looking for could equally be used for development as well as small production runs, and anything with onboard usb, leds, switches and other devices which could consume valuable power when running in autonomous battery mode would not be any good.
I have googled trying to find out whether or not the wifi radio can be completely disabled and have yet to find a definitive answer.
As a compromise I have tried setting:
And then calling sleep on it, but it appears that it is not implemented:
Code: Select all
>>> mc.sleep()
Warning: not yet implemented
So it looks like it's not possible to run the esp8266 with wireless off ??
Would it be possible to disable WIFI radio through the esp build configurations settings and build with wifi permanently off ?