Arduino: WDT & Software RESET in ESP8266 + Arduino IDE

Created on 21 Jul 2016  路  1Comment  路  Source: esp8266/Arduino

Hardware

Hardware: ESP-12F
Core Version: 2.1.0-rc2

Description

I am working on ESP8266 in Arduino IDE. I want to know how to Software RESET the ESP8266. Any sketch/example would be useful. Moreover, how to initialise WDT in ESP8266.

Kindly help! @igrr @me-no-dev

Settings in IDE

Module: NodeMCU(ESP-12F)
Flash Size: 4MB/1MB
CPU Frequency: 80Mhz
Flash Mode: qio
Flash Frequency: 40Mhz
Upload Using: OTA / SERIAL
Reset Method: ck / nodemcu

Most helpful comment

For software reset ESP.restart() should works. See docs about ESP specific functions.

Please also check this FAQ item that is related to use of use ESP.restart().

Note: Core version 2.1.0-rc2 is pretty old, the latest one is 2.3.0.

>All comments

For software reset ESP.restart() should works. See docs about ESP specific functions.

Please also check this FAQ item that is related to use of use ESP.restart().

Note: Core version 2.1.0-rc2 is pretty old, the latest one is 2.3.0.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Chagui- picture Chagui-  路  3Comments

dariopb picture dariopb  路  3Comments

SmartSouth picture SmartSouth  路  3Comments

Marcelphilippeandrade picture Marcelphilippeandrade  路  3Comments

hoacvxd picture hoacvxd  路  3Comments