ESP32 deep sleep wakestub i2c EEPROM access and wake with timer
Posted: Mon Aug 17, 2020 10:30 am
Hello,
My goal is to wake up ESP32 from deep sleep on time basis and also wants to count gpio wake interrupt count, if count is maximum than setted value or timer interrupt occurs rhen ESP32 needs to go to main run mode, otherwise it should remain in deep sleep. I want to know that how to configure wakestub functions to read/write I2C EEPROM and also manage wake time, like every 24 hours.
Thank You
Devov
My goal is to wake up ESP32 from deep sleep on time basis and also wants to count gpio wake interrupt count, if count is maximum than setted value or timer interrupt occurs rhen ESP32 needs to go to main run mode, otherwise it should remain in deep sleep. I want to know that how to configure wakestub functions to read/write I2C EEPROM and also manage wake time, like every 24 hours.
Thank You
Devov