Skip to content

Watchdog reset on certain modules #3186

Closed
@tpillera

Description

@tpillera

Basic Infos

Get WDT reset on certain modules with same software load.

Hardware

Hardware: NodeMCU ESP-12 v0.9

Description

I've had my code running fine on several units for a long time but on a newly purchased batch of v0.9 NodeMCU modules I get a watchdog reset as soon as I connect to the device over WiFi,

Settings in IDE

Module: NodeMCU v0.9
Flash Size: 4MB/1MB
CPU Frequency: both 80 and 160 Mhz exhibit the problem

Sketch

void setup() {
//Our ESP8266-12E is an AccessPoint.
WiFi.mode (WIFI_AP);
WiFi.softAP(ssid, password, channel);
}

void loop() {
server.handleClient();
}


### Debug Messages

Jan 8 2013,rst cause:4, boot mode:(3,6)

wdt reset
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
vffffffff
~ld

Jan 8 2013,rst cause:4, boot mode:(3,6)

wdt reset
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
vffffffff
~ld

ets Jan 8 2013,rst cause:4, boot mode:(3,6)

wdt reset
load 0x4010f000, len 1384, room tail 8
chksum 0x2d
csum 0x2d

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions