Search found 3 matches

by expressive
Tue Feb 19, 2019 6:07 pm
Forum: ESP32 Arduino
Topic: Holding digital pins state in sleep mode
Replies: 2
Views: 5072

Re: Holding digital pins state in sleep mode

Old question, but still unanswered.

Can anyone provide a working example of holding a digital pin high during light/deep sleep?
by expressive
Tue Feb 19, 2019 2:15 pm
Forum: ESP32 Arduino
Topic: TFT Display on during ESP32 deep sleep?
Replies: 3
Views: 6979

Re: TFT Display on during ESP32 deep sleep?

Hey boarchuz, thanks a lot for the tip! At a first glance that might actually work!

BTW, do you mean rtc_gpio_set_level(pin, 1)?

Also, could you point me to the schematic you pulled up?
by expressive
Fri Feb 15, 2019 3:25 pm
Forum: ESP32 Arduino
Topic: TFT Display on during ESP32 deep sleep?
Replies: 3
Views: 6979

TFT Display on during ESP32 deep sleep?

I am using M5Stack where a TFT display is connected to ESP32 via SPI interface. Currently, going into deep sleep (esp_deep_sleep_start()) or even light sleep (esp_light_sleep_start()) powers off the display. I was wondering how we can get the ESP to go in deep sleep without powering off the LCD. Say...