Questions tagged [deep]
5 questions
4
votes
1 answer
ESP32 can not deep sleep longer than 35 minutes
I'm trying to get my Lilygo T5 4.7" epaper to deep sleep for 12 hours.
But I only seem to be able to get about half an hour (2100s) of deepsleep on it.
If I set the timer for longer, it just reboots right away.
#include
#include…
Engberg
- 43
- 1
- 4
1
vote
0 answers
Save Circularbuffer in RTC memory of ESP32
I would like to save my Circular Buffer in the RTC memory of my ESP32 when I use deep sleep. So I have initialized it with RTC_DATA_ATTR but when I go into Deep Sleep I lose the data I've saved. Is there a way to do this?
Here is my…
EMall
- 11
- 2
1
vote
0 answers
D1 Mini + TFT & I2C Connector Shield not going into deepSleep
I'm trying to write a sketch to use a Wemos D1 mini connected to several shields including a LOLIN TFT & I2C Connector Shield (v1.1.0). This powers a small ePaper display (LOLIN 2.13" diagonal ePaper/eInk display) with a TFT e-Paper Cable.
The…
Travis Hayes
- 11
- 1
1
vote
0 answers
ESP8266 http.get() issue due to wifi authentication failure
Facing a weird issue while reading data from esp8266.
I am trying to read dynamic data from a demo text file on test server on same network in deep sleep mode.
Case1: Joining new network
I am using WifiManager to join network and then followed by…
Rohit
- 49
- 2
1
vote
2 answers
Store value in EEPROM to perform different actions on reset?
I want the same button to wake up (reset) and put it to sleep but this is hard if the button is tied directly to the rst pin. My thought was to read and store a value in EEPROM so tell the chip what mode we were in so it can perform the counter…
Ryan Detzel
- 305
- 5
- 10