Page 1 of 1

ESP32 wake up time and low power consumption

Posted: Fri May 25, 2018 6:25 am
by l3uri1993
Hello,
I would like to develop a low power consumption application.
My application goes into deep-sleep mode and is woken up by activating an RTC timer. I have measured that the wake up time is around 160 ms and it is too much for my application. I think this time is due to the boot of free rtos, but I'm not sure.Is it possible to reduce this time considerably?
In addition, what are the parameters to set to lower power consumption to a minimum?

Thank you very much. ;)

Re: ESP32 wake up time and low power consumption

Posted: Fri May 25, 2018 9:36 am
by WiFive
It depends what you want to do when you wake up. Look at wake stubs and ulp coprocessor programs.

Re: ESP32 wake up time and low power consumption

Posted: Fri May 25, 2018 9:53 am
by l3uri1993
When I wake up, I want to send a packet with ESPNOW protocol with Wifi. I can't use ULP for this stuff. I have to wake up from deep sleep and and send a message...