Skip to content

ESP32-U4WDH rtc wakeup #9252

Closed as not planned
Closed as not planned
@esmersystems

Description

@esmersystems

Board

ESP32-U4WDH

Device Description

personal PCB

Hardware Configuration

no

Version

latest master (checkout manually)

IDE Name

arduino-1.8.13

Operating System

Windows

Flash frequency

40MHz

PSRAM enabled

yes

Upload speed

115200

Description

Hello everyone,
I made a small software with Arduino for the ESP32-WROOM-32U. ESP reads sensor data and goes back to sleep. It is woken up again via GPIO32. With the WROOM module it worked without any problems. Now I have switched to the ESP32-U4WDH with the internal memory. Both processors have the same data sheet. But no wakeup works with the ESP32-U4WDH.
If I read the status with the same port it works without problems but waking up doesn't work. Here is the command:

esp_sleep_enable_ext0_wakeup(GPIO_NUM_32,1); //1 = High, 0 = Low

Does somebody has any idea?
Which board do I have to select in the Arduino?

Sketch

esp_sleep_enable_ext0_wakeup(GPIO_NUM_32,1); //1 = High, 0 = Low

Debug Message

no Errors

Other Steps to Reproduce

no Failure

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

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