Skip to content

ESP Huzzah board hang after deep sleep and wake up ( pin 16 to rst connected) #2049

@Zyxmn

Description

@Zyxmn

I have been testing the deepsleep function on the huzzah board and the board crashes average after 9 to 14 consecutive deepsleep and wakeup cycles.

Sometimes it crashes with only 3 to 4 deepsleep and wakeup cycles and sometimes goes to about 20 plus cycles before crashing.

Here is the sketch I use:

include "Esp.h"

void setup()
{
Serial.begin(115200);
Serial.println();
Serial.println(ESP.getResetReason());
Serial.println();
delay(100);
ESP.deepSleep(1000000, WAKE_RF_DEFAULT); // Sleep for 1 second
}

void loop()
{

}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions