How to remotely wake up and OTA esp32
Posted: Fri Dec 25, 2020 7:14 pm
Hi I am trying to remotely (using wifi) wake up a ESP32 WROOM device ideally from deep sleep mode but can opt for light sleep mode if no option. After it wakes up I should be able to perform OTA (Over the air firmware update) using wifi.
Can anyone please guide me if there is any example code or any way to wake up device using wifi remotely?
I did come across a statement in the latest esp32 reference manual table 156 which shows as
WAKEUP_ENA Wake-up Source Light-sleep Deep-sleep Hibernation Notes*
0x20 Wi-Fi Y - - 5
My hardware is: Sparkfun's Esp32 Thing plus
Tool : Using Arduino IDE to program
thanks in advance
Can anyone please guide me if there is any example code or any way to wake up device using wifi remotely?
I did come across a statement in the latest esp32 reference manual table 156 which shows as
WAKEUP_ENA Wake-up Source Light-sleep Deep-sleep Hibernation Notes*
0x20 Wi-Fi Y - - 5
My hardware is: Sparkfun's Esp32 Thing plus
Tool : Using Arduino IDE to program
thanks in advance