G6EJD / ESP32-e-Paper-Weather-Display

An ESP32 and 2.9", 4.2" or 7.5" ePaper Display reads Weather Underground data via their API and then displays the weather
Other
946 stars 206 forks source link

Successful wifi connection but sleep #194

Closed EddyL113 closed 1 year ago

EddyL113 commented 1 year ago

I get the connecting to message followed by WiFi connected at, however it goes into sleep I'm running this on an ESP32-WROOM Thing Plus C with Waveshare 2.9". I'm using the 2_9 v4 code. Nothing shows on the paper display. I made changes to the pins so it works with this board:

static const uint8_t EPD_BUSY = 4; // to EPD BUSY static const uint8_t EPD_CS = 25; // to EPD CS static const uint8_t EPD_RST = 16; // to EPD RST static const uint8_t EPD_DC = 17; // to EPD DC static const uint8_t EPD_SCK = 18; // to EPD CLK static const uint8_t EPD_MISO = 19; // Master-In Slave-Out not used, as no data from display static const uint8_t EPD_MOSI = 23; // to EPD DIN

Heres the console: Connecting to: [redacted] WiFi connected at: [redacted] Entering 1608-secs of sleep time Awake for : 2.216-secs Starting deep-sleep period...