asyncio and deepsleep

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
protein_sheikh
Posts: 3
Joined: Mon Aug 13, 2018 10:57 am

asyncio and deepsleep

Post by protein_sheikh » Mon Apr 01, 2019 1:48 pm

hi,

i was wondering, in the current implementation of asyncio, what happens if we put esp32 into deep sleep mode.

also would i need to write my own context handler, if putting the device into deepsleep means that the current state is lost?

in the current implementation of the micropython, are there methods to access the ULP resources and memory?

Post Reply