Search found 22 matches

by dovov97815
Tue Aug 18, 2020 4:39 am
Forum: ESP32 Arduino
Topic: ESP32 deep sleep wakestub i2c EEPROM access and wake with timer
Replies: 2
Views: 3470

Re: ESP32 deep sleep wakestub i2c EEPROM access and wake with timer

Thanks for response I used a wakestub https://gist.github.com/igrr/54f7fbe0513ac14e1aea3fd7fbecfeab in arduino and it works. but I didn't know how to configure this to work as both Pulse counting and time based wakeup. If I can't access I2C then, its ok, but can I acheive pulse count and time based ...
by dovov97815
Mon Aug 17, 2020 10:30 am
Forum: ESP32 Arduino
Topic: ESP32 deep sleep wakestub i2c EEPROM access and wake with timer
Replies: 2
Views: 3470

ESP32 deep sleep wakestub i2c EEPROM access and wake with timer

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 ...