Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By mikekgr
#71232 Thanks a lot dear friend. I will see your implementation at your channel3 project, although it is not Arduino based ( I found hard to program using the pure Espressif SDK way... ).

schufti wrote:there are other (better) ways to disable RF.
you can do
ESP.deepSleep(1000, WAKE_RF_DISABLED);
in setup() if you discover that RF is enabled.
So RF will securely be disabled after reboot and for the loop().

Or have a look at https://github.com/cnlohr/ (especially channel3) for what can be done with esp8266 hacking.