Search found 2 matches

by yneptik
Mon Jun 28, 2021 5:29 am
Forum: Programs, Libraries and Tools
Topic: uasyncio and deepsleep after inactivity
Replies: 3
Views: 1919

Re: uasyncio and deepsleep after inactivity

Thank you for answer, I think about it and decided not to go in deep sleep, my system will be powered most of the time from AC network. However there will be a backup battery in case of power outage, for that reason I'm still looking for how to have a way (using coro?) to count 1 minutes after the l...
by yneptik
Thu Jun 24, 2021 2:59 pm
Forum: Programs, Libraries and Tools
Topic: uasyncio and deepsleep after inactivity
Replies: 3
Views: 1919

uasyncio and deepsleep after inactivity

Good afternoon I'am quite new to micropython and working/playing with a esp32, trying to make an automatic door opener for a chicken coop. I plan to use an oled screen and a rotary encoder to choose the time of opening, set the date, ... I would like to put the esp32 in deepsleep mode after a certai...